DBA Data[Home] [Help]

APPS.CE_JE_CREATION dependencies on GL_CODE_COMBINATIONS

Line 239: gl_code_combinations

235: log('>>Validate_GL_account');
236: SELECT count(1)
237: INTO l_count
238: FROM
239: gl_code_combinations
240: WHERE
241: code_combination_id = p_gl_account_ccid;
242: IF l_count =1 THEN
243: p_result := 'S';