DBA Data[Home] [Help]

APPS.PER_EIT_UTILITY_SS dependencies on HR_LOCATION_INFO_TYPES

Line 125: from hr_location_info_types

121: where information_type not like 'GHR%';
122:
123: cursor c_location_types is
124: select information_type
125: from hr_location_info_types
126: where information_type not like 'GHR%';
127:
128: l_row_id varchar2(80) := null;
129:

Line 271: X_INFO_TYPE_TABLE_NAME => 'HR_LOCATION_INFO_TYPES',

267: (x_rowid => l_row_id,
268: x_application_short_name => 'PER',
269: --X_RESPONSIBILITY_NAME => P_RESPONSIBILITY_NAME,
270: X_RESPONSIBILITY_KEY => GET_RESP_KEY('PER', P_RESPONSIBILITY_NAME),
271: X_INFO_TYPE_TABLE_NAME => 'HR_LOCATION_INFO_TYPES',
272: X_INFORMATION_TYPE => location_type.information_type,
273: X_OBJECT_VERSION_NUMBER => 1,
274: X_CREATION_DATE => sysdate,
275: X_CREATED_BY => -1,