DBA Data[Home] [Help]

APPS.PER_ROL_DEL dependencies on PER_ROL_SHD

Line 52: (p_rec in per_rol_shd.g_rec_type

48: --
49: -- {End Of Comments}
50: -- ----------------------------------------------------------------------------
51: Procedure delete_dml
52: (p_rec in per_rol_shd.g_rec_type
53: ) is
54: --
55: l_proc varchar2(72) := g_package||'delete_dml';
56: --

Line 75: per_rol_shd.constraint_error

71: Exception
72: When hr_api.child_integrity_violated then
73: -- Child integrity has been violated
74: --
75: per_rol_shd.constraint_error
76: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
77: When Others Then
78: --
79: Raise;

Line 114: Procedure pre_delete(p_rec in per_rol_shd.g_rec_type) is

110: -- Internal Row Handler Use Only.
111: --
112: -- {End Of Comments}
113: -- ----------------------------------------------------------------------------
114: Procedure pre_delete(p_rec in per_rol_shd.g_rec_type) is
115: --
116: l_proc varchar2(72) := g_package||'pre_delete';
117: --
118: Begin

Line 156: Procedure post_delete(p_rec in per_rol_shd.g_rec_type) is

152: -- Internal Row Handler Use Only.
153: --
154: -- {End Of Comments}
155: -- -----------------------------------------------------------------------------
156: Procedure post_delete(p_rec in per_rol_shd.g_rec_type) is
157: --
158: l_proc varchar2(72) := g_package||'post_delete';
159: --
160: Begin

Line 168: => per_rol_shd.g_old_rec.job_id

164: per_rol_rkd.after_delete
165: (p_role_id
166: => p_rec.role_id
167: ,p_job_id_o
168: => per_rol_shd.g_old_rec.job_id
169: ,p_job_group_id_o
170: => per_rol_shd.g_old_rec.job_group_id
171: ,p_person_id_o
172: => per_rol_shd.g_old_rec.person_id

Line 170: => per_rol_shd.g_old_rec.job_group_id

166: => p_rec.role_id
167: ,p_job_id_o
168: => per_rol_shd.g_old_rec.job_id
169: ,p_job_group_id_o
170: => per_rol_shd.g_old_rec.job_group_id
171: ,p_person_id_o
172: => per_rol_shd.g_old_rec.person_id
173: ,p_organization_id_o
174: => per_rol_shd.g_old_rec.organization_id

Line 172: => per_rol_shd.g_old_rec.person_id

168: => per_rol_shd.g_old_rec.job_id
169: ,p_job_group_id_o
170: => per_rol_shd.g_old_rec.job_group_id
171: ,p_person_id_o
172: => per_rol_shd.g_old_rec.person_id
173: ,p_organization_id_o
174: => per_rol_shd.g_old_rec.organization_id
175: ,p_start_date_o
176: => per_rol_shd.g_old_rec.start_date

Line 174: => per_rol_shd.g_old_rec.organization_id

170: => per_rol_shd.g_old_rec.job_group_id
171: ,p_person_id_o
172: => per_rol_shd.g_old_rec.person_id
173: ,p_organization_id_o
174: => per_rol_shd.g_old_rec.organization_id
175: ,p_start_date_o
176: => per_rol_shd.g_old_rec.start_date
177: ,p_end_date_o
178: => per_rol_shd.g_old_rec.end_date

Line 176: => per_rol_shd.g_old_rec.start_date

172: => per_rol_shd.g_old_rec.person_id
173: ,p_organization_id_o
174: => per_rol_shd.g_old_rec.organization_id
175: ,p_start_date_o
176: => per_rol_shd.g_old_rec.start_date
177: ,p_end_date_o
178: => per_rol_shd.g_old_rec.end_date
179: ,p_confidential_date_o
180: => per_rol_shd.g_old_rec.confidential_date

Line 178: => per_rol_shd.g_old_rec.end_date

174: => per_rol_shd.g_old_rec.organization_id
175: ,p_start_date_o
176: => per_rol_shd.g_old_rec.start_date
177: ,p_end_date_o
178: => per_rol_shd.g_old_rec.end_date
179: ,p_confidential_date_o
180: => per_rol_shd.g_old_rec.confidential_date
181: ,p_emp_rights_flag_o
182: => per_rol_shd.g_old_rec.emp_rights_flag

Line 180: => per_rol_shd.g_old_rec.confidential_date

176: => per_rol_shd.g_old_rec.start_date
177: ,p_end_date_o
178: => per_rol_shd.g_old_rec.end_date
179: ,p_confidential_date_o
180: => per_rol_shd.g_old_rec.confidential_date
181: ,p_emp_rights_flag_o
182: => per_rol_shd.g_old_rec.emp_rights_flag
183: ,p_end_of_rights_date_o
184: => per_rol_shd.g_old_rec.end_of_rights_date

Line 182: => per_rol_shd.g_old_rec.emp_rights_flag

178: => per_rol_shd.g_old_rec.end_date
179: ,p_confidential_date_o
180: => per_rol_shd.g_old_rec.confidential_date
181: ,p_emp_rights_flag_o
182: => per_rol_shd.g_old_rec.emp_rights_flag
183: ,p_end_of_rights_date_o
184: => per_rol_shd.g_old_rec.end_of_rights_date
185: ,p_primary_contact_flag_o
186: => per_rol_shd.g_old_rec.primary_contact_flag

Line 184: => per_rol_shd.g_old_rec.end_of_rights_date

180: => per_rol_shd.g_old_rec.confidential_date
181: ,p_emp_rights_flag_o
182: => per_rol_shd.g_old_rec.emp_rights_flag
183: ,p_end_of_rights_date_o
184: => per_rol_shd.g_old_rec.end_of_rights_date
185: ,p_primary_contact_flag_o
186: => per_rol_shd.g_old_rec.primary_contact_flag
187: ,p_attribute_category_o
188: => per_rol_shd.g_old_rec.attribute_category

Line 186: => per_rol_shd.g_old_rec.primary_contact_flag

182: => per_rol_shd.g_old_rec.emp_rights_flag
183: ,p_end_of_rights_date_o
184: => per_rol_shd.g_old_rec.end_of_rights_date
185: ,p_primary_contact_flag_o
186: => per_rol_shd.g_old_rec.primary_contact_flag
187: ,p_attribute_category_o
188: => per_rol_shd.g_old_rec.attribute_category
189: ,p_attribute1_o
190: => per_rol_shd.g_old_rec.attribute1

Line 188: => per_rol_shd.g_old_rec.attribute_category

184: => per_rol_shd.g_old_rec.end_of_rights_date
185: ,p_primary_contact_flag_o
186: => per_rol_shd.g_old_rec.primary_contact_flag
187: ,p_attribute_category_o
188: => per_rol_shd.g_old_rec.attribute_category
189: ,p_attribute1_o
190: => per_rol_shd.g_old_rec.attribute1
191: ,p_attribute2_o
192: => per_rol_shd.g_old_rec.attribute2

Line 190: => per_rol_shd.g_old_rec.attribute1

186: => per_rol_shd.g_old_rec.primary_contact_flag
187: ,p_attribute_category_o
188: => per_rol_shd.g_old_rec.attribute_category
189: ,p_attribute1_o
190: => per_rol_shd.g_old_rec.attribute1
191: ,p_attribute2_o
192: => per_rol_shd.g_old_rec.attribute2
193: ,p_attribute3_o
194: => per_rol_shd.g_old_rec.attribute3

Line 192: => per_rol_shd.g_old_rec.attribute2

188: => per_rol_shd.g_old_rec.attribute_category
189: ,p_attribute1_o
190: => per_rol_shd.g_old_rec.attribute1
191: ,p_attribute2_o
192: => per_rol_shd.g_old_rec.attribute2
193: ,p_attribute3_o
194: => per_rol_shd.g_old_rec.attribute3
195: ,p_attribute4_o
196: => per_rol_shd.g_old_rec.attribute4

Line 194: => per_rol_shd.g_old_rec.attribute3

190: => per_rol_shd.g_old_rec.attribute1
191: ,p_attribute2_o
192: => per_rol_shd.g_old_rec.attribute2
193: ,p_attribute3_o
194: => per_rol_shd.g_old_rec.attribute3
195: ,p_attribute4_o
196: => per_rol_shd.g_old_rec.attribute4
197: ,p_attribute5_o
198: => per_rol_shd.g_old_rec.attribute5

Line 196: => per_rol_shd.g_old_rec.attribute4

192: => per_rol_shd.g_old_rec.attribute2
193: ,p_attribute3_o
194: => per_rol_shd.g_old_rec.attribute3
195: ,p_attribute4_o
196: => per_rol_shd.g_old_rec.attribute4
197: ,p_attribute5_o
198: => per_rol_shd.g_old_rec.attribute5
199: ,p_attribute6_o
200: => per_rol_shd.g_old_rec.attribute6

Line 198: => per_rol_shd.g_old_rec.attribute5

194: => per_rol_shd.g_old_rec.attribute3
195: ,p_attribute4_o
196: => per_rol_shd.g_old_rec.attribute4
197: ,p_attribute5_o
198: => per_rol_shd.g_old_rec.attribute5
199: ,p_attribute6_o
200: => per_rol_shd.g_old_rec.attribute6
201: ,p_attribute7_o
202: => per_rol_shd.g_old_rec.attribute7

Line 200: => per_rol_shd.g_old_rec.attribute6

196: => per_rol_shd.g_old_rec.attribute4
197: ,p_attribute5_o
198: => per_rol_shd.g_old_rec.attribute5
199: ,p_attribute6_o
200: => per_rol_shd.g_old_rec.attribute6
201: ,p_attribute7_o
202: => per_rol_shd.g_old_rec.attribute7
203: ,p_attribute8_o
204: => per_rol_shd.g_old_rec.attribute8

Line 202: => per_rol_shd.g_old_rec.attribute7

198: => per_rol_shd.g_old_rec.attribute5
199: ,p_attribute6_o
200: => per_rol_shd.g_old_rec.attribute6
201: ,p_attribute7_o
202: => per_rol_shd.g_old_rec.attribute7
203: ,p_attribute8_o
204: => per_rol_shd.g_old_rec.attribute8
205: ,p_attribute9_o
206: => per_rol_shd.g_old_rec.attribute9

Line 204: => per_rol_shd.g_old_rec.attribute8

200: => per_rol_shd.g_old_rec.attribute6
201: ,p_attribute7_o
202: => per_rol_shd.g_old_rec.attribute7
203: ,p_attribute8_o
204: => per_rol_shd.g_old_rec.attribute8
205: ,p_attribute9_o
206: => per_rol_shd.g_old_rec.attribute9
207: ,p_attribute10_o
208: => per_rol_shd.g_old_rec.attribute10

Line 206: => per_rol_shd.g_old_rec.attribute9

202: => per_rol_shd.g_old_rec.attribute7
203: ,p_attribute8_o
204: => per_rol_shd.g_old_rec.attribute8
205: ,p_attribute9_o
206: => per_rol_shd.g_old_rec.attribute9
207: ,p_attribute10_o
208: => per_rol_shd.g_old_rec.attribute10
209: ,p_attribute11_o
210: => per_rol_shd.g_old_rec.attribute11

Line 208: => per_rol_shd.g_old_rec.attribute10

204: => per_rol_shd.g_old_rec.attribute8
205: ,p_attribute9_o
206: => per_rol_shd.g_old_rec.attribute9
207: ,p_attribute10_o
208: => per_rol_shd.g_old_rec.attribute10
209: ,p_attribute11_o
210: => per_rol_shd.g_old_rec.attribute11
211: ,p_attribute12_o
212: => per_rol_shd.g_old_rec.attribute12

Line 210: => per_rol_shd.g_old_rec.attribute11

206: => per_rol_shd.g_old_rec.attribute9
207: ,p_attribute10_o
208: => per_rol_shd.g_old_rec.attribute10
209: ,p_attribute11_o
210: => per_rol_shd.g_old_rec.attribute11
211: ,p_attribute12_o
212: => per_rol_shd.g_old_rec.attribute12
213: ,p_attribute13_o
214: => per_rol_shd.g_old_rec.attribute13

Line 212: => per_rol_shd.g_old_rec.attribute12

208: => per_rol_shd.g_old_rec.attribute10
209: ,p_attribute11_o
210: => per_rol_shd.g_old_rec.attribute11
211: ,p_attribute12_o
212: => per_rol_shd.g_old_rec.attribute12
213: ,p_attribute13_o
214: => per_rol_shd.g_old_rec.attribute13
215: ,p_attribute14_o
216: => per_rol_shd.g_old_rec.attribute14

Line 214: => per_rol_shd.g_old_rec.attribute13

210: => per_rol_shd.g_old_rec.attribute11
211: ,p_attribute12_o
212: => per_rol_shd.g_old_rec.attribute12
213: ,p_attribute13_o
214: => per_rol_shd.g_old_rec.attribute13
215: ,p_attribute14_o
216: => per_rol_shd.g_old_rec.attribute14
217: ,p_attribute15_o
218: => per_rol_shd.g_old_rec.attribute15

Line 216: => per_rol_shd.g_old_rec.attribute14

212: => per_rol_shd.g_old_rec.attribute12
213: ,p_attribute13_o
214: => per_rol_shd.g_old_rec.attribute13
215: ,p_attribute14_o
216: => per_rol_shd.g_old_rec.attribute14
217: ,p_attribute15_o
218: => per_rol_shd.g_old_rec.attribute15
219: ,p_attribute16_o
220: => per_rol_shd.g_old_rec.attribute16

Line 218: => per_rol_shd.g_old_rec.attribute15

214: => per_rol_shd.g_old_rec.attribute13
215: ,p_attribute14_o
216: => per_rol_shd.g_old_rec.attribute14
217: ,p_attribute15_o
218: => per_rol_shd.g_old_rec.attribute15
219: ,p_attribute16_o
220: => per_rol_shd.g_old_rec.attribute16
221: ,p_attribute17_o
222: => per_rol_shd.g_old_rec.attribute17

Line 220: => per_rol_shd.g_old_rec.attribute16

216: => per_rol_shd.g_old_rec.attribute14
217: ,p_attribute15_o
218: => per_rol_shd.g_old_rec.attribute15
219: ,p_attribute16_o
220: => per_rol_shd.g_old_rec.attribute16
221: ,p_attribute17_o
222: => per_rol_shd.g_old_rec.attribute17
223: ,p_attribute18_o
224: => per_rol_shd.g_old_rec.attribute18

Line 222: => per_rol_shd.g_old_rec.attribute17

218: => per_rol_shd.g_old_rec.attribute15
219: ,p_attribute16_o
220: => per_rol_shd.g_old_rec.attribute16
221: ,p_attribute17_o
222: => per_rol_shd.g_old_rec.attribute17
223: ,p_attribute18_o
224: => per_rol_shd.g_old_rec.attribute18
225: ,p_attribute19_o
226: => per_rol_shd.g_old_rec.attribute19

Line 224: => per_rol_shd.g_old_rec.attribute18

220: => per_rol_shd.g_old_rec.attribute16
221: ,p_attribute17_o
222: => per_rol_shd.g_old_rec.attribute17
223: ,p_attribute18_o
224: => per_rol_shd.g_old_rec.attribute18
225: ,p_attribute19_o
226: => per_rol_shd.g_old_rec.attribute19
227: ,p_attribute20_o
228: => per_rol_shd.g_old_rec.attribute20

Line 226: => per_rol_shd.g_old_rec.attribute19

222: => per_rol_shd.g_old_rec.attribute17
223: ,p_attribute18_o
224: => per_rol_shd.g_old_rec.attribute18
225: ,p_attribute19_o
226: => per_rol_shd.g_old_rec.attribute19
227: ,p_attribute20_o
228: => per_rol_shd.g_old_rec.attribute20
229: ,p_role_information_category_o
230: => per_rol_shd.g_old_rec.role_information_category

Line 228: => per_rol_shd.g_old_rec.attribute20

224: => per_rol_shd.g_old_rec.attribute18
225: ,p_attribute19_o
226: => per_rol_shd.g_old_rec.attribute19
227: ,p_attribute20_o
228: => per_rol_shd.g_old_rec.attribute20
229: ,p_role_information_category_o
230: => per_rol_shd.g_old_rec.role_information_category
231: ,p_role_information1_o
232: => per_rol_shd.g_old_rec.role_information1

Line 230: => per_rol_shd.g_old_rec.role_information_category

226: => per_rol_shd.g_old_rec.attribute19
227: ,p_attribute20_o
228: => per_rol_shd.g_old_rec.attribute20
229: ,p_role_information_category_o
230: => per_rol_shd.g_old_rec.role_information_category
231: ,p_role_information1_o
232: => per_rol_shd.g_old_rec.role_information1
233: ,p_role_information2_o
234: => per_rol_shd.g_old_rec.role_information2

Line 232: => per_rol_shd.g_old_rec.role_information1

228: => per_rol_shd.g_old_rec.attribute20
229: ,p_role_information_category_o
230: => per_rol_shd.g_old_rec.role_information_category
231: ,p_role_information1_o
232: => per_rol_shd.g_old_rec.role_information1
233: ,p_role_information2_o
234: => per_rol_shd.g_old_rec.role_information2
235: ,p_role_information3_o
236: => per_rol_shd.g_old_rec.role_information3

Line 234: => per_rol_shd.g_old_rec.role_information2

230: => per_rol_shd.g_old_rec.role_information_category
231: ,p_role_information1_o
232: => per_rol_shd.g_old_rec.role_information1
233: ,p_role_information2_o
234: => per_rol_shd.g_old_rec.role_information2
235: ,p_role_information3_o
236: => per_rol_shd.g_old_rec.role_information3
237: ,p_role_information4_o
238: => per_rol_shd.g_old_rec.role_information4

Line 236: => per_rol_shd.g_old_rec.role_information3

232: => per_rol_shd.g_old_rec.role_information1
233: ,p_role_information2_o
234: => per_rol_shd.g_old_rec.role_information2
235: ,p_role_information3_o
236: => per_rol_shd.g_old_rec.role_information3
237: ,p_role_information4_o
238: => per_rol_shd.g_old_rec.role_information4
239: ,p_role_information5_o
240: => per_rol_shd.g_old_rec.role_information5

Line 238: => per_rol_shd.g_old_rec.role_information4

234: => per_rol_shd.g_old_rec.role_information2
235: ,p_role_information3_o
236: => per_rol_shd.g_old_rec.role_information3
237: ,p_role_information4_o
238: => per_rol_shd.g_old_rec.role_information4
239: ,p_role_information5_o
240: => per_rol_shd.g_old_rec.role_information5
241: ,p_role_information6_o
242: => per_rol_shd.g_old_rec.role_information6

Line 240: => per_rol_shd.g_old_rec.role_information5

236: => per_rol_shd.g_old_rec.role_information3
237: ,p_role_information4_o
238: => per_rol_shd.g_old_rec.role_information4
239: ,p_role_information5_o
240: => per_rol_shd.g_old_rec.role_information5
241: ,p_role_information6_o
242: => per_rol_shd.g_old_rec.role_information6
243: ,p_role_information7_o
244: => per_rol_shd.g_old_rec.role_information7

Line 242: => per_rol_shd.g_old_rec.role_information6

238: => per_rol_shd.g_old_rec.role_information4
239: ,p_role_information5_o
240: => per_rol_shd.g_old_rec.role_information5
241: ,p_role_information6_o
242: => per_rol_shd.g_old_rec.role_information6
243: ,p_role_information7_o
244: => per_rol_shd.g_old_rec.role_information7
245: ,p_role_information8_o
246: => per_rol_shd.g_old_rec.role_information8

Line 244: => per_rol_shd.g_old_rec.role_information7

240: => per_rol_shd.g_old_rec.role_information5
241: ,p_role_information6_o
242: => per_rol_shd.g_old_rec.role_information6
243: ,p_role_information7_o
244: => per_rol_shd.g_old_rec.role_information7
245: ,p_role_information8_o
246: => per_rol_shd.g_old_rec.role_information8
247: ,p_role_information9_o
248: => per_rol_shd.g_old_rec.role_information9

Line 246: => per_rol_shd.g_old_rec.role_information8

242: => per_rol_shd.g_old_rec.role_information6
243: ,p_role_information7_o
244: => per_rol_shd.g_old_rec.role_information7
245: ,p_role_information8_o
246: => per_rol_shd.g_old_rec.role_information8
247: ,p_role_information9_o
248: => per_rol_shd.g_old_rec.role_information9
249: ,p_role_information10_o
250: => per_rol_shd.g_old_rec.role_information10

Line 248: => per_rol_shd.g_old_rec.role_information9

244: => per_rol_shd.g_old_rec.role_information7
245: ,p_role_information8_o
246: => per_rol_shd.g_old_rec.role_information8
247: ,p_role_information9_o
248: => per_rol_shd.g_old_rec.role_information9
249: ,p_role_information10_o
250: => per_rol_shd.g_old_rec.role_information10
251: ,p_role_information11_o
252: => per_rol_shd.g_old_rec.role_information11

Line 250: => per_rol_shd.g_old_rec.role_information10

246: => per_rol_shd.g_old_rec.role_information8
247: ,p_role_information9_o
248: => per_rol_shd.g_old_rec.role_information9
249: ,p_role_information10_o
250: => per_rol_shd.g_old_rec.role_information10
251: ,p_role_information11_o
252: => per_rol_shd.g_old_rec.role_information11
253: ,p_role_information12_o
254: => per_rol_shd.g_old_rec.role_information12

Line 252: => per_rol_shd.g_old_rec.role_information11

248: => per_rol_shd.g_old_rec.role_information9
249: ,p_role_information10_o
250: => per_rol_shd.g_old_rec.role_information10
251: ,p_role_information11_o
252: => per_rol_shd.g_old_rec.role_information11
253: ,p_role_information12_o
254: => per_rol_shd.g_old_rec.role_information12
255: ,p_role_information13_o
256: => per_rol_shd.g_old_rec.role_information13

Line 254: => per_rol_shd.g_old_rec.role_information12

250: => per_rol_shd.g_old_rec.role_information10
251: ,p_role_information11_o
252: => per_rol_shd.g_old_rec.role_information11
253: ,p_role_information12_o
254: => per_rol_shd.g_old_rec.role_information12
255: ,p_role_information13_o
256: => per_rol_shd.g_old_rec.role_information13
257: ,p_role_information14_o
258: => per_rol_shd.g_old_rec.role_information14

Line 256: => per_rol_shd.g_old_rec.role_information13

252: => per_rol_shd.g_old_rec.role_information11
253: ,p_role_information12_o
254: => per_rol_shd.g_old_rec.role_information12
255: ,p_role_information13_o
256: => per_rol_shd.g_old_rec.role_information13
257: ,p_role_information14_o
258: => per_rol_shd.g_old_rec.role_information14
259: ,p_role_information15_o
260: => per_rol_shd.g_old_rec.role_information15

Line 258: => per_rol_shd.g_old_rec.role_information14

254: => per_rol_shd.g_old_rec.role_information12
255: ,p_role_information13_o
256: => per_rol_shd.g_old_rec.role_information13
257: ,p_role_information14_o
258: => per_rol_shd.g_old_rec.role_information14
259: ,p_role_information15_o
260: => per_rol_shd.g_old_rec.role_information15
261: ,p_role_information16_o
262: => per_rol_shd.g_old_rec.role_information16

Line 260: => per_rol_shd.g_old_rec.role_information15

256: => per_rol_shd.g_old_rec.role_information13
257: ,p_role_information14_o
258: => per_rol_shd.g_old_rec.role_information14
259: ,p_role_information15_o
260: => per_rol_shd.g_old_rec.role_information15
261: ,p_role_information16_o
262: => per_rol_shd.g_old_rec.role_information16
263: ,p_role_information17_o
264: => per_rol_shd.g_old_rec.role_information17

Line 262: => per_rol_shd.g_old_rec.role_information16

258: => per_rol_shd.g_old_rec.role_information14
259: ,p_role_information15_o
260: => per_rol_shd.g_old_rec.role_information15
261: ,p_role_information16_o
262: => per_rol_shd.g_old_rec.role_information16
263: ,p_role_information17_o
264: => per_rol_shd.g_old_rec.role_information17
265: ,p_role_information18_o
266: => per_rol_shd.g_old_rec.role_information18

Line 264: => per_rol_shd.g_old_rec.role_information17

260: => per_rol_shd.g_old_rec.role_information15
261: ,p_role_information16_o
262: => per_rol_shd.g_old_rec.role_information16
263: ,p_role_information17_o
264: => per_rol_shd.g_old_rec.role_information17
265: ,p_role_information18_o
266: => per_rol_shd.g_old_rec.role_information18
267: ,p_role_information19_o
268: => per_rol_shd.g_old_rec.role_information19

Line 266: => per_rol_shd.g_old_rec.role_information18

262: => per_rol_shd.g_old_rec.role_information16
263: ,p_role_information17_o
264: => per_rol_shd.g_old_rec.role_information17
265: ,p_role_information18_o
266: => per_rol_shd.g_old_rec.role_information18
267: ,p_role_information19_o
268: => per_rol_shd.g_old_rec.role_information19
269: ,p_role_information20_o
270: => per_rol_shd.g_old_rec.role_information20

Line 268: => per_rol_shd.g_old_rec.role_information19

264: => per_rol_shd.g_old_rec.role_information17
265: ,p_role_information18_o
266: => per_rol_shd.g_old_rec.role_information18
267: ,p_role_information19_o
268: => per_rol_shd.g_old_rec.role_information19
269: ,p_role_information20_o
270: => per_rol_shd.g_old_rec.role_information20
271: ,p_object_version_number_o
272: => per_rol_shd.g_old_rec.object_version_number

Line 270: => per_rol_shd.g_old_rec.role_information20

266: => per_rol_shd.g_old_rec.role_information18
267: ,p_role_information19_o
268: => per_rol_shd.g_old_rec.role_information19
269: ,p_role_information20_o
270: => per_rol_shd.g_old_rec.role_information20
271: ,p_object_version_number_o
272: => per_rol_shd.g_old_rec.object_version_number
273: );
274: --

Line 272: => per_rol_shd.g_old_rec.object_version_number

268: => per_rol_shd.g_old_rec.role_information19
269: ,p_role_information20_o
270: => per_rol_shd.g_old_rec.role_information20
271: ,p_object_version_number_o
272: => per_rol_shd.g_old_rec.object_version_number
273: );
274: --
275: exception
276: --

Line 292: (p_rec in per_rol_shd.g_rec_type

288: -- ----------------------------------------------------------------------------
289: -- |---------------------------------< del >----------------------------------|
290: -- ----------------------------------------------------------------------------
291: Procedure del
292: (p_rec in per_rol_shd.g_rec_type
293: ) is
294: --
295: l_proc varchar2(72) := g_package||'del';
296: --

Line 302: per_rol_shd.lck

298: hr_utility.set_location('Entering:'||l_proc, 5);
299: --
300: -- We must lock the row which we need to delete.
301: --
302: per_rol_shd.lck
303: (p_rec.role_id
304: ,p_rec.object_version_number
305: );
306: --

Line 333: l_rec per_rol_shd.g_rec_type;

329: (p_role_id in number
330: ,p_object_version_number in number
331: ) is
332: --
333: l_rec per_rol_shd.g_rec_type;
334: l_proc varchar2(72) := g_package||'del';
335: --
336: Begin
337: hr_utility.set_location('Entering:'||l_proc, 5);