DBA Data[Home] [Help]

APPS.BEN_ASSIGNMENT_API dependencies on GL_CODE_COMBINATIONS

Line 226: from gl_code_combinations

222: -- Begin of bug 1919015
223: --
224: cursor c_default_code_comb_id is
225: select null
226: from gl_code_combinations
227: where code_combination_id = l_default_code_comb_id
228: and enabled_flag = 'Y'
229: and l_effective_date
230: between nvl(start_date_active,l_effective_date)