DBA Data[Home] [Help]

APPS.PAY_GTNLOD_PKG dependencies on HR_ORGANIZATION_UNITS

Line 134: l_tax_unit_id hr_organization_units.organization_id%type;

130: l_effective_date pay_payroll_actions.effective_date%type;
131: l_action_type pay_payroll_actions.action_type%type;
132: l_assignment_action_id pay_assignment_actions.assignment_action_id%type;
133: l_assignment_id pay_assignment_actions.assignment_id%type;
134: l_tax_unit_id hr_organization_units.organization_id%type;
135: l_person_id per_all_people_f.person_id%TYPE; -- #1937448
136: l_assignment_number per_all_assignments_f.assignment_number%TYPE;
137: l_gre_name hr_organization_units.name%type;
138: l_organization_id hr_organization_units.organization_id%type;

Line 137: l_gre_name hr_organization_units.name%type;

133: l_assignment_id pay_assignment_actions.assignment_id%type;
134: l_tax_unit_id hr_organization_units.organization_id%type;
135: l_person_id per_all_people_f.person_id%TYPE; -- #1937448
136: l_assignment_number per_all_assignments_f.assignment_number%TYPE;
137: l_gre_name hr_organization_units.name%type;
138: l_organization_id hr_organization_units.organization_id%type;
139: l_org_name hr_organization_units.name%type;
140: l_location_id hr_locations.location_id%type;
141: l_location_code hr_locations.location_code%type;

Line 138: l_organization_id hr_organization_units.organization_id%type;

134: l_tax_unit_id hr_organization_units.organization_id%type;
135: l_person_id per_all_people_f.person_id%TYPE; -- #1937448
136: l_assignment_number per_all_assignments_f.assignment_number%TYPE;
137: l_gre_name hr_organization_units.name%type;
138: l_organization_id hr_organization_units.organization_id%type;
139: l_org_name hr_organization_units.name%type;
140: l_location_id hr_locations.location_id%type;
141: l_location_code hr_locations.location_code%type;
142: l_ppp_assignment_action_id pay_assignment_actions.assignment_action_id%type;

Line 139: l_org_name hr_organization_units.name%type;

135: l_person_id per_all_people_f.person_id%TYPE; -- #1937448
136: l_assignment_number per_all_assignments_f.assignment_number%TYPE;
137: l_gre_name hr_organization_units.name%type;
138: l_organization_id hr_organization_units.organization_id%type;
139: l_org_name hr_organization_units.name%type;
140: l_location_id hr_locations.location_id%type;
141: l_location_code hr_locations.location_code%type;
142: l_ppp_assignment_action_id pay_assignment_actions.assignment_action_id%type;
143: l_bal_value number(20,2);