DBA Data[Home] [Help]

APPS.PAY_AU_RECON_SUMMARY dependencies on PAY_PAYROLL_ACTIONS

Line 201: ,p_year_start in pay_payroll_Actions.effective_date%type

197: return number ;
198:
199: function etp_details
200: (p_assignment_id in pay_assignment_actions.ASSIGNMENT_ID%type
201: ,p_year_start in pay_payroll_Actions.effective_date%type
202: ,p_year_end in pay_payroll_Actions.effective_date%type)
203: return number;
204:
205: function post30jun1983_value

Line 202: ,p_year_end in pay_payroll_Actions.effective_date%type)

198:
199: function etp_details
200: (p_assignment_id in pay_assignment_actions.ASSIGNMENT_ID%type
201: ,p_year_start in pay_payroll_Actions.effective_date%type
202: ,p_year_end in pay_payroll_Actions.effective_date%type)
203: return number;
204:
205: function post30jun1983_value
206: return number;

Line 269: (p_payroll_action_id in pay_payroll_actions.payroll_action_id%type,

265: -- of assignments eligible for archival.
266: --------------------------------------------------------------------
267:
268: procedure range_code
269: (p_payroll_action_id in pay_payroll_actions.payroll_action_id%type,
270: p_sql out nocopy varchar2);
271:
272: --------------------------------------------------------------------
273: -- This procedure is used to set global contexts

Line 280: (p_payroll_action_id in pay_payroll_actions.payroll_action_id%type);

276: -- no archival is required.
277: --------------------------------------------------------------------
278:
279: procedure initialization_code
280: (p_payroll_action_id in pay_payroll_actions.payroll_action_id%type);
281:
282:
283: --------------------------------------------------------------------
284: -- This procedure further restricts the assignment_id's

Line 288: (p_payroll_action_id in pay_payroll_actions.payroll_action_id%type,

284: -- This procedure further restricts the assignment_id's
285: -- returned by range_code
286: --------------------------------------------------------------------
287: procedure assignment_action_code
288: (p_payroll_action_id in pay_payroll_actions.payroll_action_id%type,
289: p_start_person_id in per_all_people_f.person_id%type,
290: p_end_person_id in per_all_people_f.person_id%type,
291: p_chunk in number);
292:

Line 305: (p_payroll_action_id in pay_payroll_actions.payroll_action_id%type);

301: p_effective_date in date);
302:
303:
304: procedure spawn_ps_report
305: (p_payroll_action_id in pay_payroll_actions.payroll_action_id%type);
306:
307:
308: end pay_au_recon_summary;
309: