DBA Data[Home] [Help]

APPS.PQP_ABSVAL_PKG dependencies on PQP_SCHEDULE_CALCULATION_PKG

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

4019: debug(l_proc_name, l_proc_step);
4020: END IF;
4021:
4022:
4023: -- IF pqp_schedule_calculation_pkg.is_working_day -- get_number_of_hours_worked
4024: -- (p_assignment_id => p_assignment_id
4025: -- ,p_business_group_id => p_business_group_id
4026: -- ,p_date => l_current_date
4027: -- ,p_error_code => l_error_code

Line 4046: l_number_of_hours_in_the_day := pqp_schedule_calculation_pkg.get_hours_worked

4042: -- l_is_working_day := FALSE;
4043: -- END IF;
4044:
4045: -- populate here l_number_of_hours_in_the_day
4046: l_number_of_hours_in_the_day := pqp_schedule_calculation_pkg.get_hours_worked
4047: (p_assignment_id => p_assignment_id
4048: ,p_business_group_id => p_business_group_id
4049: ,p_date_start => l_current_date
4050: ,p_date_end => l_current_date

Line 4075: l_number_of_hours_in_the_day := pqp_schedule_calculation_pkg.get_hours_worked

4071: END IF;
4072:
4073: l_is_working_day:= TRUE;
4074: --l_number_of_hours_in_the_day := 24; -- pur
4075: l_number_of_hours_in_the_day := pqp_schedule_calculation_pkg.get_hours_worked
4076: (p_assignment_id => p_assignment_id
4077: ,p_business_group_id => p_business_group_id
4078: ,p_date_start => l_current_date
4079: ,p_date_end => l_current_date

Line 6239: pqp_schedule_calculation_pkg.get_working_days_in_week (

6235: -- but as effective date will vary ( its absence start date ),
6236: -- the caching may not be effective....
6237:
6238: l_average_days_per_week :=
6239: pqp_schedule_calculation_pkg.get_working_days_in_week (
6240: p_assignment_id => NULL
6241: ,p_business_group_id => p_business_group_id
6242: ,p_effective_date => p_effective_date
6243: ,p_override_wp => p_work_pattern