DBA Data[Home] [Help]

APPS.BEN_ASSIGNMENT_API dependencies on GL_CODE_COMBINATIONS

Line 225: from gl_code_combinations

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