DBA Data[Home] [Help]

APPS.HR_PDT_BUS dependencies on HR_SOFT_CODING_KEYFLEX

Line 3670: from hr_soft_coding_keyflex

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