DBA Data[Home] [Help]

APPS.GML_PO_INTERFACE dependencies on CPG_PURCHASING_INTERFACE

Line 469: INSERT INTO cpg_purchasing_interface

465: END IF;
466: CLOSE c_get_old_po_no;
467:
468:
469: INSERT INTO cpg_purchasing_interface
470: ( transaction_id,
471: transaction_type,
472: orgn_code,
473: po_no,

Line 701: /** cpg_purchasing_interface should have po_no column with value = OPM PO. Right

697: CLOSE c_checkpll_cur;
698:
699: /** MC BUG# 1625573 **/
700: /** changed bug no. from 1527076 to 1625573 **/
701: /** cpg_purchasing_interface should have po_no column with value = OPM PO. Right
702: now
703: it is fetching from segment1 from po_headers_all but for migrated PO's segment1
704: can be different than OPM PO. so pick up the correct po no from cpg_oragems_mapp
705: ing table **/

Line 709: /* UPDATE cpg_purchasing_interface a

705: ing table **/
706:
707: /* Uday Phadtare B2038851 following update statement commented */
708:
709: /* UPDATE cpg_purchasing_interface a
710: SET a.po_no = ( SELECT b.po_no from cpg_oragems_mapping b
711: WHERE
712: b.po_header_id = a.po_header_id AND
713: b.po_line_id = a.po_line_id AND