DBA Data[Home] [Help]

APPS.PER_ASG_BUS2 dependencies on HR_SOFT_CODING_KEYFLEX

Line 3806: from hr_soft_coding_keyflex

3802: --
3803: --
3804: cursor csr_valid_keyflex is
3805: select null
3806: from hr_soft_coding_keyflex
3807: where soft_coding_keyflex_id = p_soft_coding_keyflex_id
3808: and enabled_flag = 'Y'
3809: and p_validation_start_date
3810: between nvl(start_date_active,hr_api.g_sot)

Line 3887: -- hr_soft_coding_keyflex

3883: end if;
3884: hr_utility.set_location(l_proc, 50);
3885: --
3886: -- Check that soft_coding_keyflex_id exists on
3887: -- hr_soft_coding_keyflex
3888: --
3889: open csr_valid_keyflex;
3890: fetch csr_valid_keyflex into l_exists;
3891: if csr_valid_keyflex%notfound then