DBA Data[Home] [Help]

APPS.PER_ABB_DEL dependencies on PER_ABB_SHD

Line 52: (p_rec in per_abb_shd.g_rec_type

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

Line 60: per_abb_shd.g_api_dml := true; -- Set the api dml status

56: --
57: Begin
58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: per_abb_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the per_absence_attendance_types row.
63: --
64: delete from per_absence_attendance_types

Line 67: per_abb_shd.g_api_dml := false; -- Unset the api dml status

63: --
64: delete from per_absence_attendance_types
65: where absence_attendance_type_id = p_rec.absence_attendance_type_id;
66: --
67: per_abb_shd.g_api_dml := false; -- Unset the api dml status
68: --
69: hr_utility.set_location(' Leaving:'||l_proc, 10);
70: --
71: Exception

Line 74: per_abb_shd.g_api_dml := false; -- Unset the api dml status

70: --
71: Exception
72: When hr_api.child_integrity_violated then
73: -- Child integrity has been violated
74: per_abb_shd.g_api_dml := false; -- Unset the api dml status
75: per_abb_shd.constraint_error
76: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
77: When Others Then
78: per_abb_shd.g_api_dml := false; -- Unset the api dml status

Line 75: per_abb_shd.constraint_error

71: Exception
72: When hr_api.child_integrity_violated then
73: -- Child integrity has been violated
74: per_abb_shd.g_api_dml := false; -- Unset the api dml status
75: per_abb_shd.constraint_error
76: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
77: When Others Then
78: per_abb_shd.g_api_dml := false; -- Unset the api dml status
79: Raise;

Line 78: per_abb_shd.g_api_dml := false; -- Unset the api dml status

74: per_abb_shd.g_api_dml := false; -- Unset the api dml status
75: per_abb_shd.constraint_error
76: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
77: When Others Then
78: per_abb_shd.g_api_dml := false; -- Unset the api dml status
79: Raise;
80: End delete_dml;
81: --
82: -- ----------------------------------------------------------------------------

Line 114: Procedure pre_delete(p_rec in per_abb_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_abb_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_abb_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_abb_shd.g_rec_type) is
157: --
158: l_proc varchar2(72) := g_package||'post_delete';
159: --
160: Begin

Line 168: => per_abb_shd.g_old_rec.business_group_id

164: per_abb_rkd.after_delete
165: (p_absence_attendance_type_id
166: => p_rec.absence_attendance_type_id
167: ,p_business_group_id_o
168: => per_abb_shd.g_old_rec.business_group_id
169: ,p_input_value_id_o
170: => per_abb_shd.g_old_rec.input_value_id
171: ,p_date_effective_o
172: => per_abb_shd.g_old_rec.date_effective

Line 170: => per_abb_shd.g_old_rec.input_value_id

166: => p_rec.absence_attendance_type_id
167: ,p_business_group_id_o
168: => per_abb_shd.g_old_rec.business_group_id
169: ,p_input_value_id_o
170: => per_abb_shd.g_old_rec.input_value_id
171: ,p_date_effective_o
172: => per_abb_shd.g_old_rec.date_effective
173: ,p_name_o
174: => per_abb_shd.g_old_rec.name

Line 172: => per_abb_shd.g_old_rec.date_effective

168: => per_abb_shd.g_old_rec.business_group_id
169: ,p_input_value_id_o
170: => per_abb_shd.g_old_rec.input_value_id
171: ,p_date_effective_o
172: => per_abb_shd.g_old_rec.date_effective
173: ,p_name_o
174: => per_abb_shd.g_old_rec.name
175: ,p_absence_category_o
176: => per_abb_shd.g_old_rec.absence_category

Line 174: => per_abb_shd.g_old_rec.name

170: => per_abb_shd.g_old_rec.input_value_id
171: ,p_date_effective_o
172: => per_abb_shd.g_old_rec.date_effective
173: ,p_name_o
174: => per_abb_shd.g_old_rec.name
175: ,p_absence_category_o
176: => per_abb_shd.g_old_rec.absence_category
177: ,p_comments_o
178: => per_abb_shd.g_old_rec.comments

Line 176: => per_abb_shd.g_old_rec.absence_category

172: => per_abb_shd.g_old_rec.date_effective
173: ,p_name_o
174: => per_abb_shd.g_old_rec.name
175: ,p_absence_category_o
176: => per_abb_shd.g_old_rec.absence_category
177: ,p_comments_o
178: => per_abb_shd.g_old_rec.comments
179: ,p_date_end_o
180: => per_abb_shd.g_old_rec.date_end

Line 178: => per_abb_shd.g_old_rec.comments

174: => per_abb_shd.g_old_rec.name
175: ,p_absence_category_o
176: => per_abb_shd.g_old_rec.absence_category
177: ,p_comments_o
178: => per_abb_shd.g_old_rec.comments
179: ,p_date_end_o
180: => per_abb_shd.g_old_rec.date_end
181: ,p_hours_or_days_o
182: => per_abb_shd.g_old_rec.hours_or_days

Line 180: => per_abb_shd.g_old_rec.date_end

176: => per_abb_shd.g_old_rec.absence_category
177: ,p_comments_o
178: => per_abb_shd.g_old_rec.comments
179: ,p_date_end_o
180: => per_abb_shd.g_old_rec.date_end
181: ,p_hours_or_days_o
182: => per_abb_shd.g_old_rec.hours_or_days
183: ,p_inc_or_dec_flag_o
184: => per_abb_shd.g_old_rec.increasing_or_decreasing_flag

Line 182: => per_abb_shd.g_old_rec.hours_or_days

178: => per_abb_shd.g_old_rec.comments
179: ,p_date_end_o
180: => per_abb_shd.g_old_rec.date_end
181: ,p_hours_or_days_o
182: => per_abb_shd.g_old_rec.hours_or_days
183: ,p_inc_or_dec_flag_o
184: => per_abb_shd.g_old_rec.increasing_or_decreasing_flag
185: ,p_request_id_o
186: => per_abb_shd.g_old_rec.request_id

Line 184: => per_abb_shd.g_old_rec.increasing_or_decreasing_flag

180: => per_abb_shd.g_old_rec.date_end
181: ,p_hours_or_days_o
182: => per_abb_shd.g_old_rec.hours_or_days
183: ,p_inc_or_dec_flag_o
184: => per_abb_shd.g_old_rec.increasing_or_decreasing_flag
185: ,p_request_id_o
186: => per_abb_shd.g_old_rec.request_id
187: ,p_program_application_id_o
188: => per_abb_shd.g_old_rec.program_application_id

Line 186: => per_abb_shd.g_old_rec.request_id

182: => per_abb_shd.g_old_rec.hours_or_days
183: ,p_inc_or_dec_flag_o
184: => per_abb_shd.g_old_rec.increasing_or_decreasing_flag
185: ,p_request_id_o
186: => per_abb_shd.g_old_rec.request_id
187: ,p_program_application_id_o
188: => per_abb_shd.g_old_rec.program_application_id
189: ,p_program_id_o
190: => per_abb_shd.g_old_rec.program_id

Line 188: => per_abb_shd.g_old_rec.program_application_id

184: => per_abb_shd.g_old_rec.increasing_or_decreasing_flag
185: ,p_request_id_o
186: => per_abb_shd.g_old_rec.request_id
187: ,p_program_application_id_o
188: => per_abb_shd.g_old_rec.program_application_id
189: ,p_program_id_o
190: => per_abb_shd.g_old_rec.program_id
191: ,p_program_update_date_o
192: => per_abb_shd.g_old_rec.program_update_date

Line 190: => per_abb_shd.g_old_rec.program_id

186: => per_abb_shd.g_old_rec.request_id
187: ,p_program_application_id_o
188: => per_abb_shd.g_old_rec.program_application_id
189: ,p_program_id_o
190: => per_abb_shd.g_old_rec.program_id
191: ,p_program_update_date_o
192: => per_abb_shd.g_old_rec.program_update_date
193: ,p_attribute_category_o
194: => per_abb_shd.g_old_rec.attribute_category

Line 192: => per_abb_shd.g_old_rec.program_update_date

188: => per_abb_shd.g_old_rec.program_application_id
189: ,p_program_id_o
190: => per_abb_shd.g_old_rec.program_id
191: ,p_program_update_date_o
192: => per_abb_shd.g_old_rec.program_update_date
193: ,p_attribute_category_o
194: => per_abb_shd.g_old_rec.attribute_category
195: ,p_attribute1_o
196: => per_abb_shd.g_old_rec.attribute1

Line 194: => per_abb_shd.g_old_rec.attribute_category

190: => per_abb_shd.g_old_rec.program_id
191: ,p_program_update_date_o
192: => per_abb_shd.g_old_rec.program_update_date
193: ,p_attribute_category_o
194: => per_abb_shd.g_old_rec.attribute_category
195: ,p_attribute1_o
196: => per_abb_shd.g_old_rec.attribute1
197: ,p_attribute2_o
198: => per_abb_shd.g_old_rec.attribute2

Line 196: => per_abb_shd.g_old_rec.attribute1

192: => per_abb_shd.g_old_rec.program_update_date
193: ,p_attribute_category_o
194: => per_abb_shd.g_old_rec.attribute_category
195: ,p_attribute1_o
196: => per_abb_shd.g_old_rec.attribute1
197: ,p_attribute2_o
198: => per_abb_shd.g_old_rec.attribute2
199: ,p_attribute3_o
200: => per_abb_shd.g_old_rec.attribute3

Line 198: => per_abb_shd.g_old_rec.attribute2

194: => per_abb_shd.g_old_rec.attribute_category
195: ,p_attribute1_o
196: => per_abb_shd.g_old_rec.attribute1
197: ,p_attribute2_o
198: => per_abb_shd.g_old_rec.attribute2
199: ,p_attribute3_o
200: => per_abb_shd.g_old_rec.attribute3
201: ,p_attribute4_o
202: => per_abb_shd.g_old_rec.attribute4

Line 200: => per_abb_shd.g_old_rec.attribute3

196: => per_abb_shd.g_old_rec.attribute1
197: ,p_attribute2_o
198: => per_abb_shd.g_old_rec.attribute2
199: ,p_attribute3_o
200: => per_abb_shd.g_old_rec.attribute3
201: ,p_attribute4_o
202: => per_abb_shd.g_old_rec.attribute4
203: ,p_attribute5_o
204: => per_abb_shd.g_old_rec.attribute5

Line 202: => per_abb_shd.g_old_rec.attribute4

198: => per_abb_shd.g_old_rec.attribute2
199: ,p_attribute3_o
200: => per_abb_shd.g_old_rec.attribute3
201: ,p_attribute4_o
202: => per_abb_shd.g_old_rec.attribute4
203: ,p_attribute5_o
204: => per_abb_shd.g_old_rec.attribute5
205: ,p_attribute6_o
206: => per_abb_shd.g_old_rec.attribute6

Line 204: => per_abb_shd.g_old_rec.attribute5

200: => per_abb_shd.g_old_rec.attribute3
201: ,p_attribute4_o
202: => per_abb_shd.g_old_rec.attribute4
203: ,p_attribute5_o
204: => per_abb_shd.g_old_rec.attribute5
205: ,p_attribute6_o
206: => per_abb_shd.g_old_rec.attribute6
207: ,p_attribute7_o
208: => per_abb_shd.g_old_rec.attribute7

Line 206: => per_abb_shd.g_old_rec.attribute6

202: => per_abb_shd.g_old_rec.attribute4
203: ,p_attribute5_o
204: => per_abb_shd.g_old_rec.attribute5
205: ,p_attribute6_o
206: => per_abb_shd.g_old_rec.attribute6
207: ,p_attribute7_o
208: => per_abb_shd.g_old_rec.attribute7
209: ,p_attribute8_o
210: => per_abb_shd.g_old_rec.attribute8

Line 208: => per_abb_shd.g_old_rec.attribute7

204: => per_abb_shd.g_old_rec.attribute5
205: ,p_attribute6_o
206: => per_abb_shd.g_old_rec.attribute6
207: ,p_attribute7_o
208: => per_abb_shd.g_old_rec.attribute7
209: ,p_attribute8_o
210: => per_abb_shd.g_old_rec.attribute8
211: ,p_attribute9_o
212: => per_abb_shd.g_old_rec.attribute9

Line 210: => per_abb_shd.g_old_rec.attribute8

206: => per_abb_shd.g_old_rec.attribute6
207: ,p_attribute7_o
208: => per_abb_shd.g_old_rec.attribute7
209: ,p_attribute8_o
210: => per_abb_shd.g_old_rec.attribute8
211: ,p_attribute9_o
212: => per_abb_shd.g_old_rec.attribute9
213: ,p_attribute10_o
214: => per_abb_shd.g_old_rec.attribute10

Line 212: => per_abb_shd.g_old_rec.attribute9

208: => per_abb_shd.g_old_rec.attribute7
209: ,p_attribute8_o
210: => per_abb_shd.g_old_rec.attribute8
211: ,p_attribute9_o
212: => per_abb_shd.g_old_rec.attribute9
213: ,p_attribute10_o
214: => per_abb_shd.g_old_rec.attribute10
215: ,p_attribute11_o
216: => per_abb_shd.g_old_rec.attribute11

Line 214: => per_abb_shd.g_old_rec.attribute10

210: => per_abb_shd.g_old_rec.attribute8
211: ,p_attribute9_o
212: => per_abb_shd.g_old_rec.attribute9
213: ,p_attribute10_o
214: => per_abb_shd.g_old_rec.attribute10
215: ,p_attribute11_o
216: => per_abb_shd.g_old_rec.attribute11
217: ,p_attribute12_o
218: => per_abb_shd.g_old_rec.attribute12

Line 216: => per_abb_shd.g_old_rec.attribute11

212: => per_abb_shd.g_old_rec.attribute9
213: ,p_attribute10_o
214: => per_abb_shd.g_old_rec.attribute10
215: ,p_attribute11_o
216: => per_abb_shd.g_old_rec.attribute11
217: ,p_attribute12_o
218: => per_abb_shd.g_old_rec.attribute12
219: ,p_attribute13_o
220: => per_abb_shd.g_old_rec.attribute13

Line 218: => per_abb_shd.g_old_rec.attribute12

214: => per_abb_shd.g_old_rec.attribute10
215: ,p_attribute11_o
216: => per_abb_shd.g_old_rec.attribute11
217: ,p_attribute12_o
218: => per_abb_shd.g_old_rec.attribute12
219: ,p_attribute13_o
220: => per_abb_shd.g_old_rec.attribute13
221: ,p_attribute14_o
222: => per_abb_shd.g_old_rec.attribute14

Line 220: => per_abb_shd.g_old_rec.attribute13

216: => per_abb_shd.g_old_rec.attribute11
217: ,p_attribute12_o
218: => per_abb_shd.g_old_rec.attribute12
219: ,p_attribute13_o
220: => per_abb_shd.g_old_rec.attribute13
221: ,p_attribute14_o
222: => per_abb_shd.g_old_rec.attribute14
223: ,p_attribute15_o
224: => per_abb_shd.g_old_rec.attribute15

Line 222: => per_abb_shd.g_old_rec.attribute14

218: => per_abb_shd.g_old_rec.attribute12
219: ,p_attribute13_o
220: => per_abb_shd.g_old_rec.attribute13
221: ,p_attribute14_o
222: => per_abb_shd.g_old_rec.attribute14
223: ,p_attribute15_o
224: => per_abb_shd.g_old_rec.attribute15
225: ,p_attribute16_o
226: => per_abb_shd.g_old_rec.attribute16

Line 224: => per_abb_shd.g_old_rec.attribute15

220: => per_abb_shd.g_old_rec.attribute13
221: ,p_attribute14_o
222: => per_abb_shd.g_old_rec.attribute14
223: ,p_attribute15_o
224: => per_abb_shd.g_old_rec.attribute15
225: ,p_attribute16_o
226: => per_abb_shd.g_old_rec.attribute16
227: ,p_attribute17_o
228: => per_abb_shd.g_old_rec.attribute17

Line 226: => per_abb_shd.g_old_rec.attribute16

222: => per_abb_shd.g_old_rec.attribute14
223: ,p_attribute15_o
224: => per_abb_shd.g_old_rec.attribute15
225: ,p_attribute16_o
226: => per_abb_shd.g_old_rec.attribute16
227: ,p_attribute17_o
228: => per_abb_shd.g_old_rec.attribute17
229: ,p_attribute18_o
230: => per_abb_shd.g_old_rec.attribute18

Line 228: => per_abb_shd.g_old_rec.attribute17

224: => per_abb_shd.g_old_rec.attribute15
225: ,p_attribute16_o
226: => per_abb_shd.g_old_rec.attribute16
227: ,p_attribute17_o
228: => per_abb_shd.g_old_rec.attribute17
229: ,p_attribute18_o
230: => per_abb_shd.g_old_rec.attribute18
231: ,p_attribute19_o
232: => per_abb_shd.g_old_rec.attribute19

Line 230: => per_abb_shd.g_old_rec.attribute18

226: => per_abb_shd.g_old_rec.attribute16
227: ,p_attribute17_o
228: => per_abb_shd.g_old_rec.attribute17
229: ,p_attribute18_o
230: => per_abb_shd.g_old_rec.attribute18
231: ,p_attribute19_o
232: => per_abb_shd.g_old_rec.attribute19
233: ,p_attribute20_o
234: => per_abb_shd.g_old_rec.attribute20

Line 232: => per_abb_shd.g_old_rec.attribute19

228: => per_abb_shd.g_old_rec.attribute17
229: ,p_attribute18_o
230: => per_abb_shd.g_old_rec.attribute18
231: ,p_attribute19_o
232: => per_abb_shd.g_old_rec.attribute19
233: ,p_attribute20_o
234: => per_abb_shd.g_old_rec.attribute20
235: ,p_object_version_number_o
236: => per_abb_shd.g_old_rec.object_version_number

Line 234: => per_abb_shd.g_old_rec.attribute20

230: => per_abb_shd.g_old_rec.attribute18
231: ,p_attribute19_o
232: => per_abb_shd.g_old_rec.attribute19
233: ,p_attribute20_o
234: => per_abb_shd.g_old_rec.attribute20
235: ,p_object_version_number_o
236: => per_abb_shd.g_old_rec.object_version_number
237: ,p_information_category_o
238: => per_abb_shd.g_old_rec.information_category

Line 236: => per_abb_shd.g_old_rec.object_version_number

232: => per_abb_shd.g_old_rec.attribute19
233: ,p_attribute20_o
234: => per_abb_shd.g_old_rec.attribute20
235: ,p_object_version_number_o
236: => per_abb_shd.g_old_rec.object_version_number
237: ,p_information_category_o
238: => per_abb_shd.g_old_rec.information_category
239: ,p_information1_o
240: => per_abb_shd.g_old_rec.information1

Line 238: => per_abb_shd.g_old_rec.information_category

234: => per_abb_shd.g_old_rec.attribute20
235: ,p_object_version_number_o
236: => per_abb_shd.g_old_rec.object_version_number
237: ,p_information_category_o
238: => per_abb_shd.g_old_rec.information_category
239: ,p_information1_o
240: => per_abb_shd.g_old_rec.information1
241: ,p_information2_o
242: => per_abb_shd.g_old_rec.information2

Line 240: => per_abb_shd.g_old_rec.information1

236: => per_abb_shd.g_old_rec.object_version_number
237: ,p_information_category_o
238: => per_abb_shd.g_old_rec.information_category
239: ,p_information1_o
240: => per_abb_shd.g_old_rec.information1
241: ,p_information2_o
242: => per_abb_shd.g_old_rec.information2
243: ,p_information3_o
244: => per_abb_shd.g_old_rec.information3

Line 242: => per_abb_shd.g_old_rec.information2

238: => per_abb_shd.g_old_rec.information_category
239: ,p_information1_o
240: => per_abb_shd.g_old_rec.information1
241: ,p_information2_o
242: => per_abb_shd.g_old_rec.information2
243: ,p_information3_o
244: => per_abb_shd.g_old_rec.information3
245: ,p_information4_o
246: => per_abb_shd.g_old_rec.information4

Line 244: => per_abb_shd.g_old_rec.information3

240: => per_abb_shd.g_old_rec.information1
241: ,p_information2_o
242: => per_abb_shd.g_old_rec.information2
243: ,p_information3_o
244: => per_abb_shd.g_old_rec.information3
245: ,p_information4_o
246: => per_abb_shd.g_old_rec.information4
247: ,p_information5_o
248: => per_abb_shd.g_old_rec.information5

Line 246: => per_abb_shd.g_old_rec.information4

242: => per_abb_shd.g_old_rec.information2
243: ,p_information3_o
244: => per_abb_shd.g_old_rec.information3
245: ,p_information4_o
246: => per_abb_shd.g_old_rec.information4
247: ,p_information5_o
248: => per_abb_shd.g_old_rec.information5
249: ,p_information6_o
250: => per_abb_shd.g_old_rec.information6

Line 248: => per_abb_shd.g_old_rec.information5

244: => per_abb_shd.g_old_rec.information3
245: ,p_information4_o
246: => per_abb_shd.g_old_rec.information4
247: ,p_information5_o
248: => per_abb_shd.g_old_rec.information5
249: ,p_information6_o
250: => per_abb_shd.g_old_rec.information6
251: ,p_information7_o
252: => per_abb_shd.g_old_rec.information7

Line 250: => per_abb_shd.g_old_rec.information6

246: => per_abb_shd.g_old_rec.information4
247: ,p_information5_o
248: => per_abb_shd.g_old_rec.information5
249: ,p_information6_o
250: => per_abb_shd.g_old_rec.information6
251: ,p_information7_o
252: => per_abb_shd.g_old_rec.information7
253: ,p_information8_o
254: => per_abb_shd.g_old_rec.information8

Line 252: => per_abb_shd.g_old_rec.information7

248: => per_abb_shd.g_old_rec.information5
249: ,p_information6_o
250: => per_abb_shd.g_old_rec.information6
251: ,p_information7_o
252: => per_abb_shd.g_old_rec.information7
253: ,p_information8_o
254: => per_abb_shd.g_old_rec.information8
255: ,p_information9_o
256: => per_abb_shd.g_old_rec.information9

Line 254: => per_abb_shd.g_old_rec.information8

250: => per_abb_shd.g_old_rec.information6
251: ,p_information7_o
252: => per_abb_shd.g_old_rec.information7
253: ,p_information8_o
254: => per_abb_shd.g_old_rec.information8
255: ,p_information9_o
256: => per_abb_shd.g_old_rec.information9
257: ,p_information10_o
258: => per_abb_shd.g_old_rec.information10

Line 256: => per_abb_shd.g_old_rec.information9

252: => per_abb_shd.g_old_rec.information7
253: ,p_information8_o
254: => per_abb_shd.g_old_rec.information8
255: ,p_information9_o
256: => per_abb_shd.g_old_rec.information9
257: ,p_information10_o
258: => per_abb_shd.g_old_rec.information10
259: ,p_information11_o
260: => per_abb_shd.g_old_rec.information11

Line 258: => per_abb_shd.g_old_rec.information10

254: => per_abb_shd.g_old_rec.information8
255: ,p_information9_o
256: => per_abb_shd.g_old_rec.information9
257: ,p_information10_o
258: => per_abb_shd.g_old_rec.information10
259: ,p_information11_o
260: => per_abb_shd.g_old_rec.information11
261: ,p_information12_o
262: => per_abb_shd.g_old_rec.information12

Line 260: => per_abb_shd.g_old_rec.information11

256: => per_abb_shd.g_old_rec.information9
257: ,p_information10_o
258: => per_abb_shd.g_old_rec.information10
259: ,p_information11_o
260: => per_abb_shd.g_old_rec.information11
261: ,p_information12_o
262: => per_abb_shd.g_old_rec.information12
263: ,p_information13_o
264: => per_abb_shd.g_old_rec.information13

Line 262: => per_abb_shd.g_old_rec.information12

258: => per_abb_shd.g_old_rec.information10
259: ,p_information11_o
260: => per_abb_shd.g_old_rec.information11
261: ,p_information12_o
262: => per_abb_shd.g_old_rec.information12
263: ,p_information13_o
264: => per_abb_shd.g_old_rec.information13
265: ,p_information14_o
266: => per_abb_shd.g_old_rec.information14

Line 264: => per_abb_shd.g_old_rec.information13

260: => per_abb_shd.g_old_rec.information11
261: ,p_information12_o
262: => per_abb_shd.g_old_rec.information12
263: ,p_information13_o
264: => per_abb_shd.g_old_rec.information13
265: ,p_information14_o
266: => per_abb_shd.g_old_rec.information14
267: ,p_information15_o
268: => per_abb_shd.g_old_rec.information15

Line 266: => per_abb_shd.g_old_rec.information14

262: => per_abb_shd.g_old_rec.information12
263: ,p_information13_o
264: => per_abb_shd.g_old_rec.information13
265: ,p_information14_o
266: => per_abb_shd.g_old_rec.information14
267: ,p_information15_o
268: => per_abb_shd.g_old_rec.information15
269: ,p_information16_o
270: => per_abb_shd.g_old_rec.information16

Line 268: => per_abb_shd.g_old_rec.information15

264: => per_abb_shd.g_old_rec.information13
265: ,p_information14_o
266: => per_abb_shd.g_old_rec.information14
267: ,p_information15_o
268: => per_abb_shd.g_old_rec.information15
269: ,p_information16_o
270: => per_abb_shd.g_old_rec.information16
271: ,p_information17_o
272: => per_abb_shd.g_old_rec.information17

Line 270: => per_abb_shd.g_old_rec.information16

266: => per_abb_shd.g_old_rec.information14
267: ,p_information15_o
268: => per_abb_shd.g_old_rec.information15
269: ,p_information16_o
270: => per_abb_shd.g_old_rec.information16
271: ,p_information17_o
272: => per_abb_shd.g_old_rec.information17
273: ,p_information18_o
274: => per_abb_shd.g_old_rec.information18

Line 272: => per_abb_shd.g_old_rec.information17

268: => per_abb_shd.g_old_rec.information15
269: ,p_information16_o
270: => per_abb_shd.g_old_rec.information16
271: ,p_information17_o
272: => per_abb_shd.g_old_rec.information17
273: ,p_information18_o
274: => per_abb_shd.g_old_rec.information18
275: ,p_information19_o
276: => per_abb_shd.g_old_rec.information19

Line 274: => per_abb_shd.g_old_rec.information18

270: => per_abb_shd.g_old_rec.information16
271: ,p_information17_o
272: => per_abb_shd.g_old_rec.information17
273: ,p_information18_o
274: => per_abb_shd.g_old_rec.information18
275: ,p_information19_o
276: => per_abb_shd.g_old_rec.information19
277: ,p_information20_o
278: => per_abb_shd.g_old_rec.information20

Line 276: => per_abb_shd.g_old_rec.information19

272: => per_abb_shd.g_old_rec.information17
273: ,p_information18_o
274: => per_abb_shd.g_old_rec.information18
275: ,p_information19_o
276: => per_abb_shd.g_old_rec.information19
277: ,p_information20_o
278: => per_abb_shd.g_old_rec.information20
279: --
280: ,p_user_role_o

Line 278: => per_abb_shd.g_old_rec.information20

274: => per_abb_shd.g_old_rec.information18
275: ,p_information19_o
276: => per_abb_shd.g_old_rec.information19
277: ,p_information20_o
278: => per_abb_shd.g_old_rec.information20
279: --
280: ,p_user_role_o
281: => per_abb_shd.g_old_rec.user_role
282: ,p_assignment_status_type_id_o

Line 281: => per_abb_shd.g_old_rec.user_role

277: ,p_information20_o
278: => per_abb_shd.g_old_rec.information20
279: --
280: ,p_user_role_o
281: => per_abb_shd.g_old_rec.user_role
282: ,p_assignment_status_type_id_o
283: => per_abb_shd.g_old_rec.assignment_status_type_id
284: ,p_advance_pay_o
285: => per_abb_shd.g_old_rec.advance_pay

Line 283: => per_abb_shd.g_old_rec.assignment_status_type_id

279: --
280: ,p_user_role_o
281: => per_abb_shd.g_old_rec.user_role
282: ,p_assignment_status_type_id_o
283: => per_abb_shd.g_old_rec.assignment_status_type_id
284: ,p_advance_pay_o
285: => per_abb_shd.g_old_rec.advance_pay
286: ,p_absence_overlap_flag_o
287: => per_abb_shd.g_old_rec.absence_overlap_flag

Line 285: => per_abb_shd.g_old_rec.advance_pay

281: => per_abb_shd.g_old_rec.user_role
282: ,p_assignment_status_type_id_o
283: => per_abb_shd.g_old_rec.assignment_status_type_id
284: ,p_advance_pay_o
285: => per_abb_shd.g_old_rec.advance_pay
286: ,p_absence_overlap_flag_o
287: => per_abb_shd.g_old_rec.absence_overlap_flag
288: --
289: );

Line 287: => per_abb_shd.g_old_rec.absence_overlap_flag

283: => per_abb_shd.g_old_rec.assignment_status_type_id
284: ,p_advance_pay_o
285: => per_abb_shd.g_old_rec.advance_pay
286: ,p_absence_overlap_flag_o
287: => per_abb_shd.g_old_rec.absence_overlap_flag
288: --
289: );
290: --
291: exception

Line 308: (p_rec in per_abb_shd.g_rec_type

304: -- ----------------------------------------------------------------------------
305: -- |---------------------------------< del >----------------------------------|
306: -- ----------------------------------------------------------------------------
307: Procedure del
308: (p_rec in per_abb_shd.g_rec_type
309: ) is
310: --
311: l_proc varchar2(72) := g_package||'del';
312: --

Line 318: per_abb_shd.lck

314: hr_utility.set_location('Entering:'||l_proc, 5);
315: --
316: -- We must lock the row which we need to delete.
317: --
318: per_abb_shd.lck
319: (p_rec.absence_attendance_type_id
320: ,p_rec.object_version_number
321: );
322: --

Line 355: l_rec per_abb_shd.g_rec_type;

351: (p_absence_attendance_type_id in number
352: ,p_object_version_number in number
353: ) is
354: --
355: l_rec per_abb_shd.g_rec_type;
356: l_proc varchar2(72) := g_package||'del';
357: --
358: Begin
359: hr_utility.set_location('Entering:'||l_proc, 5);