DBA Data[Home] [Help]

APPS.PQH_BDGT_ACTUAL_CMMTMNT_PKG dependencies on HR_DISCOVERER

Line 691: l_pbv := hr_discoverer.get_actual_budget_values

687: Close csr_pos;
688: --
689: -- Call function that returns commitment.
690: --
691: l_pbv := hr_discoverer.get_actual_budget_values
692: (p_unit => p_unit_of_measure,
693: p_bus_group_id => l_business_group_id ,
694: p_organization_id => NULL ,
695: p_job_id => NULL ,

Line 3119: l_entity_total := hr_discoverer.get_actual_budget_values

3115: ,p_effective_date => l_effective_date);
3116: End if;
3117: Else
3118: If p_budgeted_entity_cd = 'POSITION' Then
3119: l_entity_total := hr_discoverer.get_actual_budget_values
3120: (p_bus_group_id => l_business_group_id,
3121: p_position_id => p_entity_id,
3122: p_job_id => NULL,
3123: p_grade_id => NULL,

Line 3130: l_entity_total := hr_discoverer.get_actual_budget_values

3126: p_end_date => p_end_date,
3127: p_unit => l_unit_of_measure,
3128: p_actual_val => NULL);
3129: Elsif p_budgeted_entity_cd = 'JOB' Then
3130: l_entity_total := hr_discoverer.get_actual_budget_values
3131: (p_bus_group_id => l_business_group_id,
3132: p_job_id => p_entity_id,
3133: p_grade_id => NULL,
3134: p_organization_id => NULL,

Line 3141: l_entity_total := hr_discoverer.get_actual_budget_values

3137: p_end_date => p_end_date,
3138: p_unit => l_unit_of_measure,
3139: p_actual_val => NULL);
3140: Elsif p_budgeted_entity_cd = 'GRADE' Then
3141: l_entity_total := hr_discoverer.get_actual_budget_values
3142: (p_bus_group_id => l_business_group_id,
3143: p_grade_id => p_entity_id,
3144: p_position_id => NULL,
3145: p_organization_id => NULL,

Line 3152: l_entity_total := hr_discoverer.get_actual_budget_values

3148: p_end_date => p_end_date,
3149: p_unit => l_unit_of_measure,
3150: p_actual_val => NULL);
3151: Elsif p_budgeted_entity_cd = 'ORGANIZATION' Then
3152: l_entity_total := hr_discoverer.get_actual_budget_values
3153: (p_bus_group_id => l_business_group_id,
3154: p_organization_id => p_entity_id,
3155: p_grade_id => NULL,
3156: p_position_id => NULL,

Line 4019: p_actual_value := hr_discoverer.get_actual_budget_values

4015: p_commt_value := 0;
4016: hr_utility.set_location('Actual Hours:'||p_actual_value, 10);
4017: Else
4018: -- Calculate the actual value for an entity if the unit is FTE/HEADCOUNT etc.
4019: p_actual_value := hr_discoverer.get_actual_budget_values
4020: (p_bus_group_id => p_business_group_id,
4021: p_position_id => p_position_id,
4022: p_job_id => p_job_id,
4023: p_grade_id => p_grade_id,