DBA Data[Home] [Help]

APPS.IGC_CBC_FUNDS_CHECKER dependencies on PO_REQUISITION_HEADERS_ALL

Line 1284: FROM po_requisition_headers_all

1280: /*Added for CBC Upgrade - End*/
1281: ELSIF l_doc_type = 'REQ' THEN
1282: IF (p_org_id IS NULL) THEN
1283: SELECT org_id INTO p_org_id
1284: FROM po_requisition_headers_all
1285: WHERE requisition_header_id = g_cc_header_id;
1286: IF (g_debug_mode = 'Y') THEN
1287: Put_Debug_Msg (l_full_path, 'Org ID: '|| p_org_id || ' obtained from po_requisition_headers_all' );
1288: END IF;

Line 1287: Put_Debug_Msg (l_full_path, 'Org ID: '|| p_org_id || ' obtained from po_requisition_headers_all' );

1283: SELECT org_id INTO p_org_id
1284: FROM po_requisition_headers_all
1285: WHERE requisition_header_id = g_cc_header_id;
1286: IF (g_debug_mode = 'Y') THEN
1287: Put_Debug_Msg (l_full_path, 'Org ID: '|| p_org_id || ' obtained from po_requisition_headers_all' );
1288: END IF;
1289: END IF;
1290: x_entity_type := 'CC_REQUISITIONS';
1291: x_event_type_code := 'CC_REQUISITION_EVENT';