DBA Data[Home] [Help]

APPS.IGC_CBC_FUNDS_CHECKER dependencies on PO_HEADERS_ALL

Line 1312: FROM po_headers_all

1308: x_event_type_code := 'CC_REQUISITION_EVENT';
1309: ELSIF l_doc_type in ('PO', 'REL') THEN
1310: IF (p_org_id IS NULL) THEN
1311: SELECT org_id INTO p_org_id
1312: FROM po_headers_all
1313: WHERE po_header_id = g_cc_header_id;
1314: IF (g_debug_mode = 'Y') THEN
1315: Put_Debug_Msg (l_full_path, 'Org ID: '|| p_org_id || ' obtained from po_headers_all' );
1316: END IF;

Line 1315: Put_Debug_Msg (l_full_path, 'Org ID: '|| p_org_id || ' obtained from po_headers_all' );

1311: SELECT org_id INTO p_org_id
1312: FROM po_headers_all
1313: WHERE po_header_id = g_cc_header_id;
1314: IF (g_debug_mode = 'Y') THEN
1315: Put_Debug_Msg (l_full_path, 'Org ID: '|| p_org_id || ' obtained from po_headers_all' );
1316: END IF;
1317: END IF;
1318: x_entity_type := 'CC_PURCHASE_ORDERS';
1319: x_event_type_code := 'CC_PURCHASE_ORDER_EVENT';