DBA Data[Home] [Help]

APPS.IGC_CBC_FUNDS_CHECKER dependencies on IGC_CC_INTERFACE_V

Line 244: FROM igc_cc_interface_v a

240: reference_7 ,
241: reference_8 ,
242: reference_9 ,
243: reference_10
244: FROM igc_cc_interface_v a
245: WHERE cc_header_id = g_cc_header_id
246: -- AND budget_dest_flag = 'C' /*R12 Uptake. Need to process for both Commitment and Standard budget*/
247: AND actual_flag = g_actual_flag
248: AND document_type = g_doc_type

Line 356: FROM igc_cc_interface_v a

352:
353: /*Get the Rank for entries that already have CBC_RESULT_CODE. Based on the Rank set the Batch Result Code*/
354: SELECT MIN(Get_Rank(cbc_result_code))
355: INTO l_rank
356: FROM igc_cc_interface_v a
357: WHERE cc_header_id = g_cc_header_id
358: AND budget_dest_flag = 'C'
359: AND actual_flag = g_actual_flag
360: AND document_type = g_doc_type