DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV4 dependencies on PO_REQ_LINES_SV

Line 81: po_req_lines_sv.remove_req_from_po(X_delete_id,'LINE');

77:
78: CLOSE C_LINE;
79:
80: -- remove the req lnik
81: po_req_lines_sv.remove_req_from_po(X_delete_id,'LINE');
82:
83: end if; /* X_type_lookup_code not in RFQ and QUOTATION */
84:
85: X_progress := '010';

Line 152: po_req_lines_sv.remove_req_from_po(X_delete_id,'PURCHASE ORDER');

148:
149: CLOSE C_HEADER;
150:
151: -- Remove the req link
152: po_req_lines_sv.remove_req_from_po(X_delete_id,'PURCHASE ORDER');
153:
154: X_progress := '020';
155:
156: end if; /* X_type_lookup_code not in RFQ and QUOTATION */

Line 235: po_req_lines_sv.remove_req_from_po(X_delete_id,'RELEASE');

231:
232: CLOSE C_RELEASE;
233:
234: -- Remove the req link
235: po_req_lines_sv.remove_req_from_po(X_delete_id,'RELEASE');
236:
237: /*Bug no 776261
238: When a release is deleted, then the shipments,distributions should also
239: be deleted.

Line 415: po_req_lines_sv.remove_req_from_po(X_line_location_id,'SHIPMENT');

411: po_distributions_sv.delete_distributions(X_line_location_id,
412: 'SHIPMENT');
413:
414: -- Remove the req link
415: po_req_lines_sv.remove_req_from_po(X_line_location_id,'SHIPMENT');
416:
417: -- Update the quantity on the blanket line
418: IF (X_shipment_type = 'BLANKET' ) then
419: