DBA Data[Home] [Help]

APPS.HR_PDT_BUS dependencies on HR_SOFT_CODING_KEYFLEX

Line 3669: from hr_soft_coding_keyflex

3665: l_legislation_code per_business_groups_perf.legislation_code%type;
3666: --
3667: cursor csr_check_scl is
3668: select 1
3669: from hr_soft_coding_keyflex
3670: where soft_coding_keyflex_id = p_soft_coding_keyflex_id
3671: and enabled_flag = 'Y'
3672: and p_start_date between
3673: nvl(start_date_active,hr_api.g_sot) and nvl(end_date_active,hr_api.g_eot);