DBA Data[Home] [Help]

APPS.PO_OTM_INTEGRATION_PVT dependencies on PO_COMPLEX_WORK_PVT

Line 266: IF(p_doc_type = 'PO' AND PO_COMPLEX_WORK_PVT.is_complex_work_po(p_doc_id)) THEN

262: END IF;
263:
264: d_progress := '030';
265: -- We do not want to communicate Complex Work Purchase Orders to OTM.
266: IF(p_doc_type = 'PO' AND PO_COMPLEX_WORK_PVT.is_complex_work_po(p_doc_id)) THEN
267: d_progress := '040';
268: IF (g_debug_stmt) THEN
269: PO_DEBUG.debug_stmt(d_module, d_progress, 'Not initiating OTM integration because PO: ' || p_doc_id || ' is a Complex Work Purchase Order.');
270: END IF;