DBA Data[Home] [Help]

APPS.RCV_SHIPMENT_OBJECT_SV dependencies on HR_LOCATIONS

Line 73: (location_id hr_locations.location_id%type,

69: organization_id org_organization_definitions.organization_id%type,
70: error_record ErrorRecType);
71:
72: TYPE location_id_record_type IS RECORD
73: (location_id hr_locations.location_id%type,
74: location_code hr_locations.location_code%type,
75: organization_id org_organization_definitions.organization_id%type,
76: error_record ErrorRecType);
77:

Line 74: location_code hr_locations.location_code%type,

70: error_record ErrorRecType);
71:
72: TYPE location_id_record_type IS RECORD
73: (location_id hr_locations.location_id%type,
74: location_code hr_locations.location_code%type,
75: organization_id org_organization_definitions.organization_id%type,
76: error_record ErrorRecType);
77:
78: TYPE employee_id_record_type IS RECORD