DBA Data[Home] [Help]

APPS.PAY_CORE_UTILS dependencies on PAY_INTERPRETER_PKG

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

554: g_proration_group_id(p_element_type_id) := l_proration_group_id;
555: g_payroll_action_id(p_element_type_id) := p_payroll_action_id;
556: --
557: if (l_proration_group_id <> -1) then
558: g_end_date(p_element_type_id) := pay_interpreter_pkg.prorate_start_date
559: (p_assignment_action_id, l_proration_group_id);
560: elsif (l_time_definition_type <> 'N') then
561: g_end_date(p_element_type_id) := pay_core_utils.get_time_period_start
562: (p_payroll_action_id);

Line 588: l_dt_internal pay_interpreter_pkg.t_proration_dates_table_type;

584: p_date_array out nocopy char_array,
585: p_type_array out nocopy char_array
586: )
587: is
588: l_dt_internal pay_interpreter_pkg.t_proration_dates_table_type;
589: l_ty_internal pay_interpreter_pkg.t_proration_type_table_type;
590: l_det_internal pay_interpreter_pkg.t_detailed_output_table_type;
591: l_time_def_id number;
592: tmp_num number;

Line 589: l_ty_internal pay_interpreter_pkg.t_proration_type_table_type;

585: p_type_array out nocopy char_array
586: )
587: is
588: l_dt_internal pay_interpreter_pkg.t_proration_dates_table_type;
589: l_ty_internal pay_interpreter_pkg.t_proration_type_table_type;
590: l_det_internal pay_interpreter_pkg.t_detailed_output_table_type;
591: l_time_def_id number;
592: tmp_num number;
593: begin

Line 590: l_det_internal pay_interpreter_pkg.t_detailed_output_table_type;

586: )
587: is
588: l_dt_internal pay_interpreter_pkg.t_proration_dates_table_type;
589: l_ty_internal pay_interpreter_pkg.t_proration_type_table_type;
590: l_det_internal pay_interpreter_pkg.t_detailed_output_table_type;
591: l_time_def_id number;
592: tmp_num number;
593: begin
594: --

Line 615: pay_interpreter_pkg.get_prorated_dates

611: l_time_def_id := null;
612: --
613: end if;
614: --
615: pay_interpreter_pkg.get_prorated_dates
616: (
617: p_element_entry_id => p_ee_id,
618: p_assignment_action_id => p_asg_act_id,
619: p_time_definition_id => l_time_def_id,

Line 687: l_prd_start_date := pay_interpreter_pkg.prorate_start_date

683: -- Is the entry being prorated, if so then
684: -- get the proration start date,
685: -- otherwise it must be allocating
686: if (l_prorate_grp_id is not null) then
687: l_prd_start_date := pay_interpreter_pkg.prorate_start_date
688: (p_asg_act_id,
689: l_prorate_grp_id);
690: end if;
691: --