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 3116: l_entity_total := hr_discoverer.get_actual_budget_values

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

Line 3127: l_entity_total := hr_discoverer.get_actual_budget_values

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

Line 3138: l_entity_total := hr_discoverer.get_actual_budget_values

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

Line 3149: l_entity_total := hr_discoverer.get_actual_budget_values

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

Line 4016: p_actual_value := hr_discoverer.get_actual_budget_values

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