DBA Data[Home] [Help]

APPS.PO_DOCUMENT_UPDATE_PVT dependencies on PO_COMPLEX_WORK_PVT

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

554:
555: --
556:
557: IF (g_po_header_id IS NOT NULL) THEN
558: g_is_complex_work_po := PO_COMPLEX_WORK_PVT.is_complex_work_po(g_po_header_id);
559: g_is_financing_po := PO_COMPLEX_WORK_PVT.is_financing_po (g_po_header_id);
560: END IF;
561:
562: -- Clear the change indexes, in case this API is called multiple times in

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

555: --
556:
557: IF (g_po_header_id IS NOT NULL) THEN
558: g_is_complex_work_po := PO_COMPLEX_WORK_PVT.is_complex_work_po(g_po_header_id);
559: g_is_financing_po := PO_COMPLEX_WORK_PVT.is_financing_po (g_po_header_id);
560: END IF;
561:
562: -- Clear the change indexes, in case this API is called multiple times in
563: -- the same session.