DBA Data[Home] [Help]

APPS.PER_UTILITY_FUNCTIONS dependencies on HR_API

Line 875: if P_Accrual_Start_Date = hr_api.g_eot then

871: begin
872: --
873: hr_utility.set_location(l_proc, 5);
874:
875: if P_Accrual_Start_Date = hr_api.g_eot then
876: -- The accrual start date database item returned null but Fast
877: -- Formula defaulted it to the end of time. Re-set it back to null.
878: l_accrual_start_date := null;
879: else

Line 1388: -- l_Per_date := hr_api.g_eot;

1384: open csr_get_Asg_term_date;
1385: fetch csr_get_Asg_term_date into l_Per_date;
1386: close csr_get_Asg_term_date;
1387: --changes for bug 5749588 ends here
1388: -- l_Per_date := hr_api.g_eot;
1389: l_error := per_formula_functions.set_date
1390: ('PER_TERMINATION_DATE',l_Per_date);
1391: hr_utility.set_location(l_proc, 10);
1392: -- return 1;