DBA Data[Home] [Help]

APPS.GML_PO_HEADER_ARCHIVE dependencies on GML_PO_CON_REQ

Line 137: GML_PO_CON_REQ.po_resub(errbuf, retcode, v_from_date, v_to_date, v_segment1);

133: (v_freight_code <> v_old_freight_code) OR
134: (v_fob_code <> v_old_fob_code) OR
135: (v_carrier_code <> v_old_carrier_code) THEN
136:
137: GML_PO_CON_REQ.po_resub(errbuf, retcode, v_from_date, v_to_date, v_segment1);
138: */
139:
140: OPEN line_loc_cur ;
141: FETCH line_loc_cur INTO v_po_line_id,v_ship_to_location_id,v_line_location_id;

Line 158: GML_PO_CON_REQ.fire_request;

154: 'N',
155: null,
156: v_ship_to_location_id, null);
157: /* Fire the CPG Purchasing Synchronization Concurrent Request */
158: GML_PO_CON_REQ.fire_request;
159:
160: END IF;
161:
162: EXCEPTION