DBA Data[Home] [Help]

APPS.IGC_CBC_FUNDS_CHECKER dependencies on PO_HEADERS_ALL

Line 1295: FROM po_headers_all

1291: x_event_type_code := 'CC_REQUISITION_EVENT';
1292: ELSIF l_doc_type in ('PO', 'REL') THEN
1293: IF (p_org_id IS NULL) THEN
1294: SELECT org_id INTO p_org_id
1295: FROM po_headers_all
1296: WHERE po_header_id = g_cc_header_id;
1297: IF (g_debug_mode = 'Y') THEN
1298: Put_Debug_Msg (l_full_path, 'Org ID: '|| p_org_id || ' obtained from po_headers_all' );
1299: END IF;

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

1294: SELECT org_id INTO p_org_id
1295: FROM po_headers_all
1296: WHERE po_header_id = g_cc_header_id;
1297: IF (g_debug_mode = 'Y') THEN
1298: Put_Debug_Msg (l_full_path, 'Org ID: '|| p_org_id || ' obtained from po_headers_all' );
1299: END IF;
1300: END IF;
1301: x_entity_type := 'CC_PURCHASE_ORDERS';
1302: x_event_type_code := 'CC_PURCHASE_ORDER_EVENT';