DBA Data[Home] [Help]

APPS.HR_H2PI_ERROR dependencies on HR_ORGANIZATION_INFORMATION

Line 126: l_context hr_organization_information.org_information_context%type;

122: l_location_name hr_locations_all.location_code%type;
123: l_assignment_number per_all_assignments_f.assignment_number%type;
124: l_pay_method_name pay_org_payment_methods_f.org_payment_method_name%type;
125: l_org_name hr_all_organization_units.name%type;
126: l_context hr_organization_information.org_information_context%type;
127: l_org_classification hr_organization_information.org_information1%type;
128: l_element_name pay_element_types_f.element_name%type;
129: TYPE ErrorRecTable is TABLE of hr_h2pi_message_lines%ROWTYPE
130: INDEX BY binary_integer;

Line 127: l_org_classification hr_organization_information.org_information1%type;

123: l_assignment_number per_all_assignments_f.assignment_number%type;
124: l_pay_method_name pay_org_payment_methods_f.org_payment_method_name%type;
125: l_org_name hr_all_organization_units.name%type;
126: l_context hr_organization_information.org_information_context%type;
127: l_org_classification hr_organization_information.org_information1%type;
128: l_element_name pay_element_types_f.element_name%type;
129: TYPE ErrorRecTable is TABLE of hr_h2pi_message_lines%ROWTYPE
130: INDEX BY binary_integer;
131: ErrorRec ErrorRecTable;