DBA Data[Home] [Help]

APPS.PER_ASG_BUS2 dependencies on HR_SOFT_CODING_KEYFLEX

Line 3846: from hr_soft_coding_keyflex

3842: --
3843: --
3844: cursor csr_valid_keyflex is
3845: select null
3846: from hr_soft_coding_keyflex
3847: where soft_coding_keyflex_id = p_soft_coding_keyflex_id
3848: and enabled_flag = 'Y'
3849: and p_validation_start_date
3850: between nvl(start_date_active,hr_api.g_sot)

Line 3927: -- hr_soft_coding_keyflex

3923: end if;
3924: hr_utility.set_location(l_proc, 50);
3925: --
3926: -- Check that soft_coding_keyflex_id exists on
3927: -- hr_soft_coding_keyflex
3928: --
3929: open csr_valid_keyflex;
3930: fetch csr_valid_keyflex into l_exists;
3931: if csr_valid_keyflex%notfound then