DBA Data[Home] [Help]

APPS.PQH_PSF_BUS dependencies on PQH_REALLOCATION_PKG

Line 723: l_realloc := pqh_reallocation_pkg.get_reallocation(

719: if not l_overlap_dates_present then
720: --
721: l_bdgt := budgeted_fte(l_position_id, r1.effective_start_date);
722: --
723: l_realloc := pqh_reallocation_pkg.get_reallocation(
724: p_position_id => l_position_id
725: ,p_start_date => r1.effective_start_date
726: ,p_end_date => r1.effective_start_date
727: ,p_effective_date => r1.effective_start_date

Line 857: l_realloc := pqh_reallocation_pkg.get_reallocation(

853: l_sum_abv := pqh_psf_bus.sum_assignment_fte(l_position_id, p_effective_date);
854: --
855: l_pos_budget_fte := budgeted_fte(l_position_id, p_effective_date);
856: --
857: l_realloc := pqh_reallocation_pkg.get_reallocation(
858: p_position_id => l_position_id
859: ,p_start_date => p_effective_date
860: ,p_end_date => p_effective_date
861: ,p_effective_date => p_effective_date

Line 1028: l_realloc := pqh_reallocation_pkg.get_reallocation(

1024: --
1025: hr_utility.set_location('Before budgeted fte', 124);
1026: l_pos_budget_fte := budgeted_fte(l_position_id, p_validation_start_date);
1027: --
1028: l_realloc := pqh_reallocation_pkg.get_reallocation(
1029: p_position_id => l_position_id
1030: ,p_start_date => p_validation_start_date
1031: ,p_end_date => p_validation_start_date
1032: ,p_effective_date => p_validation_start_date

Line 3688: l_realloc_fte := pqh_reallocation_pkg.get_reallocation(

3684: --
3685: l_total_fte := nvl(l_reserved_fte,0) + nvl(l_nonreserved_asg_fte,0) + l_poei_fte;
3686: l_budgeted_fte := pqh_psf_bus.budgeted_fte(p_position_id, r1.effective_date);
3687: --
3688: l_realloc_fte := pqh_reallocation_pkg.get_reallocation(
3689: p_position_id => p_position_id
3690: ,p_start_date => r1.effective_date
3691: ,p_end_date => r1.effective_date
3692: ,p_effective_date => r1.effective_date

Line 4085: p_realloc_fte := pqh_reallocation_pkg.get_reallocation(

4081: if not l_overlap_dates_present then
4082: hr_utility.set_location('chk_pos_fte_sum_asg_fte SHARED' , 20);
4083: p_budgeted_fte := budgeted_fte(p_position_id, p_effective_date);
4084: --
4085: p_realloc_fte := pqh_reallocation_pkg.get_reallocation(
4086: p_position_id => p_position_id
4087: ,p_start_date => p_effective_date
4088: ,p_end_date => p_effective_date
4089: ,p_effective_date => p_effective_date

Line 4457: l_realloc_fte := pqh_reallocation_pkg.get_reallocation(

4453: --
4454: l_budgeted_fte := pqh_psf_bus.budgeted_fte(p_position_id, p_effective_date);
4455: --
4456: --
4457: l_realloc_fte := pqh_reallocation_pkg.get_reallocation(
4458: p_position_id => p_position_id
4459: ,p_start_date => p_effective_date
4460: ,p_end_date => p_effective_date
4461: ,p_effective_date => p_effective_date

Line 4962: pqh_reallocation_pkg.get_reallocated_money(

4958: hr_utility.set_location(l_proc,9);
4959: --
4960: --
4961: l_pos_reallocated_out_amt :=
4962: pqh_reallocation_pkg.get_reallocated_money(
4963: p_position_id => l_asg_position_id
4964: ,p_business_group_id => l_business_group_id
4965: ,p_type => 'DNTD'
4966: ,p_start_date => l_budget_start_date

Line 4972: pqh_reallocation_pkg.get_reallocated_money(

4968: ,p_effective_date => p_effective_date);
4969: --
4970: --
4971: l_pos_reallocated_in_amt :=
4972: pqh_reallocation_pkg.get_reallocated_money(
4973: p_position_id => l_asg_position_id
4974: ,p_business_group_id => l_business_group_id
4975: ,p_type => 'RCVD'
4976: ,p_start_date => l_budget_start_date

Line 4982: pqh_reallocation_pkg.get_reallocated_money(

4978: ,p_effective_date => p_effective_date);
4979: --
4980: --
4981: l_pos_reserved_amt :=
4982: pqh_reallocation_pkg.get_reallocated_money(
4983: p_position_id => l_asg_position_id
4984: ,p_business_group_id => l_business_group_id
4985: ,p_type => 'RSRVD'
4986: ,p_start_date => l_budget_start_date