DBA Data[Home] [Help]

APPS.PAY_CORE_UTILS dependencies on PAY_INTERPRETER_PKG

Line 466: g_end_date(p_element_type_id) := pay_interpreter_pkg.prorate_start_date

462: g_proration_group_id(p_element_type_id) := l_proration_group_id;
463: g_payroll_action_id(p_element_type_id) := p_payroll_action_id;
464: --
465: if (l_proration_group_id <> -1) then
466: g_end_date(p_element_type_id) := pay_interpreter_pkg.prorate_start_date
467: (p_assignment_action_id, l_proration_group_id);
468: elsif (l_time_definition_type <> 'N') then
469: g_end_date(p_element_type_id) := pay_core_utils.get_time_period_start
470: (p_payroll_action_id);

Line 496: l_dt_internal pay_interpreter_pkg.t_proration_dates_table_type;

492: p_date_array out nocopy char_array,
493: p_type_array out nocopy char_array
494: )
495: is
496: l_dt_internal pay_interpreter_pkg.t_proration_dates_table_type;
497: l_ty_internal pay_interpreter_pkg.t_proration_type_table_type;
498: l_det_internal pay_interpreter_pkg.t_detailed_output_table_type;
499: l_time_def_id number;
500: tmp_num number;

Line 497: l_ty_internal pay_interpreter_pkg.t_proration_type_table_type;

493: p_type_array out nocopy char_array
494: )
495: is
496: l_dt_internal pay_interpreter_pkg.t_proration_dates_table_type;
497: l_ty_internal pay_interpreter_pkg.t_proration_type_table_type;
498: l_det_internal pay_interpreter_pkg.t_detailed_output_table_type;
499: l_time_def_id number;
500: tmp_num number;
501: begin

Line 498: l_det_internal pay_interpreter_pkg.t_detailed_output_table_type;

494: )
495: is
496: l_dt_internal pay_interpreter_pkg.t_proration_dates_table_type;
497: l_ty_internal pay_interpreter_pkg.t_proration_type_table_type;
498: l_det_internal pay_interpreter_pkg.t_detailed_output_table_type;
499: l_time_def_id number;
500: tmp_num number;
501: begin
502: --

Line 523: pay_interpreter_pkg.get_prorated_dates

519: l_time_def_id := null;
520: --
521: end if;
522: --
523: pay_interpreter_pkg.get_prorated_dates
524: (
525: p_element_entry_id => p_ee_id,
526: p_assignment_action_id => p_asg_act_id,
527: p_time_definition_id => l_time_def_id,

Line 595: l_prd_start_date := pay_interpreter_pkg.prorate_start_date

591: -- Is the entry being prorated, if so then
592: -- get the proration start date,
593: -- otherwise it must be allocating
594: if (l_prorate_grp_id is not null) then
595: l_prd_start_date := pay_interpreter_pkg.prorate_start_date
596: (p_asg_act_id,
597: l_prorate_grp_id);
598: end if;
599: --