DBA Data[Home] [Help]

APPS.GMF_VALIDATIONS_PVT dependencies on GL_CODE_COMBINATIONS_KFV

Line 3092: FROM gl_code_combinations_kfv glc, gmf_legal_entities gle

3088:
3089: CURSOR Cur_accounts_id
3090: IS
3091: SELECT code_combination_id
3092: FROM gl_code_combinations_kfv glc, gmf_legal_entities gle
3093: WHERE gle.legal_entity_id = p_le_id
3094: AND glc.code_combination_id = p_Basis_account_id
3095: AND gle.chart_of_accounts_id = glc.chart_of_accounts_id ;
3096: