DBA Data[Home] [Help]

APPS.RCV_ROI_PREPROCESSOR dependencies on HR_LOCATIONS

Line 79: (location_id hr_locations.location_id%type,

75: organization_id org_organization_definitions.organization_id%type,
76: error_record RCV_ROI_PREPROCESSOR.error_rec_type);
77:
78: TYPE location_id_record_type IS RECORD
79: (location_id hr_locations.location_id%type,
80: location_code hr_locations.location_code%type,
81: organization_id org_organization_definitions.organization_id%type,
82: error_record RCV_ROI_PREPROCESSOR.error_rec_type);
83:

Line 80: location_code hr_locations.location_code%type,

76: error_record RCV_ROI_PREPROCESSOR.error_rec_type);
77:
78: TYPE location_id_record_type IS RECORD
79: (location_id hr_locations.location_id%type,
80: location_code hr_locations.location_code%type,
81: organization_id org_organization_definitions.organization_id%type,
82: error_record RCV_ROI_PREPROCESSOR.error_rec_type);
83:
84: TYPE employee_id_record_type IS RECORD