DBA Data[Home] [Help]

APPS.FV_GEN_ARTRX_REIMB_PROC dependencies on GL_CODE_COMBINATIONS_KFV

Line 902: FROM gl_code_combinations_kfv

898: --STEP 3 Check of ccid exists for the new concatenated segments, else Create new ccid
899:
900: SELECT code_combination_id
901: INTO l_ccid
902: FROM gl_code_combinations_kfv
903: WHERE chart_of_accounts_id = g_coa_id
904: AND concatenated_segments = l_concat_segs;
905: log(C_STATE_LEVEL, l_module, 'CCID already existing: ' || l_ccid);
906: