DBA Data[Home] [Help]

APPS.PAY_AU_RECON_SUMMARY dependencies on PAY_PAYROLL_ACTIONS

Line 274: ,p_year_start in pay_payroll_Actions.effective_date%type

270: return number ;
271:
272: function etp_details
273: (p_assignment_id in pay_assignment_actions.ASSIGNMENT_ID%type
274: ,p_year_start in pay_payroll_Actions.effective_date%type
275: ,p_year_end in pay_payroll_Actions.effective_date%type)
276: return number;
277:
278: function post30jun1983_value

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

271:
272: function etp_details
273: (p_assignment_id in pay_assignment_actions.ASSIGNMENT_ID%type
274: ,p_year_start in pay_payroll_Actions.effective_date%type
275: ,p_year_end in pay_payroll_Actions.effective_date%type)
276: return number;
277:
278: function post30jun1983_value
279: return number;

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

341: -- of assignments eligible for archival.
342: --------------------------------------------------------------------
343:
344: procedure range_code
345: (p_payroll_action_id in pay_payroll_actions.payroll_action_id%type,
346: p_sql out nocopy varchar2);
347:
348: --------------------------------------------------------------------
349: -- This procedure is used to set global contexts

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

352: -- no archival is required.
353: --------------------------------------------------------------------
354:
355: procedure initialization_code
356: (p_payroll_action_id in pay_payroll_actions.payroll_action_id%type);
357:
358:
359: --------------------------------------------------------------------
360: -- This procedure further restricts the assignment_id's

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

360: -- This procedure further restricts the assignment_id's
361: -- returned by range_code
362: --------------------------------------------------------------------
363: procedure assignment_action_code
364: (p_payroll_action_id in pay_payroll_actions.payroll_action_id%type,
365: p_start_person_id in per_all_people_f.person_id%type,
366: p_end_person_id in per_all_people_f.person_id%type,
367: p_chunk in number);
368:

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

377: p_effective_date in date);
378:
379:
380: procedure spawn_ps_report
381: (p_payroll_action_id in pay_payroll_actions.payroll_action_id%type);
382:
383:
384: end pay_au_recon_summary;