DBA Data[Home] [Help]

APPS.PQH_LOS_DEL dependencies on PQH_LOS_SHD

Line 52: (p_rec in pqh_los_shd.g_rec_type

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

Line 75: pqh_los_shd.constraint_error

71: Exception
72: When hr_api.child_integrity_violated then
73: -- Child integrity has been violated
74: --
75: pqh_los_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_los_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_los_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_los_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_los_shd.g_rec_type) is
157: --
158: l_proc varchar2(72) := g_package||'post_delete';
159: --
160: Begin

Line 168: => pqh_los_shd.g_old_rec.situation

164: pqh_los_rkd.after_delete
165: (p_situation_id
166: => p_rec.situation_id
167: ,p_situation_o
168: => pqh_los_shd.g_old_rec.situation
169: ,p_effective_start_date_o
170: => pqh_los_shd.g_old_rec.effective_start_date
171: ,p_effective_end_date_o
172: => pqh_los_shd.g_old_rec.effective_end_date

Line 170: => pqh_los_shd.g_old_rec.effective_start_date

166: => p_rec.situation_id
167: ,p_situation_o
168: => pqh_los_shd.g_old_rec.situation
169: ,p_effective_start_date_o
170: => pqh_los_shd.g_old_rec.effective_start_date
171: ,p_effective_end_date_o
172: => pqh_los_shd.g_old_rec.effective_end_date
173: ,p_business_group_id_o
174: => pqh_los_shd.g_old_rec.business_group_id

Line 172: => pqh_los_shd.g_old_rec.effective_end_date

168: => pqh_los_shd.g_old_rec.situation
169: ,p_effective_start_date_o
170: => pqh_los_shd.g_old_rec.effective_start_date
171: ,p_effective_end_date_o
172: => pqh_los_shd.g_old_rec.effective_end_date
173: ,p_business_group_id_o
174: => pqh_los_shd.g_old_rec.business_group_id
175: ,p_situation_type_o
176: => pqh_los_shd.g_old_rec.situation_type

Line 174: => pqh_los_shd.g_old_rec.business_group_id

170: => pqh_los_shd.g_old_rec.effective_start_date
171: ,p_effective_end_date_o
172: => pqh_los_shd.g_old_rec.effective_end_date
173: ,p_business_group_id_o
174: => pqh_los_shd.g_old_rec.business_group_id
175: ,p_situation_type_o
176: => pqh_los_shd.g_old_rec.situation_type
177: ,p_length_of_service_o
178: => pqh_los_shd.g_old_rec.length_of_service

Line 176: => pqh_los_shd.g_old_rec.situation_type

172: => pqh_los_shd.g_old_rec.effective_end_date
173: ,p_business_group_id_o
174: => pqh_los_shd.g_old_rec.business_group_id
175: ,p_situation_type_o
176: => pqh_los_shd.g_old_rec.situation_type
177: ,p_length_of_service_o
178: => pqh_los_shd.g_old_rec.length_of_service
179: ,p_employee_type_o
180: => pqh_los_shd.g_old_rec.employee_type

Line 178: => pqh_los_shd.g_old_rec.length_of_service

174: => pqh_los_shd.g_old_rec.business_group_id
175: ,p_situation_type_o
176: => pqh_los_shd.g_old_rec.situation_type
177: ,p_length_of_service_o
178: => pqh_los_shd.g_old_rec.length_of_service
179: ,p_employee_type_o
180: => pqh_los_shd.g_old_rec.employee_type
181: ,p_entitlement_flag_o
182: => pqh_los_shd.g_old_rec.entitlement_flag

Line 180: => pqh_los_shd.g_old_rec.employee_type

176: => pqh_los_shd.g_old_rec.situation_type
177: ,p_length_of_service_o
178: => pqh_los_shd.g_old_rec.length_of_service
179: ,p_employee_type_o
180: => pqh_los_shd.g_old_rec.employee_type
181: ,p_entitlement_flag_o
182: => pqh_los_shd.g_old_rec.entitlement_flag
183: ,p_worktime_proportional_o
184: => pqh_los_shd.g_old_rec.worktime_proportional

Line 182: => pqh_los_shd.g_old_rec.entitlement_flag

178: => pqh_los_shd.g_old_rec.length_of_service
179: ,p_employee_type_o
180: => pqh_los_shd.g_old_rec.employee_type
181: ,p_entitlement_flag_o
182: => pqh_los_shd.g_old_rec.entitlement_flag
183: ,p_worktime_proportional_o
184: => pqh_los_shd.g_old_rec.worktime_proportional
185: ,p_entitlement_value_o
186: => pqh_los_shd.g_old_rec.entitlement_value

Line 184: => pqh_los_shd.g_old_rec.worktime_proportional

180: => pqh_los_shd.g_old_rec.employee_type
181: ,p_entitlement_flag_o
182: => pqh_los_shd.g_old_rec.entitlement_flag
183: ,p_worktime_proportional_o
184: => pqh_los_shd.g_old_rec.worktime_proportional
185: ,p_entitlement_value_o
186: => pqh_los_shd.g_old_rec.entitlement_value
187: ,p_information_category_o
188: => pqh_los_shd.g_old_rec.information_category

Line 186: => pqh_los_shd.g_old_rec.entitlement_value

182: => pqh_los_shd.g_old_rec.entitlement_flag
183: ,p_worktime_proportional_o
184: => pqh_los_shd.g_old_rec.worktime_proportional
185: ,p_entitlement_value_o
186: => pqh_los_shd.g_old_rec.entitlement_value
187: ,p_information_category_o
188: => pqh_los_shd.g_old_rec.information_category
189: ,p_information1_o
190: => pqh_los_shd.g_old_rec.information1

Line 188: => pqh_los_shd.g_old_rec.information_category

184: => pqh_los_shd.g_old_rec.worktime_proportional
185: ,p_entitlement_value_o
186: => pqh_los_shd.g_old_rec.entitlement_value
187: ,p_information_category_o
188: => pqh_los_shd.g_old_rec.information_category
189: ,p_information1_o
190: => pqh_los_shd.g_old_rec.information1
191: ,p_information2_o
192: => pqh_los_shd.g_old_rec.information2

Line 190: => pqh_los_shd.g_old_rec.information1

186: => pqh_los_shd.g_old_rec.entitlement_value
187: ,p_information_category_o
188: => pqh_los_shd.g_old_rec.information_category
189: ,p_information1_o
190: => pqh_los_shd.g_old_rec.information1
191: ,p_information2_o
192: => pqh_los_shd.g_old_rec.information2
193: ,p_information3_o
194: => pqh_los_shd.g_old_rec.information3

Line 192: => pqh_los_shd.g_old_rec.information2

188: => pqh_los_shd.g_old_rec.information_category
189: ,p_information1_o
190: => pqh_los_shd.g_old_rec.information1
191: ,p_information2_o
192: => pqh_los_shd.g_old_rec.information2
193: ,p_information3_o
194: => pqh_los_shd.g_old_rec.information3
195: ,p_information4_o
196: => pqh_los_shd.g_old_rec.information4

Line 194: => pqh_los_shd.g_old_rec.information3

190: => pqh_los_shd.g_old_rec.information1
191: ,p_information2_o
192: => pqh_los_shd.g_old_rec.information2
193: ,p_information3_o
194: => pqh_los_shd.g_old_rec.information3
195: ,p_information4_o
196: => pqh_los_shd.g_old_rec.information4
197: ,p_information5_o
198: => pqh_los_shd.g_old_rec.information5

Line 196: => pqh_los_shd.g_old_rec.information4

192: => pqh_los_shd.g_old_rec.information2
193: ,p_information3_o
194: => pqh_los_shd.g_old_rec.information3
195: ,p_information4_o
196: => pqh_los_shd.g_old_rec.information4
197: ,p_information5_o
198: => pqh_los_shd.g_old_rec.information5
199: ,p_information6_o
200: => pqh_los_shd.g_old_rec.information6

Line 198: => pqh_los_shd.g_old_rec.information5

194: => pqh_los_shd.g_old_rec.information3
195: ,p_information4_o
196: => pqh_los_shd.g_old_rec.information4
197: ,p_information5_o
198: => pqh_los_shd.g_old_rec.information5
199: ,p_information6_o
200: => pqh_los_shd.g_old_rec.information6
201: ,p_information7_o
202: => pqh_los_shd.g_old_rec.information7

Line 200: => pqh_los_shd.g_old_rec.information6

196: => pqh_los_shd.g_old_rec.information4
197: ,p_information5_o
198: => pqh_los_shd.g_old_rec.information5
199: ,p_information6_o
200: => pqh_los_shd.g_old_rec.information6
201: ,p_information7_o
202: => pqh_los_shd.g_old_rec.information7
203: ,p_information8_o
204: => pqh_los_shd.g_old_rec.information8

Line 202: => pqh_los_shd.g_old_rec.information7

198: => pqh_los_shd.g_old_rec.information5
199: ,p_information6_o
200: => pqh_los_shd.g_old_rec.information6
201: ,p_information7_o
202: => pqh_los_shd.g_old_rec.information7
203: ,p_information8_o
204: => pqh_los_shd.g_old_rec.information8
205: ,p_information9_o
206: => pqh_los_shd.g_old_rec.information9

Line 204: => pqh_los_shd.g_old_rec.information8

200: => pqh_los_shd.g_old_rec.information6
201: ,p_information7_o
202: => pqh_los_shd.g_old_rec.information7
203: ,p_information8_o
204: => pqh_los_shd.g_old_rec.information8
205: ,p_information9_o
206: => pqh_los_shd.g_old_rec.information9
207: ,p_information10_o
208: => pqh_los_shd.g_old_rec.information10

Line 206: => pqh_los_shd.g_old_rec.information9

202: => pqh_los_shd.g_old_rec.information7
203: ,p_information8_o
204: => pqh_los_shd.g_old_rec.information8
205: ,p_information9_o
206: => pqh_los_shd.g_old_rec.information9
207: ,p_information10_o
208: => pqh_los_shd.g_old_rec.information10
209: ,p_information11_o
210: => pqh_los_shd.g_old_rec.information11

Line 208: => pqh_los_shd.g_old_rec.information10

204: => pqh_los_shd.g_old_rec.information8
205: ,p_information9_o
206: => pqh_los_shd.g_old_rec.information9
207: ,p_information10_o
208: => pqh_los_shd.g_old_rec.information10
209: ,p_information11_o
210: => pqh_los_shd.g_old_rec.information11
211: ,p_information12_o
212: => pqh_los_shd.g_old_rec.information12

Line 210: => pqh_los_shd.g_old_rec.information11

206: => pqh_los_shd.g_old_rec.information9
207: ,p_information10_o
208: => pqh_los_shd.g_old_rec.information10
209: ,p_information11_o
210: => pqh_los_shd.g_old_rec.information11
211: ,p_information12_o
212: => pqh_los_shd.g_old_rec.information12
213: ,p_information13_o
214: => pqh_los_shd.g_old_rec.information13

Line 212: => pqh_los_shd.g_old_rec.information12

208: => pqh_los_shd.g_old_rec.information10
209: ,p_information11_o
210: => pqh_los_shd.g_old_rec.information11
211: ,p_information12_o
212: => pqh_los_shd.g_old_rec.information12
213: ,p_information13_o
214: => pqh_los_shd.g_old_rec.information13
215: ,p_information14_o
216: => pqh_los_shd.g_old_rec.information14

Line 214: => pqh_los_shd.g_old_rec.information13

210: => pqh_los_shd.g_old_rec.information11
211: ,p_information12_o
212: => pqh_los_shd.g_old_rec.information12
213: ,p_information13_o
214: => pqh_los_shd.g_old_rec.information13
215: ,p_information14_o
216: => pqh_los_shd.g_old_rec.information14
217: ,p_information15_o
218: => pqh_los_shd.g_old_rec.information15

Line 216: => pqh_los_shd.g_old_rec.information14

212: => pqh_los_shd.g_old_rec.information12
213: ,p_information13_o
214: => pqh_los_shd.g_old_rec.information13
215: ,p_information14_o
216: => pqh_los_shd.g_old_rec.information14
217: ,p_information15_o
218: => pqh_los_shd.g_old_rec.information15
219: ,p_information16_o
220: => pqh_los_shd.g_old_rec.information16

Line 218: => pqh_los_shd.g_old_rec.information15

214: => pqh_los_shd.g_old_rec.information13
215: ,p_information14_o
216: => pqh_los_shd.g_old_rec.information14
217: ,p_information15_o
218: => pqh_los_shd.g_old_rec.information15
219: ,p_information16_o
220: => pqh_los_shd.g_old_rec.information16
221: ,p_information17_o
222: => pqh_los_shd.g_old_rec.information17

Line 220: => pqh_los_shd.g_old_rec.information16

216: => pqh_los_shd.g_old_rec.information14
217: ,p_information15_o
218: => pqh_los_shd.g_old_rec.information15
219: ,p_information16_o
220: => pqh_los_shd.g_old_rec.information16
221: ,p_information17_o
222: => pqh_los_shd.g_old_rec.information17
223: ,p_information18_o
224: => pqh_los_shd.g_old_rec.information18

Line 222: => pqh_los_shd.g_old_rec.information17

218: => pqh_los_shd.g_old_rec.information15
219: ,p_information16_o
220: => pqh_los_shd.g_old_rec.information16
221: ,p_information17_o
222: => pqh_los_shd.g_old_rec.information17
223: ,p_information18_o
224: => pqh_los_shd.g_old_rec.information18
225: ,p_information19_o
226: => pqh_los_shd.g_old_rec.information19

Line 224: => pqh_los_shd.g_old_rec.information18

220: => pqh_los_shd.g_old_rec.information16
221: ,p_information17_o
222: => pqh_los_shd.g_old_rec.information17
223: ,p_information18_o
224: => pqh_los_shd.g_old_rec.information18
225: ,p_information19_o
226: => pqh_los_shd.g_old_rec.information19
227: ,p_information20_o
228: => pqh_los_shd.g_old_rec.information20

Line 226: => pqh_los_shd.g_old_rec.information19

222: => pqh_los_shd.g_old_rec.information17
223: ,p_information18_o
224: => pqh_los_shd.g_old_rec.information18
225: ,p_information19_o
226: => pqh_los_shd.g_old_rec.information19
227: ,p_information20_o
228: => pqh_los_shd.g_old_rec.information20
229: ,p_information21_o
230: => pqh_los_shd.g_old_rec.information21

Line 228: => pqh_los_shd.g_old_rec.information20

224: => pqh_los_shd.g_old_rec.information18
225: ,p_information19_o
226: => pqh_los_shd.g_old_rec.information19
227: ,p_information20_o
228: => pqh_los_shd.g_old_rec.information20
229: ,p_information21_o
230: => pqh_los_shd.g_old_rec.information21
231: ,p_information22_o
232: => pqh_los_shd.g_old_rec.information22

Line 230: => pqh_los_shd.g_old_rec.information21

226: => pqh_los_shd.g_old_rec.information19
227: ,p_information20_o
228: => pqh_los_shd.g_old_rec.information20
229: ,p_information21_o
230: => pqh_los_shd.g_old_rec.information21
231: ,p_information22_o
232: => pqh_los_shd.g_old_rec.information22
233: ,p_information23_o
234: => pqh_los_shd.g_old_rec.information23

Line 232: => pqh_los_shd.g_old_rec.information22

228: => pqh_los_shd.g_old_rec.information20
229: ,p_information21_o
230: => pqh_los_shd.g_old_rec.information21
231: ,p_information22_o
232: => pqh_los_shd.g_old_rec.information22
233: ,p_information23_o
234: => pqh_los_shd.g_old_rec.information23
235: ,p_information24_o
236: => pqh_los_shd.g_old_rec.information24

Line 234: => pqh_los_shd.g_old_rec.information23

230: => pqh_los_shd.g_old_rec.information21
231: ,p_information22_o
232: => pqh_los_shd.g_old_rec.information22
233: ,p_information23_o
234: => pqh_los_shd.g_old_rec.information23
235: ,p_information24_o
236: => pqh_los_shd.g_old_rec.information24
237: ,p_information25_o
238: => pqh_los_shd.g_old_rec.information25

Line 236: => pqh_los_shd.g_old_rec.information24

232: => pqh_los_shd.g_old_rec.information22
233: ,p_information23_o
234: => pqh_los_shd.g_old_rec.information23
235: ,p_information24_o
236: => pqh_los_shd.g_old_rec.information24
237: ,p_information25_o
238: => pqh_los_shd.g_old_rec.information25
239: ,p_information26_o
240: => pqh_los_shd.g_old_rec.information26

Line 238: => pqh_los_shd.g_old_rec.information25

234: => pqh_los_shd.g_old_rec.information23
235: ,p_information24_o
236: => pqh_los_shd.g_old_rec.information24
237: ,p_information25_o
238: => pqh_los_shd.g_old_rec.information25
239: ,p_information26_o
240: => pqh_los_shd.g_old_rec.information26
241: ,p_information27_o
242: => pqh_los_shd.g_old_rec.information27

Line 240: => pqh_los_shd.g_old_rec.information26

236: => pqh_los_shd.g_old_rec.information24
237: ,p_information25_o
238: => pqh_los_shd.g_old_rec.information25
239: ,p_information26_o
240: => pqh_los_shd.g_old_rec.information26
241: ,p_information27_o
242: => pqh_los_shd.g_old_rec.information27
243: ,p_information28_o
244: => pqh_los_shd.g_old_rec.information28

Line 242: => pqh_los_shd.g_old_rec.information27

238: => pqh_los_shd.g_old_rec.information25
239: ,p_information26_o
240: => pqh_los_shd.g_old_rec.information26
241: ,p_information27_o
242: => pqh_los_shd.g_old_rec.information27
243: ,p_information28_o
244: => pqh_los_shd.g_old_rec.information28
245: ,p_information29_o
246: => pqh_los_shd.g_old_rec.information29

Line 244: => pqh_los_shd.g_old_rec.information28

240: => pqh_los_shd.g_old_rec.information26
241: ,p_information27_o
242: => pqh_los_shd.g_old_rec.information27
243: ,p_information28_o
244: => pqh_los_shd.g_old_rec.information28
245: ,p_information29_o
246: => pqh_los_shd.g_old_rec.information29
247: ,p_information30_o
248: => pqh_los_shd.g_old_rec.information30

Line 246: => pqh_los_shd.g_old_rec.information29

242: => pqh_los_shd.g_old_rec.information27
243: ,p_information28_o
244: => pqh_los_shd.g_old_rec.information28
245: ,p_information29_o
246: => pqh_los_shd.g_old_rec.information29
247: ,p_information30_o
248: => pqh_los_shd.g_old_rec.information30
249: ,p_attribute_category_o
250: => pqh_los_shd.g_old_rec.attribute_category

Line 248: => pqh_los_shd.g_old_rec.information30

244: => pqh_los_shd.g_old_rec.information28
245: ,p_information29_o
246: => pqh_los_shd.g_old_rec.information29
247: ,p_information30_o
248: => pqh_los_shd.g_old_rec.information30
249: ,p_attribute_category_o
250: => pqh_los_shd.g_old_rec.attribute_category
251: ,p_attribute1_o
252: => pqh_los_shd.g_old_rec.attribute1

Line 250: => pqh_los_shd.g_old_rec.attribute_category

246: => pqh_los_shd.g_old_rec.information29
247: ,p_information30_o
248: => pqh_los_shd.g_old_rec.information30
249: ,p_attribute_category_o
250: => pqh_los_shd.g_old_rec.attribute_category
251: ,p_attribute1_o
252: => pqh_los_shd.g_old_rec.attribute1
253: ,p_attribute2_o
254: => pqh_los_shd.g_old_rec.attribute2

Line 252: => pqh_los_shd.g_old_rec.attribute1

248: => pqh_los_shd.g_old_rec.information30
249: ,p_attribute_category_o
250: => pqh_los_shd.g_old_rec.attribute_category
251: ,p_attribute1_o
252: => pqh_los_shd.g_old_rec.attribute1
253: ,p_attribute2_o
254: => pqh_los_shd.g_old_rec.attribute2
255: ,p_attribute3_o
256: => pqh_los_shd.g_old_rec.attribute3

Line 254: => pqh_los_shd.g_old_rec.attribute2

250: => pqh_los_shd.g_old_rec.attribute_category
251: ,p_attribute1_o
252: => pqh_los_shd.g_old_rec.attribute1
253: ,p_attribute2_o
254: => pqh_los_shd.g_old_rec.attribute2
255: ,p_attribute3_o
256: => pqh_los_shd.g_old_rec.attribute3
257: ,p_attribute4_o
258: => pqh_los_shd.g_old_rec.attribute4

Line 256: => pqh_los_shd.g_old_rec.attribute3

252: => pqh_los_shd.g_old_rec.attribute1
253: ,p_attribute2_o
254: => pqh_los_shd.g_old_rec.attribute2
255: ,p_attribute3_o
256: => pqh_los_shd.g_old_rec.attribute3
257: ,p_attribute4_o
258: => pqh_los_shd.g_old_rec.attribute4
259: ,p_attribute5_o
260: => pqh_los_shd.g_old_rec.attribute5

Line 258: => pqh_los_shd.g_old_rec.attribute4

254: => pqh_los_shd.g_old_rec.attribute2
255: ,p_attribute3_o
256: => pqh_los_shd.g_old_rec.attribute3
257: ,p_attribute4_o
258: => pqh_los_shd.g_old_rec.attribute4
259: ,p_attribute5_o
260: => pqh_los_shd.g_old_rec.attribute5
261: ,p_attribute6_o
262: => pqh_los_shd.g_old_rec.attribute6

Line 260: => pqh_los_shd.g_old_rec.attribute5

256: => pqh_los_shd.g_old_rec.attribute3
257: ,p_attribute4_o
258: => pqh_los_shd.g_old_rec.attribute4
259: ,p_attribute5_o
260: => pqh_los_shd.g_old_rec.attribute5
261: ,p_attribute6_o
262: => pqh_los_shd.g_old_rec.attribute6
263: ,p_attribute7_o
264: => pqh_los_shd.g_old_rec.attribute7

Line 262: => pqh_los_shd.g_old_rec.attribute6

258: => pqh_los_shd.g_old_rec.attribute4
259: ,p_attribute5_o
260: => pqh_los_shd.g_old_rec.attribute5
261: ,p_attribute6_o
262: => pqh_los_shd.g_old_rec.attribute6
263: ,p_attribute7_o
264: => pqh_los_shd.g_old_rec.attribute7
265: ,p_attribute8_o
266: => pqh_los_shd.g_old_rec.attribute8

Line 264: => pqh_los_shd.g_old_rec.attribute7

260: => pqh_los_shd.g_old_rec.attribute5
261: ,p_attribute6_o
262: => pqh_los_shd.g_old_rec.attribute6
263: ,p_attribute7_o
264: => pqh_los_shd.g_old_rec.attribute7
265: ,p_attribute8_o
266: => pqh_los_shd.g_old_rec.attribute8
267: ,p_attribute9_o
268: => pqh_los_shd.g_old_rec.attribute9

Line 266: => pqh_los_shd.g_old_rec.attribute8

262: => pqh_los_shd.g_old_rec.attribute6
263: ,p_attribute7_o
264: => pqh_los_shd.g_old_rec.attribute7
265: ,p_attribute8_o
266: => pqh_los_shd.g_old_rec.attribute8
267: ,p_attribute9_o
268: => pqh_los_shd.g_old_rec.attribute9
269: ,p_attribute10_o
270: => pqh_los_shd.g_old_rec.attribute10

Line 268: => pqh_los_shd.g_old_rec.attribute9

264: => pqh_los_shd.g_old_rec.attribute7
265: ,p_attribute8_o
266: => pqh_los_shd.g_old_rec.attribute8
267: ,p_attribute9_o
268: => pqh_los_shd.g_old_rec.attribute9
269: ,p_attribute10_o
270: => pqh_los_shd.g_old_rec.attribute10
271: ,p_attribute11_o
272: => pqh_los_shd.g_old_rec.attribute11

Line 270: => pqh_los_shd.g_old_rec.attribute10

266: => pqh_los_shd.g_old_rec.attribute8
267: ,p_attribute9_o
268: => pqh_los_shd.g_old_rec.attribute9
269: ,p_attribute10_o
270: => pqh_los_shd.g_old_rec.attribute10
271: ,p_attribute11_o
272: => pqh_los_shd.g_old_rec.attribute11
273: ,p_attribute12_o
274: => pqh_los_shd.g_old_rec.attribute12

Line 272: => pqh_los_shd.g_old_rec.attribute11

268: => pqh_los_shd.g_old_rec.attribute9
269: ,p_attribute10_o
270: => pqh_los_shd.g_old_rec.attribute10
271: ,p_attribute11_o
272: => pqh_los_shd.g_old_rec.attribute11
273: ,p_attribute12_o
274: => pqh_los_shd.g_old_rec.attribute12
275: ,p_attribute13_o
276: => pqh_los_shd.g_old_rec.attribute13

Line 274: => pqh_los_shd.g_old_rec.attribute12

270: => pqh_los_shd.g_old_rec.attribute10
271: ,p_attribute11_o
272: => pqh_los_shd.g_old_rec.attribute11
273: ,p_attribute12_o
274: => pqh_los_shd.g_old_rec.attribute12
275: ,p_attribute13_o
276: => pqh_los_shd.g_old_rec.attribute13
277: ,p_attribute14_o
278: => pqh_los_shd.g_old_rec.attribute14

Line 276: => pqh_los_shd.g_old_rec.attribute13

272: => pqh_los_shd.g_old_rec.attribute11
273: ,p_attribute12_o
274: => pqh_los_shd.g_old_rec.attribute12
275: ,p_attribute13_o
276: => pqh_los_shd.g_old_rec.attribute13
277: ,p_attribute14_o
278: => pqh_los_shd.g_old_rec.attribute14
279: ,p_attribute15_o
280: => pqh_los_shd.g_old_rec.attribute15

Line 278: => pqh_los_shd.g_old_rec.attribute14

274: => pqh_los_shd.g_old_rec.attribute12
275: ,p_attribute13_o
276: => pqh_los_shd.g_old_rec.attribute13
277: ,p_attribute14_o
278: => pqh_los_shd.g_old_rec.attribute14
279: ,p_attribute15_o
280: => pqh_los_shd.g_old_rec.attribute15
281: ,p_attribute16_o
282: => pqh_los_shd.g_old_rec.attribute16

Line 280: => pqh_los_shd.g_old_rec.attribute15

276: => pqh_los_shd.g_old_rec.attribute13
277: ,p_attribute14_o
278: => pqh_los_shd.g_old_rec.attribute14
279: ,p_attribute15_o
280: => pqh_los_shd.g_old_rec.attribute15
281: ,p_attribute16_o
282: => pqh_los_shd.g_old_rec.attribute16
283: ,p_attribute17_o
284: => pqh_los_shd.g_old_rec.attribute17

Line 282: => pqh_los_shd.g_old_rec.attribute16

278: => pqh_los_shd.g_old_rec.attribute14
279: ,p_attribute15_o
280: => pqh_los_shd.g_old_rec.attribute15
281: ,p_attribute16_o
282: => pqh_los_shd.g_old_rec.attribute16
283: ,p_attribute17_o
284: => pqh_los_shd.g_old_rec.attribute17
285: ,p_attribute18_o
286: => pqh_los_shd.g_old_rec.attribute18

Line 284: => pqh_los_shd.g_old_rec.attribute17

280: => pqh_los_shd.g_old_rec.attribute15
281: ,p_attribute16_o
282: => pqh_los_shd.g_old_rec.attribute16
283: ,p_attribute17_o
284: => pqh_los_shd.g_old_rec.attribute17
285: ,p_attribute18_o
286: => pqh_los_shd.g_old_rec.attribute18
287: ,p_attribute19_o
288: => pqh_los_shd.g_old_rec.attribute19

Line 286: => pqh_los_shd.g_old_rec.attribute18

282: => pqh_los_shd.g_old_rec.attribute16
283: ,p_attribute17_o
284: => pqh_los_shd.g_old_rec.attribute17
285: ,p_attribute18_o
286: => pqh_los_shd.g_old_rec.attribute18
287: ,p_attribute19_o
288: => pqh_los_shd.g_old_rec.attribute19
289: ,p_attribute20_o
290: => pqh_los_shd.g_old_rec.attribute20

Line 288: => pqh_los_shd.g_old_rec.attribute19

284: => pqh_los_shd.g_old_rec.attribute17
285: ,p_attribute18_o
286: => pqh_los_shd.g_old_rec.attribute18
287: ,p_attribute19_o
288: => pqh_los_shd.g_old_rec.attribute19
289: ,p_attribute20_o
290: => pqh_los_shd.g_old_rec.attribute20
291: ,p_attribute21_o
292: => pqh_los_shd.g_old_rec.attribute21

Line 290: => pqh_los_shd.g_old_rec.attribute20

286: => pqh_los_shd.g_old_rec.attribute18
287: ,p_attribute19_o
288: => pqh_los_shd.g_old_rec.attribute19
289: ,p_attribute20_o
290: => pqh_los_shd.g_old_rec.attribute20
291: ,p_attribute21_o
292: => pqh_los_shd.g_old_rec.attribute21
293: ,p_attribute22_o
294: => pqh_los_shd.g_old_rec.attribute22

Line 292: => pqh_los_shd.g_old_rec.attribute21

288: => pqh_los_shd.g_old_rec.attribute19
289: ,p_attribute20_o
290: => pqh_los_shd.g_old_rec.attribute20
291: ,p_attribute21_o
292: => pqh_los_shd.g_old_rec.attribute21
293: ,p_attribute22_o
294: => pqh_los_shd.g_old_rec.attribute22
295: ,p_attribute23_o
296: => pqh_los_shd.g_old_rec.attribute23

Line 294: => pqh_los_shd.g_old_rec.attribute22

290: => pqh_los_shd.g_old_rec.attribute20
291: ,p_attribute21_o
292: => pqh_los_shd.g_old_rec.attribute21
293: ,p_attribute22_o
294: => pqh_los_shd.g_old_rec.attribute22
295: ,p_attribute23_o
296: => pqh_los_shd.g_old_rec.attribute23
297: ,p_attribute24_o
298: => pqh_los_shd.g_old_rec.attribute24

Line 296: => pqh_los_shd.g_old_rec.attribute23

292: => pqh_los_shd.g_old_rec.attribute21
293: ,p_attribute22_o
294: => pqh_los_shd.g_old_rec.attribute22
295: ,p_attribute23_o
296: => pqh_los_shd.g_old_rec.attribute23
297: ,p_attribute24_o
298: => pqh_los_shd.g_old_rec.attribute24
299: ,p_attribute25_o
300: => pqh_los_shd.g_old_rec.attribute25

Line 298: => pqh_los_shd.g_old_rec.attribute24

294: => pqh_los_shd.g_old_rec.attribute22
295: ,p_attribute23_o
296: => pqh_los_shd.g_old_rec.attribute23
297: ,p_attribute24_o
298: => pqh_los_shd.g_old_rec.attribute24
299: ,p_attribute25_o
300: => pqh_los_shd.g_old_rec.attribute25
301: ,p_attribute26_o
302: => pqh_los_shd.g_old_rec.attribute26

Line 300: => pqh_los_shd.g_old_rec.attribute25

296: => pqh_los_shd.g_old_rec.attribute23
297: ,p_attribute24_o
298: => pqh_los_shd.g_old_rec.attribute24
299: ,p_attribute25_o
300: => pqh_los_shd.g_old_rec.attribute25
301: ,p_attribute26_o
302: => pqh_los_shd.g_old_rec.attribute26
303: ,p_attribute27_o
304: => pqh_los_shd.g_old_rec.attribute27

Line 302: => pqh_los_shd.g_old_rec.attribute26

298: => pqh_los_shd.g_old_rec.attribute24
299: ,p_attribute25_o
300: => pqh_los_shd.g_old_rec.attribute25
301: ,p_attribute26_o
302: => pqh_los_shd.g_old_rec.attribute26
303: ,p_attribute27_o
304: => pqh_los_shd.g_old_rec.attribute27
305: ,p_attribute28_o
306: => pqh_los_shd.g_old_rec.attribute28

Line 304: => pqh_los_shd.g_old_rec.attribute27

300: => pqh_los_shd.g_old_rec.attribute25
301: ,p_attribute26_o
302: => pqh_los_shd.g_old_rec.attribute26
303: ,p_attribute27_o
304: => pqh_los_shd.g_old_rec.attribute27
305: ,p_attribute28_o
306: => pqh_los_shd.g_old_rec.attribute28
307: ,p_attribute29_o
308: => pqh_los_shd.g_old_rec.attribute29

Line 306: => pqh_los_shd.g_old_rec.attribute28

302: => pqh_los_shd.g_old_rec.attribute26
303: ,p_attribute27_o
304: => pqh_los_shd.g_old_rec.attribute27
305: ,p_attribute28_o
306: => pqh_los_shd.g_old_rec.attribute28
307: ,p_attribute29_o
308: => pqh_los_shd.g_old_rec.attribute29
309: ,p_attribute30_o
310: => pqh_los_shd.g_old_rec.attribute30

Line 308: => pqh_los_shd.g_old_rec.attribute29

304: => pqh_los_shd.g_old_rec.attribute27
305: ,p_attribute28_o
306: => pqh_los_shd.g_old_rec.attribute28
307: ,p_attribute29_o
308: => pqh_los_shd.g_old_rec.attribute29
309: ,p_attribute30_o
310: => pqh_los_shd.g_old_rec.attribute30
311: ,p_object_version_number_o
312: => pqh_los_shd.g_old_rec.object_version_number

Line 310: => pqh_los_shd.g_old_rec.attribute30

306: => pqh_los_shd.g_old_rec.attribute28
307: ,p_attribute29_o
308: => pqh_los_shd.g_old_rec.attribute29
309: ,p_attribute30_o
310: => pqh_los_shd.g_old_rec.attribute30
311: ,p_object_version_number_o
312: => pqh_los_shd.g_old_rec.object_version_number
313: );
314: --

Line 312: => pqh_los_shd.g_old_rec.object_version_number

308: => pqh_los_shd.g_old_rec.attribute29
309: ,p_attribute30_o
310: => pqh_los_shd.g_old_rec.attribute30
311: ,p_object_version_number_o
312: => pqh_los_shd.g_old_rec.object_version_number
313: );
314: --
315: exception
316: --

Line 332: (p_rec in pqh_los_shd.g_rec_type

328: -- ----------------------------------------------------------------------------
329: -- |---------------------------------< del >----------------------------------|
330: -- ----------------------------------------------------------------------------
331: Procedure del
332: (p_rec in pqh_los_shd.g_rec_type
333: ) is
334: --
335: l_proc varchar2(72) := g_package||'del';
336: --

Line 342: pqh_los_shd.lck

338: hr_utility.set_location('Entering:'||l_proc, 5);
339: --
340: -- We must lock the row which we need to delete.
341: --
342: pqh_los_shd.lck
343: (p_rec.situation_id
344: ,p_rec.object_version_number
345: );
346: --

Line 379: l_rec pqh_los_shd.g_rec_type;

375: (p_situation_id in number
376: ,p_object_version_number in number
377: ) is
378: --
379: l_rec pqh_los_shd.g_rec_type;
380: l_proc varchar2(72) := g_package||'del';
381: --
382: Begin
383: hr_utility.set_location('Entering:'||l_proc, 5);