DBA Data[Home] [Help]

APPS.PO_AME_SETUP_PVT dependencies on PO_CALCULATEREQTOTAL_PVT

Line 210: SELECT sum(po_calculatereqtotal_pvt.get_req_distribution_total(

206: IF l_org_id is NOT NULL THEN
207: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ; --
208: END IF;
209:
210: SELECT sum(po_calculatereqtotal_pvt.get_req_distribution_total(
211: PORL.requisition_header_id,PORL.requisition_line_id,
212: PORD.distribution_id))
213: into l_req_total
214: FROM