DBA Data[Home] [Help]

APPS.PAY_US_EMP_DT_TAX_RULES dependencies on HR_API

Line 12147: l_loc_max_date := hr_api.g_eot;

12143: fetch csr_max_loc_date into l_loc_max_date;
12144: close csr_max_loc_date;
12145:
12146: if l_loc_max_date is null then
12147: l_loc_max_date := hr_api.g_eot;
12148: end if;
12149:
12150: --
12151:

Line 12159: l_loc_min_date := hr_api.g_sot;

12155: fetch csr_min_loc_date into l_loc_min_date;
12156: close csr_min_loc_date;
12157:
12158: if l_loc_min_date is null then
12159: l_loc_min_date := hr_api.g_sot;
12160: end if;
12161:
12162: --
12163: hr_utility.set_location('pay_us_emp_dt_tax_rules.validate_default',115);