DBA Data[Home] [Help]

APPS.PAY_AU_PAYE_FF dependencies on HR_ALL_ORGANIZATION_UNITS

Line 164: p_business_group_id in hr_all_organization_units.organization_id%TYPE,

160: /* Bug#4467198 - Modified the function to take care of legal employer changes. Introduced following
161: parameters in the function p_use_tax_flag, p_payroll_id, p_assignment_action_id*/
162: FUNCTION calculate_asg_prev_value
163: ( p_assignment_id in per_all_assignments_f.assignment_id%TYPE,
164: p_business_group_id in hr_all_organization_units.organization_id%TYPE,
165: p_date_earned in date,
166: p_tax_unit_id in hr_all_organization_units.organization_id%TYPE,
167: p_assignment_action_id IN number, /* Bug#4467198*/
168: p_payroll_id IN NUMBER, /* Bug#4467198*/

Line 166: p_tax_unit_id in hr_all_organization_units.organization_id%TYPE,

162: FUNCTION calculate_asg_prev_value
163: ( p_assignment_id in per_all_assignments_f.assignment_id%TYPE,
164: p_business_group_id in hr_all_organization_units.organization_id%TYPE,
165: p_date_earned in date,
166: p_tax_unit_id in hr_all_organization_units.organization_id%TYPE,
167: p_assignment_action_id IN number, /* Bug#4467198*/
168: p_payroll_id IN NUMBER, /* Bug#4467198*/
169: p_period_start_date in date,
170: p_case out NOCOPY varchar2,

Line 459: p_business_group_id in HR_ALL_ORGANIZATION_UNITS.organization_id%type,

455: RETURN VARCHAR2;
456:
457: PROCEDURE upgrade_tax_scale(errbuf out NOCOPY varchar2,
458: retcode out NOCOPY varchar2,
459: p_business_group_id in HR_ALL_ORGANIZATION_UNITS.organization_id%type,
460: p_mode in varchar2);
461:
462: end pay_au_paye_ff;
463: