DBA Data[Home] [Help]

APPS.PO_AME_SETUP_PVT dependencies on PO_CALCULATEREQTOTAL_PVT

Line 312: SELECT sum(po_calculatereqtotal_pvt.get_req_distribution_total(

308: IF l_org_id is NOT NULL THEN
309: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ; --
310: END IF;
311:
312: SELECT sum(po_calculatereqtotal_pvt.get_req_distribution_total(
313: PORL.requisition_header_id,PORL.requisition_line_id,
314: PORD.distribution_id))
315: into l_req_total
316: FROM