DBA Data[Home] [Help]

APPS.CE_JE_CREATION dependencies on GL_CODE_COMBINATIONS

Line 286: gl_code_combinations

282: log('>>Validate_GL_account');
283: SELECT count(1)
284: INTO l_count
285: FROM
286: gl_code_combinations
287: WHERE
288: code_combination_id = p_gl_account_ccid;
289: IF l_count =1 THEN
290: p_result := 'S';