DBA Data[Home] [Help]

APPS.PO_LINE_LOCATIONS_DRAFT_PVT dependencies on PO_REQ_LINES_SV

Line 287: PO_REQ_LINES_SV.remove_req_from_po (l_delete_list(i), 'SHIPMENT');

283: -- Bug: 13948625, Call same old remove_req_from_po in case of Commercial PO line deleted from BWC.
284: -- Schedules cannot be deleted for BWC for CLM documents.
285: IF (l_clm_document <> 'Y') THEN
286:
287: PO_REQ_LINES_SV.remove_req_from_po (l_delete_list(i), 'SHIPMENT');
288:
289: END IF;
290:
291: d_position := 30;