DBA Data[Home] [Help]

APPS.PAY_EVENTS_WRAPPER dependencies on PAY_INTERPRETER_PKG

Line 234: p_detailed_output IN OUT NOCOPY pay_interpreter_pkg.t_detailed_output_table_type,

230: p_start_date IN DATE,
231: p_end_date IN DATE,
232: p_assignment_id IN NUMBER,
233: p_element_entry_id IN NUMBER,
234: p_detailed_output IN OUT NOCOPY pay_interpreter_pkg.t_detailed_output_table_type,
235: p_proration_dates IN OUT NOCOPY pay_interpreter_pkg.t_proration_dates_table_type
236: );
237: --
238: -- Process the detailed information that get_event_details returned

Line 235: p_proration_dates IN OUT NOCOPY pay_interpreter_pkg.t_proration_dates_table_type

231: p_end_date IN DATE,
232: p_assignment_id IN NUMBER,
233: p_element_entry_id IN NUMBER,
234: p_detailed_output IN OUT NOCOPY pay_interpreter_pkg.t_detailed_output_table_type,
235: p_proration_dates IN OUT NOCOPY pay_interpreter_pkg.t_proration_dates_table_type
236: );
237: --
238: -- Process the detailed information that get_event_details returned
239: -- * See note 1

Line 241: p_detailed_output IN pay_interpreter_pkg.t_detailed_output_table_type,

237: --
238: -- Process the detailed information that get_event_details returned
239: -- * See note 1
240: PROCEDURE process_event_details(
241: p_detailed_output IN pay_interpreter_pkg.t_detailed_output_table_type,
242: p_proration_dates IN pay_interpreter_pkg.t_proration_dates_table_type,
243: p_summary_refresh IN OUT NOCOPY t_summary_refresh_tab_type,
244: p_location_stripe IN BOOLEAN DEFAULT FALSE
245: );

Line 242: p_proration_dates IN pay_interpreter_pkg.t_proration_dates_table_type,

238: -- Process the detailed information that get_event_details returned
239: -- * See note 1
240: PROCEDURE process_event_details(
241: p_detailed_output IN pay_interpreter_pkg.t_detailed_output_table_type,
242: p_proration_dates IN pay_interpreter_pkg.t_proration_dates_table_type,
243: p_summary_refresh IN OUT NOCOPY t_summary_refresh_tab_type,
244: p_location_stripe IN BOOLEAN DEFAULT FALSE
245: );
246: --