DBA Data[Home] [Help]

APPS.PER_EIT_UTILITY_SS dependencies on PER_POSITION_INFO_TYPES

Line 120: from per_position_info_types

116: where information_type not like 'GHR%';
117:
118: cursor c_position_types is
119: select information_type
120: from per_position_info_types
121: where information_type not like 'GHR%';
122:
123: cursor c_location_types is
124: select information_type

Line 230: P_INFO_TYPE_TABLE_NAME => 'PER_POSITION_INFO_TYPES',

226: FOR position_type IN c_position_types LOOP
227:
228: if eit_not_exist(P_APPLICATION_SHORT_NAME => 'PER',
229: P_RESPONSIBILITY_NAME => P_RESPONSIBILITY_NAME,
230: P_INFO_TYPE_TABLE_NAME => 'PER_POSITION_INFO_TYPES',
231: P_INFORMATION_TYPE => position_type.information_type,
232: P_ROWID => l_row_id)
233: THEN
234:

Line 240: X_INFO_TYPE_TABLE_NAME => 'PER_POSITION_INFO_TYPES',

236: (x_rowid => l_row_id,
237: x_application_short_name => 'PER',
238: --X_RESPONSIBILITY_NAME => P_RESPONSIBILITY_NAME,
239: X_RESPONSIBILITY_KEY => GET_RESP_KEY('PER', P_RESPONSIBILITY_NAME),
240: X_INFO_TYPE_TABLE_NAME => 'PER_POSITION_INFO_TYPES',
241: X_INFORMATION_TYPE => position_type.information_type,
242: X_OBJECT_VERSION_NUMBER => 1,
243: X_CREATION_DATE => sysdate,
244: X_CREATED_BY => -1,