DBA Data[Home] [Help]

APPS.PAY_GB_RTI_FPS_ARCHIVE dependencies on PAY_ADVANCE_PAY_PKG

Line 2527: pay_advance_pay_pkg.advanced_periods(

2523:
2524: if l_start_date is not null and l_end_date is not null then
2525: hr_utility.trace('test3');
2526: select
2527: pay_advance_pay_pkg.advanced_periods(
2528: p_person_rec.assignment_id,
2529: l_start_date,
2530: l_end_date
2531: ) into l_periods_covered from dual;

Line 3335: pay_advance_pay_pkg.advanced_periods(

3331:
3332: if l_start_date is not null and l_end_date is not null then
3333: hr_utility.trace('test3');
3334: select
3335: pay_advance_pay_pkg.advanced_periods(
3336: p_person_rec.assignment_id,
3337: l_start_date,
3338: l_end_date
3339: ) into l_periods_covered from dual;

Line 4109: pay_advance_pay_pkg.advanced_periods(

4105:
4106: if l_start_date is not null and l_end_date is not null then
4107: hr_utility.trace('test3');
4108: select
4109: pay_advance_pay_pkg.advanced_periods(
4110: l_asg_id,
4111: l_start_date,
4112: l_end_date
4113: ) into l_periods_covered from dual;