DBA Data[Home] [Help]

APPS.PAY_AU_SGC_PKG dependencies on PER_ALL_PEOPLE_F

Line 125: p_business_group_id in per_all_people_f.business_group_id%type,

121: (p_assignment_id in per_all_assignments_f.assignment_id%type,
122: p_employee_age in number,
123: p_effective_date in date,
124: p_sgc_rate in number,
125: p_business_group_id in per_all_people_f.business_group_id%type,
126: p_registered_employer in NUMBER, --2610141
127: p_legislation_code in pay_balance_types.legislation_code%type--2610141
128: ) return varchar2
129: IS

Line 294: p_business_group_id in per_all_people_f.business_group_id%type,

290: p_registered_employer in NUMBER, --2610141
291: p_employee_age in number,
292: p_effective_date in date,
293: p_sgc_rate in number,
294: p_business_group_id in per_all_people_f.business_group_id%type,
295: p_legislation_code in pay_balance_types.legislation_code%type,--2610141
296: p_superable_sal out NOCOPY number,
297: p_sgc_contribution out NOCOPY number,
298: p_compliance_mesg out NOCOPY varchar2,