DBA Data[Home] [Help]

APPS.PQP_BUDGET_MAINTENANCE dependencies on PAY_INTERPRETER_PKG

Line 2527: l_proration_dates pay_interpreter_pkg.t_proration_dates_table_type;

2523:
2524: l_event_group_name pay_event_groups.event_group_name%TYPE;
2525: l_no_of_events NUMBER; -- count of total number of events tracked
2526: l_cntr NUMBER;
2527: l_proration_dates pay_interpreter_pkg.t_proration_dates_table_type;
2528: l_proration_changes pay_interpreter_pkg.t_proration_type_table_type;
2529:
2530: CURSOR csr_event_group_name(p_event_group_id NUMBER)
2531: IS

Line 2528: l_proration_changes pay_interpreter_pkg.t_proration_type_table_type;

2524: l_event_group_name pay_event_groups.event_group_name%TYPE;
2525: l_no_of_events NUMBER; -- count of total number of events tracked
2526: l_cntr NUMBER;
2527: l_proration_dates pay_interpreter_pkg.t_proration_dates_table_type;
2528: l_proration_changes pay_interpreter_pkg.t_proration_type_table_type;
2529:
2530: CURSOR csr_event_group_name(p_event_group_id NUMBER)
2531: IS
2532: SELECT event_group_name