DBA Data[Home] [Help]

APPS.PO_DISTRIBUTIONS_SV dependencies on PO_COMPLEX_WORK_PVT

Line 691: l_is_complex_work_po := PO_COMPLEX_WORK_PVT.is_complex_work_po(l_po_header_id);

687: l_amount_billed
688: FROM po_distributions_all
689: WHERE po_distribution_id = p_po_distribution_id;
690:
691: l_is_complex_work_po := PO_COMPLEX_WORK_PVT.is_complex_work_po(l_po_header_id);
692:
693: d_pos := 10;
694: --Created from an on-line Requisition
695: IF l_req_distribution_id IS NOT NULL