DBA Data[Home] [Help]

APPS.PQP_ABSVAL_PKG dependencies on PQP_SCHEDULE_CALCULATION_PKG

Line 3995: -- IF pqp_schedule_calculation_pkg.is_working_day -- get_number_of_hours_worked

3991: debug(l_proc_name, l_proc_step);
3992: END IF;
3993:
3994:
3995: -- IF pqp_schedule_calculation_pkg.is_working_day -- get_number_of_hours_worked
3996: -- (p_assignment_id => p_assignment_id
3997: -- ,p_business_group_id => p_business_group_id
3998: -- ,p_date => l_current_date
3999: -- ,p_error_code => l_error_code

Line 4018: l_number_of_hours_in_the_day := pqp_schedule_calculation_pkg.get_hours_worked

4014: -- l_is_working_day := FALSE;
4015: -- END IF;
4016:
4017: -- populate here l_number_of_hours_in_the_day
4018: l_number_of_hours_in_the_day := pqp_schedule_calculation_pkg.get_hours_worked
4019: (p_assignment_id => p_assignment_id
4020: ,p_business_group_id => p_business_group_id
4021: ,p_date_start => l_current_date
4022: ,p_date_end => l_current_date

Line 4047: l_number_of_hours_in_the_day := pqp_schedule_calculation_pkg.get_hours_worked

4043: END IF;
4044:
4045: l_is_working_day:= TRUE;
4046: --l_number_of_hours_in_the_day := 24; -- pur
4047: l_number_of_hours_in_the_day := pqp_schedule_calculation_pkg.get_hours_worked
4048: (p_assignment_id => p_assignment_id
4049: ,p_business_group_id => p_business_group_id
4050: ,p_date_start => l_current_date
4051: ,p_date_end => l_current_date

Line 6211: pqp_schedule_calculation_pkg.get_working_days_in_week (

6207: -- but as effective date will vary ( its absence start date ),
6208: -- the caching may not be effective....
6209:
6210: l_average_days_per_week :=
6211: pqp_schedule_calculation_pkg.get_working_days_in_week (
6212: p_assignment_id => NULL
6213: ,p_business_group_id => p_business_group_id
6214: ,p_effective_date => p_effective_date
6215: ,p_override_wp => p_work_pattern