DBA Data[Home] [Help]

APPS.PAY_US_EMP_DT_TAX_RULES dependencies on HR_API

Line 12071: l_loc_max_date := hr_api.g_eot;

12067: fetch csr_max_loc_date into l_loc_max_date;
12068: close csr_max_loc_date;
12069:
12070: if l_loc_max_date is null then
12071: l_loc_max_date := hr_api.g_eot;
12072: end if;
12073:
12074: --
12075:

Line 12083: l_loc_min_date := hr_api.g_sot;

12079: fetch csr_min_loc_date into l_loc_min_date;
12080: close csr_min_loc_date;
12081:
12082: if l_loc_min_date is null then
12083: l_loc_min_date := hr_api.g_sot;
12084: end if;
12085:
12086: --
12087: hr_utility.set_location('pay_us_emp_dt_tax_rules.validate_default',115);