DBA Data[Home] [Help]

APPS.PAY_GTNLOD_PKG dependencies on HR_ORGANIZATION_UNITS

Line 158: l_tax_unit_id hr_organization_units.organization_id%type;

154: l_effective_date pay_payroll_actions.effective_date%type;
155: l_action_type pay_payroll_actions.action_type%type;
156: l_assignment_action_id pay_assignment_actions.assignment_action_id%type;
157: l_assignment_id pay_assignment_actions.assignment_id%type;
158: l_tax_unit_id hr_organization_units.organization_id%type;
159: l_person_id per_all_people_f.person_id%TYPE; -- #1937448
160: l_assignment_number per_all_assignments_f.assignment_number%TYPE;
161: l_gre_name hr_organization_units.name%type;
162: l_organization_id hr_organization_units.organization_id%type;

Line 161: l_gre_name hr_organization_units.name%type;

157: l_assignment_id pay_assignment_actions.assignment_id%type;
158: l_tax_unit_id hr_organization_units.organization_id%type;
159: l_person_id per_all_people_f.person_id%TYPE; -- #1937448
160: l_assignment_number per_all_assignments_f.assignment_number%TYPE;
161: l_gre_name hr_organization_units.name%type;
162: l_organization_id hr_organization_units.organization_id%type;
163: l_org_name hr_organization_units.name%type;
164: l_location_id hr_locations.location_id%type;
165: l_location_code hr_locations.location_code%type;

Line 162: l_organization_id hr_organization_units.organization_id%type;

158: l_tax_unit_id hr_organization_units.organization_id%type;
159: l_person_id per_all_people_f.person_id%TYPE; -- #1937448
160: l_assignment_number per_all_assignments_f.assignment_number%TYPE;
161: l_gre_name hr_organization_units.name%type;
162: l_organization_id hr_organization_units.organization_id%type;
163: l_org_name hr_organization_units.name%type;
164: l_location_id hr_locations.location_id%type;
165: l_location_code hr_locations.location_code%type;
166: l_ppp_assignment_action_id pay_assignment_actions.assignment_action_id%type;

Line 163: l_org_name hr_organization_units.name%type;

159: l_person_id per_all_people_f.person_id%TYPE; -- #1937448
160: l_assignment_number per_all_assignments_f.assignment_number%TYPE;
161: l_gre_name hr_organization_units.name%type;
162: l_organization_id hr_organization_units.organization_id%type;
163: l_org_name hr_organization_units.name%type;
164: l_location_id hr_locations.location_id%type;
165: l_location_code hr_locations.location_code%type;
166: l_ppp_assignment_action_id pay_assignment_actions.assignment_action_id%type;
167: l_bal_value number(20,2);