DBA Data[Home] [Help]

APPS.PO_DOCUMENT_UPDATE_PVT dependencies on PO_COMPLEX_WORK_PVT

Line 565: g_is_complex_work_po := PO_COMPLEX_WORK_PVT.is_complex_work_po(g_po_header_id);

561:
562: --
563:
564: IF (g_po_header_id IS NOT NULL) THEN
565: g_is_complex_work_po := PO_COMPLEX_WORK_PVT.is_complex_work_po(g_po_header_id);
566: g_is_financing_po := PO_COMPLEX_WORK_PVT.is_financing_po (g_po_header_id);
567: END IF;
568:
569: -- Clear the change indexes, in case this API is called multiple times in

Line 566: g_is_financing_po := PO_COMPLEX_WORK_PVT.is_financing_po (g_po_header_id);

562: --
563:
564: IF (g_po_header_id IS NOT NULL) THEN
565: g_is_complex_work_po := PO_COMPLEX_WORK_PVT.is_complex_work_po(g_po_header_id);
566: g_is_financing_po := PO_COMPLEX_WORK_PVT.is_financing_po (g_po_header_id);
567: END IF;
568:
569: -- Clear the change indexes, in case this API is called multiple times in
570: -- the same session.