DBA Data[Home] [Help]

APPS.IGC_CBC_FUNDS_CHECKER dependencies on IGC_CC_INTERFACE_V

Line 240: FROM igc_cc_interface_v a

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

Line 352: FROM igc_cc_interface_v a

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