DBA Data[Home] [Help]

APPS.PQH_CEI_DEL dependencies on PQH_CEI_SHD

Line 52: (p_rec in pqh_cei_shd.g_rec_type

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

Line 75: pqh_cei_shd.constraint_error

71: Exception
72: When hr_api.child_integrity_violated then
73: -- Child integrity has been violated
74: --
75: pqh_cei_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 pqh_cei_shd.g_rec_type) is

110: -- Internal Row Handler Use Only.
111: --
112: -- {End Of Comments}
113: -- ----------------------------------------------------------------------------
114: Procedure pre_delete(p_rec in pqh_cei_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 pqh_cei_shd.g_rec_type) is

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

Line 168: => pqh_cei_shd.g_old_rec.corps_definition_id

164: pqh_cei_rkd.after_delete
165: (p_corps_extra_info_id
166: => p_rec.corps_extra_info_id
167: ,p_corps_definition_id_o
168: => pqh_cei_shd.g_old_rec.corps_definition_id
169: ,p_information_type_o
170: => pqh_cei_shd.g_old_rec.information_type
171: ,p_information1_o
172: => pqh_cei_shd.g_old_rec.information1

Line 170: => pqh_cei_shd.g_old_rec.information_type

166: => p_rec.corps_extra_info_id
167: ,p_corps_definition_id_o
168: => pqh_cei_shd.g_old_rec.corps_definition_id
169: ,p_information_type_o
170: => pqh_cei_shd.g_old_rec.information_type
171: ,p_information1_o
172: => pqh_cei_shd.g_old_rec.information1
173: ,p_information2_o
174: => pqh_cei_shd.g_old_rec.information2

Line 172: => pqh_cei_shd.g_old_rec.information1

168: => pqh_cei_shd.g_old_rec.corps_definition_id
169: ,p_information_type_o
170: => pqh_cei_shd.g_old_rec.information_type
171: ,p_information1_o
172: => pqh_cei_shd.g_old_rec.information1
173: ,p_information2_o
174: => pqh_cei_shd.g_old_rec.information2
175: ,p_information3_o
176: => pqh_cei_shd.g_old_rec.information3

Line 174: => pqh_cei_shd.g_old_rec.information2

170: => pqh_cei_shd.g_old_rec.information_type
171: ,p_information1_o
172: => pqh_cei_shd.g_old_rec.information1
173: ,p_information2_o
174: => pqh_cei_shd.g_old_rec.information2
175: ,p_information3_o
176: => pqh_cei_shd.g_old_rec.information3
177: ,p_information4_o
178: => pqh_cei_shd.g_old_rec.information4

Line 176: => pqh_cei_shd.g_old_rec.information3

172: => pqh_cei_shd.g_old_rec.information1
173: ,p_information2_o
174: => pqh_cei_shd.g_old_rec.information2
175: ,p_information3_o
176: => pqh_cei_shd.g_old_rec.information3
177: ,p_information4_o
178: => pqh_cei_shd.g_old_rec.information4
179: ,p_information5_o
180: => pqh_cei_shd.g_old_rec.information5

Line 178: => pqh_cei_shd.g_old_rec.information4

174: => pqh_cei_shd.g_old_rec.information2
175: ,p_information3_o
176: => pqh_cei_shd.g_old_rec.information3
177: ,p_information4_o
178: => pqh_cei_shd.g_old_rec.information4
179: ,p_information5_o
180: => pqh_cei_shd.g_old_rec.information5
181: ,p_information6_o
182: => pqh_cei_shd.g_old_rec.information6

Line 180: => pqh_cei_shd.g_old_rec.information5

176: => pqh_cei_shd.g_old_rec.information3
177: ,p_information4_o
178: => pqh_cei_shd.g_old_rec.information4
179: ,p_information5_o
180: => pqh_cei_shd.g_old_rec.information5
181: ,p_information6_o
182: => pqh_cei_shd.g_old_rec.information6
183: ,p_information7_o
184: => pqh_cei_shd.g_old_rec.information7

Line 182: => pqh_cei_shd.g_old_rec.information6

178: => pqh_cei_shd.g_old_rec.information4
179: ,p_information5_o
180: => pqh_cei_shd.g_old_rec.information5
181: ,p_information6_o
182: => pqh_cei_shd.g_old_rec.information6
183: ,p_information7_o
184: => pqh_cei_shd.g_old_rec.information7
185: ,p_information8_o
186: => pqh_cei_shd.g_old_rec.information8

Line 184: => pqh_cei_shd.g_old_rec.information7

180: => pqh_cei_shd.g_old_rec.information5
181: ,p_information6_o
182: => pqh_cei_shd.g_old_rec.information6
183: ,p_information7_o
184: => pqh_cei_shd.g_old_rec.information7
185: ,p_information8_o
186: => pqh_cei_shd.g_old_rec.information8
187: ,p_information9_o
188: => pqh_cei_shd.g_old_rec.information9

Line 186: => pqh_cei_shd.g_old_rec.information8

182: => pqh_cei_shd.g_old_rec.information6
183: ,p_information7_o
184: => pqh_cei_shd.g_old_rec.information7
185: ,p_information8_o
186: => pqh_cei_shd.g_old_rec.information8
187: ,p_information9_o
188: => pqh_cei_shd.g_old_rec.information9
189: ,p_information10_o
190: => pqh_cei_shd.g_old_rec.information10

Line 188: => pqh_cei_shd.g_old_rec.information9

184: => pqh_cei_shd.g_old_rec.information7
185: ,p_information8_o
186: => pqh_cei_shd.g_old_rec.information8
187: ,p_information9_o
188: => pqh_cei_shd.g_old_rec.information9
189: ,p_information10_o
190: => pqh_cei_shd.g_old_rec.information10
191: ,p_information11_o
192: => pqh_cei_shd.g_old_rec.information11

Line 190: => pqh_cei_shd.g_old_rec.information10

186: => pqh_cei_shd.g_old_rec.information8
187: ,p_information9_o
188: => pqh_cei_shd.g_old_rec.information9
189: ,p_information10_o
190: => pqh_cei_shd.g_old_rec.information10
191: ,p_information11_o
192: => pqh_cei_shd.g_old_rec.information11
193: ,p_information12_o
194: => pqh_cei_shd.g_old_rec.information12

Line 192: => pqh_cei_shd.g_old_rec.information11

188: => pqh_cei_shd.g_old_rec.information9
189: ,p_information10_o
190: => pqh_cei_shd.g_old_rec.information10
191: ,p_information11_o
192: => pqh_cei_shd.g_old_rec.information11
193: ,p_information12_o
194: => pqh_cei_shd.g_old_rec.information12
195: ,p_information13_o
196: => pqh_cei_shd.g_old_rec.information13

Line 194: => pqh_cei_shd.g_old_rec.information12

190: => pqh_cei_shd.g_old_rec.information10
191: ,p_information11_o
192: => pqh_cei_shd.g_old_rec.information11
193: ,p_information12_o
194: => pqh_cei_shd.g_old_rec.information12
195: ,p_information13_o
196: => pqh_cei_shd.g_old_rec.information13
197: ,p_information14_o
198: => pqh_cei_shd.g_old_rec.information14

Line 196: => pqh_cei_shd.g_old_rec.information13

192: => pqh_cei_shd.g_old_rec.information11
193: ,p_information12_o
194: => pqh_cei_shd.g_old_rec.information12
195: ,p_information13_o
196: => pqh_cei_shd.g_old_rec.information13
197: ,p_information14_o
198: => pqh_cei_shd.g_old_rec.information14
199: ,p_information15_o
200: => pqh_cei_shd.g_old_rec.information15

Line 198: => pqh_cei_shd.g_old_rec.information14

194: => pqh_cei_shd.g_old_rec.information12
195: ,p_information13_o
196: => pqh_cei_shd.g_old_rec.information13
197: ,p_information14_o
198: => pqh_cei_shd.g_old_rec.information14
199: ,p_information15_o
200: => pqh_cei_shd.g_old_rec.information15
201: ,p_information16_o
202: => pqh_cei_shd.g_old_rec.information16

Line 200: => pqh_cei_shd.g_old_rec.information15

196: => pqh_cei_shd.g_old_rec.information13
197: ,p_information14_o
198: => pqh_cei_shd.g_old_rec.information14
199: ,p_information15_o
200: => pqh_cei_shd.g_old_rec.information15
201: ,p_information16_o
202: => pqh_cei_shd.g_old_rec.information16
203: ,p_information17_o
204: => pqh_cei_shd.g_old_rec.information17

Line 202: => pqh_cei_shd.g_old_rec.information16

198: => pqh_cei_shd.g_old_rec.information14
199: ,p_information15_o
200: => pqh_cei_shd.g_old_rec.information15
201: ,p_information16_o
202: => pqh_cei_shd.g_old_rec.information16
203: ,p_information17_o
204: => pqh_cei_shd.g_old_rec.information17
205: ,p_information18_o
206: => pqh_cei_shd.g_old_rec.information18

Line 204: => pqh_cei_shd.g_old_rec.information17

200: => pqh_cei_shd.g_old_rec.information15
201: ,p_information16_o
202: => pqh_cei_shd.g_old_rec.information16
203: ,p_information17_o
204: => pqh_cei_shd.g_old_rec.information17
205: ,p_information18_o
206: => pqh_cei_shd.g_old_rec.information18
207: ,p_information19_o
208: => pqh_cei_shd.g_old_rec.information19

Line 206: => pqh_cei_shd.g_old_rec.information18

202: => pqh_cei_shd.g_old_rec.information16
203: ,p_information17_o
204: => pqh_cei_shd.g_old_rec.information17
205: ,p_information18_o
206: => pqh_cei_shd.g_old_rec.information18
207: ,p_information19_o
208: => pqh_cei_shd.g_old_rec.information19
209: ,p_information20_o
210: => pqh_cei_shd.g_old_rec.information20

Line 208: => pqh_cei_shd.g_old_rec.information19

204: => pqh_cei_shd.g_old_rec.information17
205: ,p_information18_o
206: => pqh_cei_shd.g_old_rec.information18
207: ,p_information19_o
208: => pqh_cei_shd.g_old_rec.information19
209: ,p_information20_o
210: => pqh_cei_shd.g_old_rec.information20
211: ,p_information21_o
212: => pqh_cei_shd.g_old_rec.information21

Line 210: => pqh_cei_shd.g_old_rec.information20

206: => pqh_cei_shd.g_old_rec.information18
207: ,p_information19_o
208: => pqh_cei_shd.g_old_rec.information19
209: ,p_information20_o
210: => pqh_cei_shd.g_old_rec.information20
211: ,p_information21_o
212: => pqh_cei_shd.g_old_rec.information21
213: ,p_information22_o
214: => pqh_cei_shd.g_old_rec.information22

Line 212: => pqh_cei_shd.g_old_rec.information21

208: => pqh_cei_shd.g_old_rec.information19
209: ,p_information20_o
210: => pqh_cei_shd.g_old_rec.information20
211: ,p_information21_o
212: => pqh_cei_shd.g_old_rec.information21
213: ,p_information22_o
214: => pqh_cei_shd.g_old_rec.information22
215: ,p_information23_o
216: => pqh_cei_shd.g_old_rec.information23

Line 214: => pqh_cei_shd.g_old_rec.information22

210: => pqh_cei_shd.g_old_rec.information20
211: ,p_information21_o
212: => pqh_cei_shd.g_old_rec.information21
213: ,p_information22_o
214: => pqh_cei_shd.g_old_rec.information22
215: ,p_information23_o
216: => pqh_cei_shd.g_old_rec.information23
217: ,p_information24_o
218: => pqh_cei_shd.g_old_rec.information24

Line 216: => pqh_cei_shd.g_old_rec.information23

212: => pqh_cei_shd.g_old_rec.information21
213: ,p_information22_o
214: => pqh_cei_shd.g_old_rec.information22
215: ,p_information23_o
216: => pqh_cei_shd.g_old_rec.information23
217: ,p_information24_o
218: => pqh_cei_shd.g_old_rec.information24
219: ,p_information25_o
220: => pqh_cei_shd.g_old_rec.information25

Line 218: => pqh_cei_shd.g_old_rec.information24

214: => pqh_cei_shd.g_old_rec.information22
215: ,p_information23_o
216: => pqh_cei_shd.g_old_rec.information23
217: ,p_information24_o
218: => pqh_cei_shd.g_old_rec.information24
219: ,p_information25_o
220: => pqh_cei_shd.g_old_rec.information25
221: ,p_information26_o
222: => pqh_cei_shd.g_old_rec.information26

Line 220: => pqh_cei_shd.g_old_rec.information25

216: => pqh_cei_shd.g_old_rec.information23
217: ,p_information24_o
218: => pqh_cei_shd.g_old_rec.information24
219: ,p_information25_o
220: => pqh_cei_shd.g_old_rec.information25
221: ,p_information26_o
222: => pqh_cei_shd.g_old_rec.information26
223: ,p_information27_o
224: => pqh_cei_shd.g_old_rec.information27

Line 222: => pqh_cei_shd.g_old_rec.information26

218: => pqh_cei_shd.g_old_rec.information24
219: ,p_information25_o
220: => pqh_cei_shd.g_old_rec.information25
221: ,p_information26_o
222: => pqh_cei_shd.g_old_rec.information26
223: ,p_information27_o
224: => pqh_cei_shd.g_old_rec.information27
225: ,p_information28_o
226: => pqh_cei_shd.g_old_rec.information28

Line 224: => pqh_cei_shd.g_old_rec.information27

220: => pqh_cei_shd.g_old_rec.information25
221: ,p_information26_o
222: => pqh_cei_shd.g_old_rec.information26
223: ,p_information27_o
224: => pqh_cei_shd.g_old_rec.information27
225: ,p_information28_o
226: => pqh_cei_shd.g_old_rec.information28
227: ,p_information29_o
228: => pqh_cei_shd.g_old_rec.information29

Line 226: => pqh_cei_shd.g_old_rec.information28

222: => pqh_cei_shd.g_old_rec.information26
223: ,p_information27_o
224: => pqh_cei_shd.g_old_rec.information27
225: ,p_information28_o
226: => pqh_cei_shd.g_old_rec.information28
227: ,p_information29_o
228: => pqh_cei_shd.g_old_rec.information29
229: ,p_information30_o
230: => pqh_cei_shd.g_old_rec.information30

Line 228: => pqh_cei_shd.g_old_rec.information29

224: => pqh_cei_shd.g_old_rec.information27
225: ,p_information28_o
226: => pqh_cei_shd.g_old_rec.information28
227: ,p_information29_o
228: => pqh_cei_shd.g_old_rec.information29
229: ,p_information30_o
230: => pqh_cei_shd.g_old_rec.information30
231: ,p_information_category_o
232: => pqh_cei_shd.g_old_rec.information_category

Line 230: => pqh_cei_shd.g_old_rec.information30

226: => pqh_cei_shd.g_old_rec.information28
227: ,p_information29_o
228: => pqh_cei_shd.g_old_rec.information29
229: ,p_information30_o
230: => pqh_cei_shd.g_old_rec.information30
231: ,p_information_category_o
232: => pqh_cei_shd.g_old_rec.information_category
233: ,p_attribute1_o
234: => pqh_cei_shd.g_old_rec.attribute1

Line 232: => pqh_cei_shd.g_old_rec.information_category

228: => pqh_cei_shd.g_old_rec.information29
229: ,p_information30_o
230: => pqh_cei_shd.g_old_rec.information30
231: ,p_information_category_o
232: => pqh_cei_shd.g_old_rec.information_category
233: ,p_attribute1_o
234: => pqh_cei_shd.g_old_rec.attribute1
235: ,p_attribute2_o
236: => pqh_cei_shd.g_old_rec.attribute2

Line 234: => pqh_cei_shd.g_old_rec.attribute1

230: => pqh_cei_shd.g_old_rec.information30
231: ,p_information_category_o
232: => pqh_cei_shd.g_old_rec.information_category
233: ,p_attribute1_o
234: => pqh_cei_shd.g_old_rec.attribute1
235: ,p_attribute2_o
236: => pqh_cei_shd.g_old_rec.attribute2
237: ,p_attribute3_o
238: => pqh_cei_shd.g_old_rec.attribute3

Line 236: => pqh_cei_shd.g_old_rec.attribute2

232: => pqh_cei_shd.g_old_rec.information_category
233: ,p_attribute1_o
234: => pqh_cei_shd.g_old_rec.attribute1
235: ,p_attribute2_o
236: => pqh_cei_shd.g_old_rec.attribute2
237: ,p_attribute3_o
238: => pqh_cei_shd.g_old_rec.attribute3
239: ,p_attribute4_o
240: => pqh_cei_shd.g_old_rec.attribute4

Line 238: => pqh_cei_shd.g_old_rec.attribute3

234: => pqh_cei_shd.g_old_rec.attribute1
235: ,p_attribute2_o
236: => pqh_cei_shd.g_old_rec.attribute2
237: ,p_attribute3_o
238: => pqh_cei_shd.g_old_rec.attribute3
239: ,p_attribute4_o
240: => pqh_cei_shd.g_old_rec.attribute4
241: ,p_attribute5_o
242: => pqh_cei_shd.g_old_rec.attribute5

Line 240: => pqh_cei_shd.g_old_rec.attribute4

236: => pqh_cei_shd.g_old_rec.attribute2
237: ,p_attribute3_o
238: => pqh_cei_shd.g_old_rec.attribute3
239: ,p_attribute4_o
240: => pqh_cei_shd.g_old_rec.attribute4
241: ,p_attribute5_o
242: => pqh_cei_shd.g_old_rec.attribute5
243: ,p_attribute6_o
244: => pqh_cei_shd.g_old_rec.attribute6

Line 242: => pqh_cei_shd.g_old_rec.attribute5

238: => pqh_cei_shd.g_old_rec.attribute3
239: ,p_attribute4_o
240: => pqh_cei_shd.g_old_rec.attribute4
241: ,p_attribute5_o
242: => pqh_cei_shd.g_old_rec.attribute5
243: ,p_attribute6_o
244: => pqh_cei_shd.g_old_rec.attribute6
245: ,p_attribute7_o
246: => pqh_cei_shd.g_old_rec.attribute7

Line 244: => pqh_cei_shd.g_old_rec.attribute6

240: => pqh_cei_shd.g_old_rec.attribute4
241: ,p_attribute5_o
242: => pqh_cei_shd.g_old_rec.attribute5
243: ,p_attribute6_o
244: => pqh_cei_shd.g_old_rec.attribute6
245: ,p_attribute7_o
246: => pqh_cei_shd.g_old_rec.attribute7
247: ,p_attribute8_o
248: => pqh_cei_shd.g_old_rec.attribute8

Line 246: => pqh_cei_shd.g_old_rec.attribute7

242: => pqh_cei_shd.g_old_rec.attribute5
243: ,p_attribute6_o
244: => pqh_cei_shd.g_old_rec.attribute6
245: ,p_attribute7_o
246: => pqh_cei_shd.g_old_rec.attribute7
247: ,p_attribute8_o
248: => pqh_cei_shd.g_old_rec.attribute8
249: ,p_attribute9_o
250: => pqh_cei_shd.g_old_rec.attribute9

Line 248: => pqh_cei_shd.g_old_rec.attribute8

244: => pqh_cei_shd.g_old_rec.attribute6
245: ,p_attribute7_o
246: => pqh_cei_shd.g_old_rec.attribute7
247: ,p_attribute8_o
248: => pqh_cei_shd.g_old_rec.attribute8
249: ,p_attribute9_o
250: => pqh_cei_shd.g_old_rec.attribute9
251: ,p_attribute10_o
252: => pqh_cei_shd.g_old_rec.attribute10

Line 250: => pqh_cei_shd.g_old_rec.attribute9

246: => pqh_cei_shd.g_old_rec.attribute7
247: ,p_attribute8_o
248: => pqh_cei_shd.g_old_rec.attribute8
249: ,p_attribute9_o
250: => pqh_cei_shd.g_old_rec.attribute9
251: ,p_attribute10_o
252: => pqh_cei_shd.g_old_rec.attribute10
253: ,p_attribute11_o
254: => pqh_cei_shd.g_old_rec.attribute11

Line 252: => pqh_cei_shd.g_old_rec.attribute10

248: => pqh_cei_shd.g_old_rec.attribute8
249: ,p_attribute9_o
250: => pqh_cei_shd.g_old_rec.attribute9
251: ,p_attribute10_o
252: => pqh_cei_shd.g_old_rec.attribute10
253: ,p_attribute11_o
254: => pqh_cei_shd.g_old_rec.attribute11
255: ,p_attribute12_o
256: => pqh_cei_shd.g_old_rec.attribute12

Line 254: => pqh_cei_shd.g_old_rec.attribute11

250: => pqh_cei_shd.g_old_rec.attribute9
251: ,p_attribute10_o
252: => pqh_cei_shd.g_old_rec.attribute10
253: ,p_attribute11_o
254: => pqh_cei_shd.g_old_rec.attribute11
255: ,p_attribute12_o
256: => pqh_cei_shd.g_old_rec.attribute12
257: ,p_attribute13_o
258: => pqh_cei_shd.g_old_rec.attribute13

Line 256: => pqh_cei_shd.g_old_rec.attribute12

252: => pqh_cei_shd.g_old_rec.attribute10
253: ,p_attribute11_o
254: => pqh_cei_shd.g_old_rec.attribute11
255: ,p_attribute12_o
256: => pqh_cei_shd.g_old_rec.attribute12
257: ,p_attribute13_o
258: => pqh_cei_shd.g_old_rec.attribute13
259: ,p_attribute14_o
260: => pqh_cei_shd.g_old_rec.attribute14

Line 258: => pqh_cei_shd.g_old_rec.attribute13

254: => pqh_cei_shd.g_old_rec.attribute11
255: ,p_attribute12_o
256: => pqh_cei_shd.g_old_rec.attribute12
257: ,p_attribute13_o
258: => pqh_cei_shd.g_old_rec.attribute13
259: ,p_attribute14_o
260: => pqh_cei_shd.g_old_rec.attribute14
261: ,p_attribute15_o
262: => pqh_cei_shd.g_old_rec.attribute15

Line 260: => pqh_cei_shd.g_old_rec.attribute14

256: => pqh_cei_shd.g_old_rec.attribute12
257: ,p_attribute13_o
258: => pqh_cei_shd.g_old_rec.attribute13
259: ,p_attribute14_o
260: => pqh_cei_shd.g_old_rec.attribute14
261: ,p_attribute15_o
262: => pqh_cei_shd.g_old_rec.attribute15
263: ,p_attribute16_o
264: => pqh_cei_shd.g_old_rec.attribute16

Line 262: => pqh_cei_shd.g_old_rec.attribute15

258: => pqh_cei_shd.g_old_rec.attribute13
259: ,p_attribute14_o
260: => pqh_cei_shd.g_old_rec.attribute14
261: ,p_attribute15_o
262: => pqh_cei_shd.g_old_rec.attribute15
263: ,p_attribute16_o
264: => pqh_cei_shd.g_old_rec.attribute16
265: ,p_attribute17_o
266: => pqh_cei_shd.g_old_rec.attribute17

Line 264: => pqh_cei_shd.g_old_rec.attribute16

260: => pqh_cei_shd.g_old_rec.attribute14
261: ,p_attribute15_o
262: => pqh_cei_shd.g_old_rec.attribute15
263: ,p_attribute16_o
264: => pqh_cei_shd.g_old_rec.attribute16
265: ,p_attribute17_o
266: => pqh_cei_shd.g_old_rec.attribute17
267: ,p_attribute18_o
268: => pqh_cei_shd.g_old_rec.attribute18

Line 266: => pqh_cei_shd.g_old_rec.attribute17

262: => pqh_cei_shd.g_old_rec.attribute15
263: ,p_attribute16_o
264: => pqh_cei_shd.g_old_rec.attribute16
265: ,p_attribute17_o
266: => pqh_cei_shd.g_old_rec.attribute17
267: ,p_attribute18_o
268: => pqh_cei_shd.g_old_rec.attribute18
269: ,p_attribute19_o
270: => pqh_cei_shd.g_old_rec.attribute19

Line 268: => pqh_cei_shd.g_old_rec.attribute18

264: => pqh_cei_shd.g_old_rec.attribute16
265: ,p_attribute17_o
266: => pqh_cei_shd.g_old_rec.attribute17
267: ,p_attribute18_o
268: => pqh_cei_shd.g_old_rec.attribute18
269: ,p_attribute19_o
270: => pqh_cei_shd.g_old_rec.attribute19
271: ,p_attribute20_o
272: => pqh_cei_shd.g_old_rec.attribute20

Line 270: => pqh_cei_shd.g_old_rec.attribute19

266: => pqh_cei_shd.g_old_rec.attribute17
267: ,p_attribute18_o
268: => pqh_cei_shd.g_old_rec.attribute18
269: ,p_attribute19_o
270: => pqh_cei_shd.g_old_rec.attribute19
271: ,p_attribute20_o
272: => pqh_cei_shd.g_old_rec.attribute20
273: ,p_attribute21_o
274: => pqh_cei_shd.g_old_rec.attribute21

Line 272: => pqh_cei_shd.g_old_rec.attribute20

268: => pqh_cei_shd.g_old_rec.attribute18
269: ,p_attribute19_o
270: => pqh_cei_shd.g_old_rec.attribute19
271: ,p_attribute20_o
272: => pqh_cei_shd.g_old_rec.attribute20
273: ,p_attribute21_o
274: => pqh_cei_shd.g_old_rec.attribute21
275: ,p_attribute22_o
276: => pqh_cei_shd.g_old_rec.attribute22

Line 274: => pqh_cei_shd.g_old_rec.attribute21

270: => pqh_cei_shd.g_old_rec.attribute19
271: ,p_attribute20_o
272: => pqh_cei_shd.g_old_rec.attribute20
273: ,p_attribute21_o
274: => pqh_cei_shd.g_old_rec.attribute21
275: ,p_attribute22_o
276: => pqh_cei_shd.g_old_rec.attribute22
277: ,p_attribute23_o
278: => pqh_cei_shd.g_old_rec.attribute23

Line 276: => pqh_cei_shd.g_old_rec.attribute22

272: => pqh_cei_shd.g_old_rec.attribute20
273: ,p_attribute21_o
274: => pqh_cei_shd.g_old_rec.attribute21
275: ,p_attribute22_o
276: => pqh_cei_shd.g_old_rec.attribute22
277: ,p_attribute23_o
278: => pqh_cei_shd.g_old_rec.attribute23
279: ,p_attribute24_o
280: => pqh_cei_shd.g_old_rec.attribute24

Line 278: => pqh_cei_shd.g_old_rec.attribute23

274: => pqh_cei_shd.g_old_rec.attribute21
275: ,p_attribute22_o
276: => pqh_cei_shd.g_old_rec.attribute22
277: ,p_attribute23_o
278: => pqh_cei_shd.g_old_rec.attribute23
279: ,p_attribute24_o
280: => pqh_cei_shd.g_old_rec.attribute24
281: ,p_attribute25_o
282: => pqh_cei_shd.g_old_rec.attribute25

Line 280: => pqh_cei_shd.g_old_rec.attribute24

276: => pqh_cei_shd.g_old_rec.attribute22
277: ,p_attribute23_o
278: => pqh_cei_shd.g_old_rec.attribute23
279: ,p_attribute24_o
280: => pqh_cei_shd.g_old_rec.attribute24
281: ,p_attribute25_o
282: => pqh_cei_shd.g_old_rec.attribute25
283: ,p_attribute26_o
284: => pqh_cei_shd.g_old_rec.attribute26

Line 282: => pqh_cei_shd.g_old_rec.attribute25

278: => pqh_cei_shd.g_old_rec.attribute23
279: ,p_attribute24_o
280: => pqh_cei_shd.g_old_rec.attribute24
281: ,p_attribute25_o
282: => pqh_cei_shd.g_old_rec.attribute25
283: ,p_attribute26_o
284: => pqh_cei_shd.g_old_rec.attribute26
285: ,p_attribute27_o
286: => pqh_cei_shd.g_old_rec.attribute27

Line 284: => pqh_cei_shd.g_old_rec.attribute26

280: => pqh_cei_shd.g_old_rec.attribute24
281: ,p_attribute25_o
282: => pqh_cei_shd.g_old_rec.attribute25
283: ,p_attribute26_o
284: => pqh_cei_shd.g_old_rec.attribute26
285: ,p_attribute27_o
286: => pqh_cei_shd.g_old_rec.attribute27
287: ,p_attribute28_o
288: => pqh_cei_shd.g_old_rec.attribute28

Line 286: => pqh_cei_shd.g_old_rec.attribute27

282: => pqh_cei_shd.g_old_rec.attribute25
283: ,p_attribute26_o
284: => pqh_cei_shd.g_old_rec.attribute26
285: ,p_attribute27_o
286: => pqh_cei_shd.g_old_rec.attribute27
287: ,p_attribute28_o
288: => pqh_cei_shd.g_old_rec.attribute28
289: ,p_attribute29_o
290: => pqh_cei_shd.g_old_rec.attribute29

Line 288: => pqh_cei_shd.g_old_rec.attribute28

284: => pqh_cei_shd.g_old_rec.attribute26
285: ,p_attribute27_o
286: => pqh_cei_shd.g_old_rec.attribute27
287: ,p_attribute28_o
288: => pqh_cei_shd.g_old_rec.attribute28
289: ,p_attribute29_o
290: => pqh_cei_shd.g_old_rec.attribute29
291: ,p_attribute30_o
292: => pqh_cei_shd.g_old_rec.attribute30

Line 290: => pqh_cei_shd.g_old_rec.attribute29

286: => pqh_cei_shd.g_old_rec.attribute27
287: ,p_attribute28_o
288: => pqh_cei_shd.g_old_rec.attribute28
289: ,p_attribute29_o
290: => pqh_cei_shd.g_old_rec.attribute29
291: ,p_attribute30_o
292: => pqh_cei_shd.g_old_rec.attribute30
293: ,p_attribute_category_o
294: => pqh_cei_shd.g_old_rec.attribute_category

Line 292: => pqh_cei_shd.g_old_rec.attribute30

288: => pqh_cei_shd.g_old_rec.attribute28
289: ,p_attribute29_o
290: => pqh_cei_shd.g_old_rec.attribute29
291: ,p_attribute30_o
292: => pqh_cei_shd.g_old_rec.attribute30
293: ,p_attribute_category_o
294: => pqh_cei_shd.g_old_rec.attribute_category
295: ,p_object_version_number_o
296: => pqh_cei_shd.g_old_rec.object_version_number

Line 294: => pqh_cei_shd.g_old_rec.attribute_category

290: => pqh_cei_shd.g_old_rec.attribute29
291: ,p_attribute30_o
292: => pqh_cei_shd.g_old_rec.attribute30
293: ,p_attribute_category_o
294: => pqh_cei_shd.g_old_rec.attribute_category
295: ,p_object_version_number_o
296: => pqh_cei_shd.g_old_rec.object_version_number
297: );
298: --

Line 296: => pqh_cei_shd.g_old_rec.object_version_number

292: => pqh_cei_shd.g_old_rec.attribute30
293: ,p_attribute_category_o
294: => pqh_cei_shd.g_old_rec.attribute_category
295: ,p_object_version_number_o
296: => pqh_cei_shd.g_old_rec.object_version_number
297: );
298: --
299: exception
300: --

Line 316: (p_rec in pqh_cei_shd.g_rec_type

312: -- ----------------------------------------------------------------------------
313: -- |---------------------------------< del >----------------------------------|
314: -- ----------------------------------------------------------------------------
315: Procedure del
316: (p_rec in pqh_cei_shd.g_rec_type
317: ) is
318: --
319: l_proc varchar2(72) := g_package||'del';
320: --

Line 326: pqh_cei_shd.lck

322: hr_utility.set_location('Entering:'||l_proc, 5);
323: --
324: -- We must lock the row which we need to delete.
325: --
326: pqh_cei_shd.lck
327: (p_rec.corps_extra_info_id
328: ,p_rec.object_version_number
329: );
330: --

Line 363: l_rec pqh_cei_shd.g_rec_type;

359: (p_corps_extra_info_id in number
360: ,p_object_version_number in number
361: ) is
362: --
363: l_rec pqh_cei_shd.g_rec_type;
364: l_proc varchar2(72) := g_package||'del';
365: --
366: Begin
367: hr_utility.set_location('Entering:'||l_proc, 5);