DBA Data[Home] [Help]

APPS.PER_UTILITY_FUNCTIONS dependencies on HR_API

Line 779: if P_Accrual_Start_Date = hr_api.g_eot then

775: begin
776: --
777: hr_utility.set_location(l_proc, 5);
778:
779: if P_Accrual_Start_Date = hr_api.g_eot then
780: -- The accrual start date database item returned null but Fast
781: -- Formula defaulted it to the end of time. Re-set it back to null.
782: l_accrual_start_date := null;
783: else

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

1288: open csr_get_Asg_term_date;
1289: fetch csr_get_Asg_term_date into l_Per_date;
1290: close csr_get_Asg_term_date;
1291: --changes for bug 5749588 ends here
1292: -- l_Per_date := hr_api.g_eot;
1293: l_error := per_formula_functions.set_date
1294: ('PER_TERMINATION_DATE',l_Per_date);
1295: hr_utility.set_location(l_proc, 10);
1296: -- return 1;