DBA Data[Home] [Help]

APPS.PQH_PSF_BUS dependencies on PQH_REALLOCATION_PKG

Line 712: l_realloc := pqh_reallocation_pkg.get_reallocation(

708: if not l_overlap_dates_present then
709: --
710: l_bdgt := budgeted_fte(l_position_id, r1.effective_start_date);
711: --
712: l_realloc := pqh_reallocation_pkg.get_reallocation(
713: p_position_id => l_position_id
714: ,p_start_date => r1.effective_start_date
715: ,p_end_date => r1.effective_start_date
716: ,p_effective_date => r1.effective_start_date

Line 842: l_realloc := pqh_reallocation_pkg.get_reallocation(

838: l_sum_abv := pqh_psf_bus.sum_assignment_fte(l_position_id, p_effective_date);
839: --
840: l_pos_budget_fte := budgeted_fte(l_position_id, p_effective_date);
841: --
842: l_realloc := pqh_reallocation_pkg.get_reallocation(
843: p_position_id => l_position_id
844: ,p_start_date => p_effective_date
845: ,p_end_date => p_effective_date
846: ,p_effective_date => p_effective_date

Line 1004: l_realloc := pqh_reallocation_pkg.get_reallocation(

1000: --
1001: hr_utility.set_location('Before budgeted fte', 124);
1002: l_pos_budget_fte := budgeted_fte(l_position_id, p_validation_start_date);
1003: --
1004: l_realloc := pqh_reallocation_pkg.get_reallocation(
1005: p_position_id => l_position_id
1006: ,p_start_date => p_validation_start_date
1007: ,p_end_date => p_validation_start_date
1008: ,p_effective_date => p_validation_start_date

Line 3420: l_realloc_fte := pqh_reallocation_pkg.get_reallocation(

3416: --
3417: l_total_fte := nvl(l_reserved_fte,0) + nvl(l_nonreserved_asg_fte,0) + l_poei_fte;
3418: l_budgeted_fte := pqh_psf_bus.budgeted_fte(p_position_id, r1.effective_date);
3419: --
3420: l_realloc_fte := pqh_reallocation_pkg.get_reallocation(
3421: p_position_id => p_position_id
3422: ,p_start_date => r1.effective_date
3423: ,p_end_date => r1.effective_date
3424: ,p_effective_date => r1.effective_date

Line 3735: p_realloc_fte := pqh_reallocation_pkg.get_reallocation(

3731: if not l_overlap_dates_present then
3732: hr_utility.set_location('chk_pos_fte_sum_asg_fte SHARED' , 20);
3733: p_budgeted_fte := budgeted_fte(p_position_id, p_effective_date);
3734: --
3735: p_realloc_fte := pqh_reallocation_pkg.get_reallocation(
3736: p_position_id => p_position_id
3737: ,p_start_date => p_effective_date
3738: ,p_end_date => p_effective_date
3739: ,p_effective_date => p_effective_date

Line 4079: l_realloc_fte := pqh_reallocation_pkg.get_reallocation(

4075: --
4076: l_budgeted_fte := pqh_psf_bus.budgeted_fte(p_position_id, p_effective_date);
4077: --
4078: --
4079: l_realloc_fte := pqh_reallocation_pkg.get_reallocation(
4080: p_position_id => p_position_id
4081: ,p_start_date => p_effective_date
4082: ,p_end_date => p_effective_date
4083: ,p_effective_date => p_effective_date

Line 4574: pqh_reallocation_pkg.get_reallocated_money(

4570: hr_utility.set_location(l_proc,9);
4571: --
4572: --
4573: l_pos_reallocated_out_amt :=
4574: pqh_reallocation_pkg.get_reallocated_money(
4575: p_position_id => l_asg_position_id
4576: ,p_business_group_id => l_business_group_id
4577: ,p_type => 'DNTD'
4578: ,p_start_date => l_budget_start_date

Line 4584: pqh_reallocation_pkg.get_reallocated_money(

4580: ,p_effective_date => p_effective_date);
4581: --
4582: --
4583: l_pos_reallocated_in_amt :=
4584: pqh_reallocation_pkg.get_reallocated_money(
4585: p_position_id => l_asg_position_id
4586: ,p_business_group_id => l_business_group_id
4587: ,p_type => 'RCVD'
4588: ,p_start_date => l_budget_start_date

Line 4594: pqh_reallocation_pkg.get_reallocated_money(

4590: ,p_effective_date => p_effective_date);
4591: --
4592: --
4593: l_pos_reserved_amt :=
4594: pqh_reallocation_pkg.get_reallocated_money(
4595: p_position_id => l_asg_position_id
4596: ,p_business_group_id => l_business_group_id
4597: ,p_type => 'RSRVD'
4598: ,p_start_date => l_budget_start_date