<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Urgent : Purchase Requisition - tools -&amp;gt; control at line level problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/urgent-purchase-requisition-tools-gt-control-at-line-level/m-p/4097661#M730558</link>
    <description>"What is different about the test system versus the problem system.&lt;BR /&gt;Ideas:&lt;BR /&gt;Oracle Version&lt;BR /&gt;Kernel Settings&lt;BR /&gt;OS Patch LEvel&lt;BR /&gt;Oracle patch level."&lt;BR /&gt;&lt;BR /&gt;We are running 2 nodes Oracle, 1 for database, and 1 for application. Database for Prod(production) and HLD(Test) is running on same server thus the kernel settings and OS patch level is the same. Application for prod and hld is running on different server, please refer to the attached file for the kernel and OS patch for this 2 box.&lt;BR /&gt;&lt;BR /&gt;FYI, we found out from the trace file(previous upload) that the below script, HLD can execute without problem, but PROD run with error ora-01722 invalid number.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SELECT polc.displayed_field, polc.lookup_code&lt;BR /&gt;FROM po_lookup_codes polc, po_requisition_lines porl&lt;BR /&gt;WHERE porl.requisition_line_id = 73757&lt;BR /&gt;AND NVL (porl.closed_code, 'OPEN') NOT IN ('FINALLY CLOSED')&lt;BR /&gt;AND NVL (porl.cancel_flag, 'N') IN ('N', 'I')&lt;BR /&gt;AND polc.lookup_type = 'CONTROL ACTIONS'&lt;BR /&gt;AND (( polc.lookup_code IN ('CANCEL REQ LINE', 'FINALLY CLOSE')&lt;BR /&gt;AND ( NOT EXISTS (&lt;BR /&gt;SELECT 'need a so_line is not cancelled'&lt;BR /&gt;FROM po_requisition_lines porl,&lt;BR /&gt;po_requisition_headers porh,&lt;BR /&gt;po_system_parameters posp&lt;BR /&gt;WHERE porh.requisition_header_id = 27459&lt;BR /&gt;AND porl.requisition_line_id = 73757&lt;BR /&gt;AND porh.requisition_header_id =&lt;BR /&gt;porl.requisition_header_id&lt;BR /&gt;AND (oe_order_import_interop_pub.get_open_qty&lt;BR /&gt;(posp.order_source_id,&lt;BR /&gt;porh.requisition_header_id,&lt;BR /&gt;porl.requisition_line_id&lt;BR /&gt;)&lt;BR /&gt;) &amp;gt; 0)&lt;BR /&gt;AND NOT EXISTS (&lt;BR /&gt;SELECT 'Check for lines in the interface table'&lt;BR /&gt;FROM oe_lines_iface_all soli,&lt;BR /&gt;po_system_parameters posp,&lt;BR /&gt;po_requisition_lines porl,&lt;BR /&gt;po_requisition_headers porh&lt;BR /&gt;WHERE porh.requisition_header_id = 27459&lt;BR /&gt;AND porl.requisition_line_id = 73757&lt;BR /&gt;AND porh.requisition_header_id =&lt;BR /&gt;porl.requisition_header_id&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AND soli.orig_sys_document_ref =&lt;BR /&gt;porh.requisition_header_id&lt;BR /&gt;AND soli.orig_sys_line_ref =   &lt;BR /&gt;porl.requisition_line_id&lt;BR /&gt;AND soli.order_source_id =&lt;BR /&gt;----------------------------------------&lt;BR /&gt;TO_CHAR (posp.order_source_id))&lt;BR /&gt;) /* OR (POLC.lookup_code in ('FINALLY CLOSE')) */&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;ORDER BY polc.displayed_field&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if we remark any one of the condition below in prod, we can execute the sql script without any error.&lt;BR /&gt;&lt;BR /&gt;"AND soli.orig_sys_document_ref =   &lt;BR /&gt; porh.requisition_header_id&lt;BR /&gt; AND soli.orig_sys_line_ref =&lt;BR /&gt; porl.requisition_line_id "&lt;BR /&gt;&lt;BR /&gt;can please advise what is the problem and solution.&lt;BR /&gt;&lt;BR /&gt;thank you&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;ng</description>
    <pubDate>Tue, 06 Nov 2007 04:26:52 GMT</pubDate>
    <dc:creator>ng_7</dc:creator>
    <dc:date>2007-11-06T04:26:52Z</dc:date>
    <item>
      <title>Urgent : Purchase Requisition - tools -&gt; control at line level problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/urgent-purchase-requisition-tools-gt-control-at-line-level/m-p/4097658#M730555</link>
      <description>Hi, Experts&lt;BR /&gt;&lt;BR /&gt;I wonder if i could post my Oracle problem in HP forum as I have no metalink access and also can't find solution from other oracle forum.&lt;BR /&gt;&lt;BR /&gt;Oracle / OS version :&lt;BR /&gt;EBS 11.5.7&lt;BR /&gt;Oracle Database 8.1.7.3&lt;BR /&gt;HP 11iUX&lt;BR /&gt;&lt;BR /&gt;Problem :&lt;BR /&gt;in the Purcase Requisition Summary screen at line level, when user click on Tools -&amp;gt; Control, system prompt out error message "No Control Action found in this documents", The problem happen for the PR with or without PO, and even happen to new PO and all user login.&lt;BR /&gt;&lt;BR /&gt;Step by step reproduce error :&lt;BR /&gt;Requisition Summary -&amp;gt; Open a PR no -&amp;gt; click on Line -&amp;gt; Tools -&amp;gt; Control&lt;BR /&gt;&lt;BR /&gt;Work Around on the problem but fail :&lt;BR /&gt;1. Regenerate the form - fail&lt;BR /&gt;2. Clone it to test(HLD) instance, but the &lt;BR /&gt;   test in working fine in this function !!!&lt;BR /&gt;   (I try to open the same PR no as the &lt;BR /&gt;   production, tools-&amp;gt; control is working &lt;BR /&gt;   fine in test) &lt;BR /&gt;3. The responsibitily didn't have the &lt;BR /&gt;   menu/function exclusion for Control &lt;BR /&gt;   Requisition.&lt;BR /&gt;&lt;BR /&gt;I have set the trace on for both instance when performing the tools -&amp;gt; function.&lt;BR /&gt;&lt;BR /&gt;Please refer to the attachment for my details problem and trace file.&lt;BR /&gt;&lt;BR /&gt;thanks &lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;ng</description>
      <pubDate>Mon, 05 Nov 2007 22:39:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/urgent-purchase-requisition-tools-gt-control-at-line-level/m-p/4097658#M730555</guid>
      <dc:creator>ng_7</dc:creator>
      <dc:date>2007-11-05T22:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent : Purchase Requisition - tools -&gt; control at line level problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/urgent-purchase-requisition-tools-gt-control-at-line-level/m-p/4097659#M730556</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Note:&lt;BR /&gt;. Clone it to test(HLD) instance, but the&lt;BR /&gt;test in working fine in this function !!!&lt;BR /&gt;(I try to open the same PR no as the&lt;BR /&gt;production, tools-&amp;gt; control is working&lt;BR /&gt;fine in test) &lt;BR /&gt;&lt;BR /&gt;What is different about the test system versus the problem system.&lt;BR /&gt;Ideas:&lt;BR /&gt;Oracle Version&lt;BR /&gt;Kernel Settings&lt;BR /&gt;OS Patch LEvel&lt;BR /&gt;Oracle patch level.&lt;BR /&gt;&lt;BR /&gt;The Version of Oracle you are using is out of support.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 06 Nov 2007 03:55:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/urgent-purchase-requisition-tools-gt-control-at-line-level/m-p/4097659#M730556</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-11-06T03:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent : Purchase Requisition - tools -&gt; control at line level problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/urgent-purchase-requisition-tools-gt-control-at-line-level/m-p/4097660#M730557</link>
      <description>"What is different about the test system versus the problem system.&lt;BR /&gt;Ideas:&lt;BR /&gt;Oracle Version&lt;BR /&gt;Kernel Settings&lt;BR /&gt;OS Patch LEvel&lt;BR /&gt;Oracle patch level."&lt;BR /&gt;&lt;BR /&gt;We are running 2 nodes Oracle, 1 for database, and 1 for application. Database for Prod(production) and HLD(Test) is running on same server thus the kernel settings and OS patch level is the same. Application for prod and hld is running on different server, please refer to the attached file for the kernel and OS patch for this 2 box.&lt;BR /&gt;&lt;BR /&gt;FYI, we found out from the trace file(previous upload) that the below script, HLD can execute without problem, but PROD run with error ora-01722 invalid number.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SELECT polc.displayed_field, polc.lookup_code&lt;BR /&gt;FROM po_lookup_codes polc, po_requisition_lines porl&lt;BR /&gt;WHERE porl.requisition_line_id = 73757&lt;BR /&gt;AND NVL (porl.closed_code, 'OPEN') NOT IN ('FINALLY CLOSED')&lt;BR /&gt;AND NVL (porl.cancel_flag, 'N') IN ('N', 'I')&lt;BR /&gt;AND polc.lookup_type = 'CONTROL ACTIONS'&lt;BR /&gt;AND (( polc.lookup_code IN ('CANCEL REQ LINE', 'FINALLY CLOSE')&lt;BR /&gt;AND ( NOT EXISTS (&lt;BR /&gt;SELECT 'need a so_line is not cancelled'&lt;BR /&gt;FROM po_requisition_lines porl,&lt;BR /&gt;po_requisition_headers porh,&lt;BR /&gt;po_system_parameters posp&lt;BR /&gt;WHERE porh.requisition_header_id = 27459&lt;BR /&gt;AND porl.requisition_line_id = 73757&lt;BR /&gt;AND porh.requisition_header_id =&lt;BR /&gt;porl.requisition_header_id&lt;BR /&gt;AND (oe_order_import_interop_pub.get_open_qty&lt;BR /&gt;(posp.order_source_id,&lt;BR /&gt;porh.requisition_header_id,&lt;BR /&gt;porl.requisition_line_id&lt;BR /&gt;)&lt;BR /&gt;) &amp;gt; 0)&lt;BR /&gt;AND NOT EXISTS (&lt;BR /&gt;SELECT 'Check for lines in the interface table'&lt;BR /&gt;FROM oe_lines_iface_all soli,&lt;BR /&gt;po_system_parameters posp,&lt;BR /&gt;po_requisition_lines porl,&lt;BR /&gt;po_requisition_headers porh&lt;BR /&gt;WHERE porh.requisition_header_id = 27459&lt;BR /&gt;AND porl.requisition_line_id = 73757&lt;BR /&gt;AND porh.requisition_header_id =&lt;BR /&gt;porl.requisition_header_id&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AND soli.orig_sys_document_ref =&lt;BR /&gt;porh.requisition_header_id&lt;BR /&gt;AND soli.orig_sys_line_ref =   &lt;BR /&gt;porl.requisition_line_id&lt;BR /&gt;AND soli.order_source_id =&lt;BR /&gt;----------------------------------------&lt;BR /&gt;TO_CHAR (posp.order_source_id))&lt;BR /&gt;) /* OR (POLC.lookup_code in ('FINALLY CLOSE')) */&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;ORDER BY polc.displayed_field&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if we remark any one of the condition below in prod, we can execute the sql script without any error.&lt;BR /&gt;&lt;BR /&gt;"AND soli.orig_sys_document_ref =   &lt;BR /&gt; porh.requisition_header_id&lt;BR /&gt; AND soli.orig_sys_line_ref =&lt;BR /&gt; porl.requisition_line_id "&lt;BR /&gt;&lt;BR /&gt;can please advise what is the problem and solution.&lt;BR /&gt;&lt;BR /&gt;thank you&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;ng</description>
      <pubDate>Tue, 06 Nov 2007 04:26:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/urgent-purchase-requisition-tools-gt-control-at-line-level/m-p/4097660#M730557</guid>
      <dc:creator>ng_7</dc:creator>
      <dc:date>2007-11-06T04:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent : Purchase Requisition - tools -&gt; control at line level problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/urgent-purchase-requisition-tools-gt-control-at-line-level/m-p/4097661#M730558</link>
      <description>"What is different about the test system versus the problem system.&lt;BR /&gt;Ideas:&lt;BR /&gt;Oracle Version&lt;BR /&gt;Kernel Settings&lt;BR /&gt;OS Patch LEvel&lt;BR /&gt;Oracle patch level."&lt;BR /&gt;&lt;BR /&gt;We are running 2 nodes Oracle, 1 for database, and 1 for application. Database for Prod(production) and HLD(Test) is running on same server thus the kernel settings and OS patch level is the same. Application for prod and hld is running on different server, please refer to the attached file for the kernel and OS patch for this 2 box.&lt;BR /&gt;&lt;BR /&gt;FYI, we found out from the trace file(previous upload) that the below script, HLD can execute without problem, but PROD run with error ora-01722 invalid number.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SELECT polc.displayed_field, polc.lookup_code&lt;BR /&gt;FROM po_lookup_codes polc, po_requisition_lines porl&lt;BR /&gt;WHERE porl.requisition_line_id = 73757&lt;BR /&gt;AND NVL (porl.closed_code, 'OPEN') NOT IN ('FINALLY CLOSED')&lt;BR /&gt;AND NVL (porl.cancel_flag, 'N') IN ('N', 'I')&lt;BR /&gt;AND polc.lookup_type = 'CONTROL ACTIONS'&lt;BR /&gt;AND (( polc.lookup_code IN ('CANCEL REQ LINE', 'FINALLY CLOSE')&lt;BR /&gt;AND ( NOT EXISTS (&lt;BR /&gt;SELECT 'need a so_line is not cancelled'&lt;BR /&gt;FROM po_requisition_lines porl,&lt;BR /&gt;po_requisition_headers porh,&lt;BR /&gt;po_system_parameters posp&lt;BR /&gt;WHERE porh.requisition_header_id = 27459&lt;BR /&gt;AND porl.requisition_line_id = 73757&lt;BR /&gt;AND porh.requisition_header_id =&lt;BR /&gt;porl.requisition_header_id&lt;BR /&gt;AND (oe_order_import_interop_pub.get_open_qty&lt;BR /&gt;(posp.order_source_id,&lt;BR /&gt;porh.requisition_header_id,&lt;BR /&gt;porl.requisition_line_id&lt;BR /&gt;)&lt;BR /&gt;) &amp;gt; 0)&lt;BR /&gt;AND NOT EXISTS (&lt;BR /&gt;SELECT 'Check for lines in the interface table'&lt;BR /&gt;FROM oe_lines_iface_all soli,&lt;BR /&gt;po_system_parameters posp,&lt;BR /&gt;po_requisition_lines porl,&lt;BR /&gt;po_requisition_headers porh&lt;BR /&gt;WHERE porh.requisition_header_id = 27459&lt;BR /&gt;AND porl.requisition_line_id = 73757&lt;BR /&gt;AND porh.requisition_header_id =&lt;BR /&gt;porl.requisition_header_id&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AND soli.orig_sys_document_ref =&lt;BR /&gt;porh.requisition_header_id&lt;BR /&gt;AND soli.orig_sys_line_ref =   &lt;BR /&gt;porl.requisition_line_id&lt;BR /&gt;AND soli.order_source_id =&lt;BR /&gt;----------------------------------------&lt;BR /&gt;TO_CHAR (posp.order_source_id))&lt;BR /&gt;) /* OR (POLC.lookup_code in ('FINALLY CLOSE')) */&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;ORDER BY polc.displayed_field&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if we remark any one of the condition below in prod, we can execute the sql script without any error.&lt;BR /&gt;&lt;BR /&gt;"AND soli.orig_sys_document_ref =   &lt;BR /&gt; porh.requisition_header_id&lt;BR /&gt; AND soli.orig_sys_line_ref =&lt;BR /&gt; porl.requisition_line_id "&lt;BR /&gt;&lt;BR /&gt;can please advise what is the problem and solution.&lt;BR /&gt;&lt;BR /&gt;thank you&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;ng</description>
      <pubDate>Tue, 06 Nov 2007 04:26:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/urgent-purchase-requisition-tools-gt-control-at-line-level/m-p/4097661#M730558</guid>
      <dc:creator>ng_7</dc:creator>
      <dc:date>2007-11-06T04:26:52Z</dc:date>
    </item>
  </channel>
</rss>

