DBA Data[Home] [Help]

APPS.GMF_VALIDATIONS_PVT dependencies on GL_CODE_COMBINATIONS_KFV

Line 3094: FROM gl_code_combinations_kfv glc, gmf_legal_entities gle

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