DBA Data[Home] [Help]

APPS.PO_DISTRIBUTIONS_DRAFT_PVT dependencies on STANDARD

Line 281: -- This should be called only for CLM Standard document.

277: -- Bug: 13948625
278: -- Call update_req_for_linked_po_count, where the linked_po_count is updated for unlinked requisitions
279: -- and those reqs CLINs(Autocreated/SoftLinked) and PSlins(Softlinked) inserted into GT table for
280: -- further processing
281: -- This should be called only for CLM Standard document.
282: IF (l_clm_document = 'Y') THEN
283: PO_REQ_LINES_SV.update_req_for_linked_po_count (l_delete_list, 'DISTRIBUTION');
284: END IF;
285: