DBA Data[Home] [Help]

APPS.PAY_AU_PAYMENT_SUMMARY_REPORT dependencies on PER_ALL_PEOPLE_F

Line 53: p_start_person_id in per_all_people_f.person_id%type,

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:
57:

Line 54: p_end_person_id in per_all_people_f.person_id%type,

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:
57:
58: