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 157: po_req_lines_sv.remove_req_from_po(X_delete_id,'PURCHASE ORDER');

153: -- below code to be called only for non clm, as for CLM doc delete is handled in PO_HEADERS_SV1 itself.
154: IF (PO_CLM_INTG_GRP.IS_CLM_DOCUMENT(p_doc_type => 'PO',p_document_id => X_delete_id) <> 'Y')
155: THEN
156: -- Remove the req link
157: po_req_lines_sv.remove_req_from_po(X_delete_id,'PURCHASE ORDER');
158: END IF;
159:
160:
161: X_progress := '020';

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

238:
239: CLOSE C_RELEASE;
240:
241: -- Remove the req link
242: po_req_lines_sv.remove_req_from_po(X_delete_id,'RELEASE');
243:
244: /*Bug no 776261
245: When a release is deleted, then the shipments,distributions should also
246: be deleted.

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

420: po_distributions_sv.delete_distributions(X_line_location_id,
421: 'SHIPMENT');
422:
423: -- Remove the req link
424: po_req_lines_sv.remove_req_from_po(X_line_location_id,'SHIPMENT');
425:
426: -- Update the quantity on the blanket line
427: IF (X_shipment_type = 'BLANKET' ) then
428: