DBA Data[Home] [Help]

APPS.GML_PO_CON_REQ dependencies on GML_PO_INTERFACE

Line 163: Gml_Po_Interface.insert_rec( shipping_details_rec.po_header_id,

159: IF v_transaction_type IN('STANDARD') THEN
160:
161: FOR shipping_details_rec IN shipping_details(v_po_header_id)
162: LOOP
163: Gml_Po_Interface.insert_rec( shipping_details_rec.po_header_id,
164: shipping_details_rec.po_line_id,
165: shipping_details_rec.line_location_id,
166: NULL, NULL, NULL,
167: NULL, NULL, NULL,

Line 188: Gml_Po_Interface.insert_rec( get_failed_release_details_rec.po_header_id,

184: IF (fetch_failed = 1 OR get_failed_releases_rec.invalid_ind = 'Y') THEN
185: FOR get_failed_release_details_rec IN get_failed_release_details(v_po_header_id, v_po_release_id)
186: LOOP
187:
188: Gml_Po_Interface.insert_rec( get_failed_release_details_rec.po_header_id,
189: get_failed_release_details_rec.po_line_id,
190: get_failed_release_details_rec.line_location_id,
191: NULL, NULL, NULL,
192: NULL, NULL, NULL,