DBA Data[Home] [Help]

APPS.PER_EIT_UTILITY_SS dependencies on PER_ASSIGNMENT_INFO_TYPES

Line 115: from per_assignment_info_types

111: where information_type not like 'GHR%';
112:
113: cursor c_assignment_types is
114: select information_type
115: from per_assignment_info_types
116: where information_type not like 'GHR%';
117:
118: cursor c_position_types is
119: select information_type

Line 199: P_INFO_TYPE_TABLE_NAME => 'PER_ASSIGNMENT_INFO_TYPES',

195: FOR assignment_type IN c_assignment_types LOOP
196:
197: if eit_not_exist(P_APPLICATION_SHORT_NAME => 'PER',
198: P_RESPONSIBILITY_NAME => P_RESPONSIBILITY_NAME,
199: P_INFO_TYPE_TABLE_NAME => 'PER_ASSIGNMENT_INFO_TYPES',
200: P_INFORMATION_TYPE => assignment_type.information_type,
201: P_ROWID => l_row_id)
202: THEN
203:

Line 209: X_INFO_TYPE_TABLE_NAME => 'PER_ASSIGNMENT_INFO_TYPES',

205: (x_rowid => l_row_id,
206: x_application_short_name => 'PER',
207: --X_RESPONSIBILITY_NAME => P_RESPONSIBILITY_NAME,
208: X_RESPONSIBILITY_KEY => GET_RESP_KEY('PER', P_RESPONSIBILITY_NAME),
209: X_INFO_TYPE_TABLE_NAME => 'PER_ASSIGNMENT_INFO_TYPES',
210: X_INFORMATION_TYPE => assignment_type.information_type,
211: X_OBJECT_VERSION_NUMBER => 1,
212: X_CREATION_DATE => sysdate,
213: X_CREATED_BY => -1,