DBA Data[Home] [Help]

APPS.PAY_AU_PAYMENT_SUMMARY_REPORT dependencies on PAY_PAYROLL_ACTIONS

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

37: -- This procedure returns a sql string to select a range
38: -- of assignments eligible for archive report process.
39: --------------------------------------------------------------------------
40: procedure range_code
41: (p_payroll_action_id in pay_payroll_actions.payroll_action_id%type,
42: p_sql out NOCOPY varchar2);
43:
44:
45:

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

48: -- returned by range_code and locks the Assignment Actions for which
49: -- a Payment Summry Report has been printed.
50: -------------------------------------------------------------------------
51: procedure assignment_action_code
52: (p_payroll_action_id in pay_payroll_actions.payroll_action_id%type,
53: p_start_person_id in per_all_people_f.person_id%type,
54: p_end_person_id in per_all_people_f.person_id%type,
55: p_chunk in number);
56: