DBA Data[Home] [Help]

APPS.PQP_BUDGET_MAINTENANCE dependencies on PAY_INTERPRETER_PKG

Line 2569: l_proration_dates pay_interpreter_pkg.t_proration_dates_table_type;

2565:
2566: l_event_group_name pay_event_groups.event_group_name%TYPE;
2567: l_no_of_events NUMBER; -- count of total number of events tracked
2568: l_cntr NUMBER;
2569: l_proration_dates pay_interpreter_pkg.t_proration_dates_table_type;
2570: l_proration_changes pay_interpreter_pkg.t_proration_type_table_type;
2571:
2572: CURSOR csr_event_group_name(p_event_group_id NUMBER)
2573: IS

Line 2570: l_proration_changes pay_interpreter_pkg.t_proration_type_table_type;

2566: l_event_group_name pay_event_groups.event_group_name%TYPE;
2567: l_no_of_events NUMBER; -- count of total number of events tracked
2568: l_cntr NUMBER;
2569: l_proration_dates pay_interpreter_pkg.t_proration_dates_table_type;
2570: l_proration_changes pay_interpreter_pkg.t_proration_type_table_type;
2571:
2572: CURSOR csr_event_group_name(p_event_group_id NUMBER)
2573: IS
2574: SELECT event_group_name