DBA Data[Home] [Help]

APPS.PO_DISTRIBUTIONS_SV dependencies on PO_COMPLEX_WORK_PVT

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

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