DBA Data[Home] [Help]

APPS.PER_ASG_BUS1 dependencies on GL_CODE_COMBINATIONS

Line 5228: from gl_code_combinations

5224: l_exists varchar2(1);
5225: --
5226: cursor csr_valid_def_cod_comb is
5227: select null
5228: from gl_code_combinations
5229: where code_combination_id = p_default_code_comb_id
5230: and enabled_flag = 'Y'
5231: and p_validation_start_date
5232: between nvl(start_date_active,hr_api.g_sot)

Line 5297: -- Check that the default code comb exists in GL_CODE_COMBINATIONS

5293: if g_debug then
5294: hr_utility.set_location(l_proc, 50);
5295: end if;
5296: --
5297: -- Check that the default code comb exists in GL_CODE_COMBINATIONS
5298: --
5299: open csr_valid_def_cod_comb;
5300: fetch csr_valid_def_cod_comb into l_exists;
5301: if csr_valid_def_cod_comb%notfound then