DBA Data[Home] [Help]

APPS.PER_ASG_BUS1 dependencies on GL_CODE_COMBINATIONS

Line 5354: from gl_code_combinations

5350: l_exists varchar2(1);
5351: --
5352: cursor csr_valid_def_cod_comb is
5353: select null
5354: from gl_code_combinations
5355: where code_combination_id = p_default_code_comb_id
5356: and enabled_flag = 'Y'
5357: and p_validation_start_date
5358: between nvl(start_date_active,hr_api.g_sot)

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

5419: if g_debug then
5420: hr_utility.set_location(l_proc, 50);
5421: end if;
5422: --
5423: -- Check that the default code comb exists in GL_CODE_COMBINATIONS
5424: --
5425: open csr_valid_def_cod_comb;
5426: fetch csr_valid_def_cod_comb into l_exists;
5427: if csr_valid_def_cod_comb%notfound then