DBA Data[Home] [Help]

APPS.PER_ELC_DEL dependencies on PER_ELC_SHD

Line 52: (p_rec in per_elc_shd.g_rec_type

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

Line 60: per_elc_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_elc_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the per_elections row.
63: --
64: delete from per_elections

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

63: --
64: delete from per_elections
65: where election_id = p_rec.election_id;
66: --
67: per_elc_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_elc_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_elc_shd.g_api_dml := false; -- Unset the api dml status
75: per_elc_shd.constraint_error
76: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
77: When Others Then
78: per_elc_shd.g_api_dml := false; -- Unset the api dml status

Line 75: per_elc_shd.constraint_error

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

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

74: per_elc_shd.g_api_dml := false; -- Unset the api dml status
75: per_elc_shd.constraint_error
76: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
77: When Others Then
78: per_elc_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_elc_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_elc_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_elc_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_elc_shd.g_rec_type) is
157: --
158: l_proc varchar2(72) := g_package||'post_delete';
159: --
160: Begin

Line 168: => per_elc_shd.g_old_rec.business_group_id

164: per_elc_rkd.after_delete
165: (p_election_id
166: => p_rec.election_id
167: ,p_business_group_id_o
168: => per_elc_shd.g_old_rec.business_group_id
169: ,p_election_date_o
170: => per_elc_shd.g_old_rec.election_date
171: ,p_description_o
172: => per_elc_shd.g_old_rec.description

Line 170: => per_elc_shd.g_old_rec.election_date

166: => p_rec.election_id
167: ,p_business_group_id_o
168: => per_elc_shd.g_old_rec.business_group_id
169: ,p_election_date_o
170: => per_elc_shd.g_old_rec.election_date
171: ,p_description_o
172: => per_elc_shd.g_old_rec.description
173: ,p_rep_body_id_o
174: => per_elc_shd.g_old_rec.rep_body_id

Line 172: => per_elc_shd.g_old_rec.description

168: => per_elc_shd.g_old_rec.business_group_id
169: ,p_election_date_o
170: => per_elc_shd.g_old_rec.election_date
171: ,p_description_o
172: => per_elc_shd.g_old_rec.description
173: ,p_rep_body_id_o
174: => per_elc_shd.g_old_rec.rep_body_id
175: ,p_previous_election_date_o
176: => per_elc_shd.g_old_rec.previous_election_date

Line 174: => per_elc_shd.g_old_rec.rep_body_id

170: => per_elc_shd.g_old_rec.election_date
171: ,p_description_o
172: => per_elc_shd.g_old_rec.description
173: ,p_rep_body_id_o
174: => per_elc_shd.g_old_rec.rep_body_id
175: ,p_previous_election_date_o
176: => per_elc_shd.g_old_rec.previous_election_date
177: ,p_next_election_date_o
178: => per_elc_shd.g_old_rec.next_election_date

Line 176: => per_elc_shd.g_old_rec.previous_election_date

172: => per_elc_shd.g_old_rec.description
173: ,p_rep_body_id_o
174: => per_elc_shd.g_old_rec.rep_body_id
175: ,p_previous_election_date_o
176: => per_elc_shd.g_old_rec.previous_election_date
177: ,p_next_election_date_o
178: => per_elc_shd.g_old_rec.next_election_date
179: ,p_result_publish_date_o
180: => per_elc_shd.g_old_rec.result_publish_date

Line 178: => per_elc_shd.g_old_rec.next_election_date

174: => per_elc_shd.g_old_rec.rep_body_id
175: ,p_previous_election_date_o
176: => per_elc_shd.g_old_rec.previous_election_date
177: ,p_next_election_date_o
178: => per_elc_shd.g_old_rec.next_election_date
179: ,p_result_publish_date_o
180: => per_elc_shd.g_old_rec.result_publish_date
181: ,p_attribute_category_o
182: => per_elc_shd.g_old_rec.attribute_category

Line 180: => per_elc_shd.g_old_rec.result_publish_date

176: => per_elc_shd.g_old_rec.previous_election_date
177: ,p_next_election_date_o
178: => per_elc_shd.g_old_rec.next_election_date
179: ,p_result_publish_date_o
180: => per_elc_shd.g_old_rec.result_publish_date
181: ,p_attribute_category_o
182: => per_elc_shd.g_old_rec.attribute_category
183: ,p_attribute1_o
184: => per_elc_shd.g_old_rec.attribute1

Line 182: => per_elc_shd.g_old_rec.attribute_category

178: => per_elc_shd.g_old_rec.next_election_date
179: ,p_result_publish_date_o
180: => per_elc_shd.g_old_rec.result_publish_date
181: ,p_attribute_category_o
182: => per_elc_shd.g_old_rec.attribute_category
183: ,p_attribute1_o
184: => per_elc_shd.g_old_rec.attribute1
185: ,p_attribute2_o
186: => per_elc_shd.g_old_rec.attribute2

Line 184: => per_elc_shd.g_old_rec.attribute1

180: => per_elc_shd.g_old_rec.result_publish_date
181: ,p_attribute_category_o
182: => per_elc_shd.g_old_rec.attribute_category
183: ,p_attribute1_o
184: => per_elc_shd.g_old_rec.attribute1
185: ,p_attribute2_o
186: => per_elc_shd.g_old_rec.attribute2
187: ,p_attribute3_o
188: => per_elc_shd.g_old_rec.attribute3

Line 186: => per_elc_shd.g_old_rec.attribute2

182: => per_elc_shd.g_old_rec.attribute_category
183: ,p_attribute1_o
184: => per_elc_shd.g_old_rec.attribute1
185: ,p_attribute2_o
186: => per_elc_shd.g_old_rec.attribute2
187: ,p_attribute3_o
188: => per_elc_shd.g_old_rec.attribute3
189: ,p_attribute4_o
190: => per_elc_shd.g_old_rec.attribute4

Line 188: => per_elc_shd.g_old_rec.attribute3

184: => per_elc_shd.g_old_rec.attribute1
185: ,p_attribute2_o
186: => per_elc_shd.g_old_rec.attribute2
187: ,p_attribute3_o
188: => per_elc_shd.g_old_rec.attribute3
189: ,p_attribute4_o
190: => per_elc_shd.g_old_rec.attribute4
191: ,p_attribute5_o
192: => per_elc_shd.g_old_rec.attribute5

Line 190: => per_elc_shd.g_old_rec.attribute4

186: => per_elc_shd.g_old_rec.attribute2
187: ,p_attribute3_o
188: => per_elc_shd.g_old_rec.attribute3
189: ,p_attribute4_o
190: => per_elc_shd.g_old_rec.attribute4
191: ,p_attribute5_o
192: => per_elc_shd.g_old_rec.attribute5
193: ,p_attribute6_o
194: => per_elc_shd.g_old_rec.attribute6

Line 192: => per_elc_shd.g_old_rec.attribute5

188: => per_elc_shd.g_old_rec.attribute3
189: ,p_attribute4_o
190: => per_elc_shd.g_old_rec.attribute4
191: ,p_attribute5_o
192: => per_elc_shd.g_old_rec.attribute5
193: ,p_attribute6_o
194: => per_elc_shd.g_old_rec.attribute6
195: ,p_attribute7_o
196: => per_elc_shd.g_old_rec.attribute7

Line 194: => per_elc_shd.g_old_rec.attribute6

190: => per_elc_shd.g_old_rec.attribute4
191: ,p_attribute5_o
192: => per_elc_shd.g_old_rec.attribute5
193: ,p_attribute6_o
194: => per_elc_shd.g_old_rec.attribute6
195: ,p_attribute7_o
196: => per_elc_shd.g_old_rec.attribute7
197: ,p_attribute8_o
198: => per_elc_shd.g_old_rec.attribute8

Line 196: => per_elc_shd.g_old_rec.attribute7

192: => per_elc_shd.g_old_rec.attribute5
193: ,p_attribute6_o
194: => per_elc_shd.g_old_rec.attribute6
195: ,p_attribute7_o
196: => per_elc_shd.g_old_rec.attribute7
197: ,p_attribute8_o
198: => per_elc_shd.g_old_rec.attribute8
199: ,p_attribute9_o
200: => per_elc_shd.g_old_rec.attribute9

Line 198: => per_elc_shd.g_old_rec.attribute8

194: => per_elc_shd.g_old_rec.attribute6
195: ,p_attribute7_o
196: => per_elc_shd.g_old_rec.attribute7
197: ,p_attribute8_o
198: => per_elc_shd.g_old_rec.attribute8
199: ,p_attribute9_o
200: => per_elc_shd.g_old_rec.attribute9
201: ,p_attribute10_o
202: => per_elc_shd.g_old_rec.attribute10

Line 200: => per_elc_shd.g_old_rec.attribute9

196: => per_elc_shd.g_old_rec.attribute7
197: ,p_attribute8_o
198: => per_elc_shd.g_old_rec.attribute8
199: ,p_attribute9_o
200: => per_elc_shd.g_old_rec.attribute9
201: ,p_attribute10_o
202: => per_elc_shd.g_old_rec.attribute10
203: ,p_attribute11_o
204: => per_elc_shd.g_old_rec.attribute11

Line 202: => per_elc_shd.g_old_rec.attribute10

198: => per_elc_shd.g_old_rec.attribute8
199: ,p_attribute9_o
200: => per_elc_shd.g_old_rec.attribute9
201: ,p_attribute10_o
202: => per_elc_shd.g_old_rec.attribute10
203: ,p_attribute11_o
204: => per_elc_shd.g_old_rec.attribute11
205: ,p_attribute12_o
206: => per_elc_shd.g_old_rec.attribute12

Line 204: => per_elc_shd.g_old_rec.attribute11

200: => per_elc_shd.g_old_rec.attribute9
201: ,p_attribute10_o
202: => per_elc_shd.g_old_rec.attribute10
203: ,p_attribute11_o
204: => per_elc_shd.g_old_rec.attribute11
205: ,p_attribute12_o
206: => per_elc_shd.g_old_rec.attribute12
207: ,p_attribute13_o
208: => per_elc_shd.g_old_rec.attribute13

Line 206: => per_elc_shd.g_old_rec.attribute12

202: => per_elc_shd.g_old_rec.attribute10
203: ,p_attribute11_o
204: => per_elc_shd.g_old_rec.attribute11
205: ,p_attribute12_o
206: => per_elc_shd.g_old_rec.attribute12
207: ,p_attribute13_o
208: => per_elc_shd.g_old_rec.attribute13
209: ,p_attribute14_o
210: => per_elc_shd.g_old_rec.attribute14

Line 208: => per_elc_shd.g_old_rec.attribute13

204: => per_elc_shd.g_old_rec.attribute11
205: ,p_attribute12_o
206: => per_elc_shd.g_old_rec.attribute12
207: ,p_attribute13_o
208: => per_elc_shd.g_old_rec.attribute13
209: ,p_attribute14_o
210: => per_elc_shd.g_old_rec.attribute14
211: ,p_attribute15_o
212: => per_elc_shd.g_old_rec.attribute15

Line 210: => per_elc_shd.g_old_rec.attribute14

206: => per_elc_shd.g_old_rec.attribute12
207: ,p_attribute13_o
208: => per_elc_shd.g_old_rec.attribute13
209: ,p_attribute14_o
210: => per_elc_shd.g_old_rec.attribute14
211: ,p_attribute15_o
212: => per_elc_shd.g_old_rec.attribute15
213: ,p_attribute16_o
214: => per_elc_shd.g_old_rec.attribute16

Line 212: => per_elc_shd.g_old_rec.attribute15

208: => per_elc_shd.g_old_rec.attribute13
209: ,p_attribute14_o
210: => per_elc_shd.g_old_rec.attribute14
211: ,p_attribute15_o
212: => per_elc_shd.g_old_rec.attribute15
213: ,p_attribute16_o
214: => per_elc_shd.g_old_rec.attribute16
215: ,p_attribute17_o
216: => per_elc_shd.g_old_rec.attribute17

Line 214: => per_elc_shd.g_old_rec.attribute16

210: => per_elc_shd.g_old_rec.attribute14
211: ,p_attribute15_o
212: => per_elc_shd.g_old_rec.attribute15
213: ,p_attribute16_o
214: => per_elc_shd.g_old_rec.attribute16
215: ,p_attribute17_o
216: => per_elc_shd.g_old_rec.attribute17
217: ,p_attribute18_o
218: => per_elc_shd.g_old_rec.attribute18

Line 216: => per_elc_shd.g_old_rec.attribute17

212: => per_elc_shd.g_old_rec.attribute15
213: ,p_attribute16_o
214: => per_elc_shd.g_old_rec.attribute16
215: ,p_attribute17_o
216: => per_elc_shd.g_old_rec.attribute17
217: ,p_attribute18_o
218: => per_elc_shd.g_old_rec.attribute18
219: ,p_attribute19_o
220: => per_elc_shd.g_old_rec.attribute19

Line 218: => per_elc_shd.g_old_rec.attribute18

214: => per_elc_shd.g_old_rec.attribute16
215: ,p_attribute17_o
216: => per_elc_shd.g_old_rec.attribute17
217: ,p_attribute18_o
218: => per_elc_shd.g_old_rec.attribute18
219: ,p_attribute19_o
220: => per_elc_shd.g_old_rec.attribute19
221: ,p_attribute20_o
222: => per_elc_shd.g_old_rec.attribute20

Line 220: => per_elc_shd.g_old_rec.attribute19

216: => per_elc_shd.g_old_rec.attribute17
217: ,p_attribute18_o
218: => per_elc_shd.g_old_rec.attribute18
219: ,p_attribute19_o
220: => per_elc_shd.g_old_rec.attribute19
221: ,p_attribute20_o
222: => per_elc_shd.g_old_rec.attribute20
223: ,p_attribute21_o
224: => per_elc_shd.g_old_rec.attribute21

Line 222: => per_elc_shd.g_old_rec.attribute20

218: => per_elc_shd.g_old_rec.attribute18
219: ,p_attribute19_o
220: => per_elc_shd.g_old_rec.attribute19
221: ,p_attribute20_o
222: => per_elc_shd.g_old_rec.attribute20
223: ,p_attribute21_o
224: => per_elc_shd.g_old_rec.attribute21
225: ,p_attribute22_o
226: => per_elc_shd.g_old_rec.attribute22

Line 224: => per_elc_shd.g_old_rec.attribute21

220: => per_elc_shd.g_old_rec.attribute19
221: ,p_attribute20_o
222: => per_elc_shd.g_old_rec.attribute20
223: ,p_attribute21_o
224: => per_elc_shd.g_old_rec.attribute21
225: ,p_attribute22_o
226: => per_elc_shd.g_old_rec.attribute22
227: ,p_attribute23_o
228: => per_elc_shd.g_old_rec.attribute23

Line 226: => per_elc_shd.g_old_rec.attribute22

222: => per_elc_shd.g_old_rec.attribute20
223: ,p_attribute21_o
224: => per_elc_shd.g_old_rec.attribute21
225: ,p_attribute22_o
226: => per_elc_shd.g_old_rec.attribute22
227: ,p_attribute23_o
228: => per_elc_shd.g_old_rec.attribute23
229: ,p_attribute24_o
230: => per_elc_shd.g_old_rec.attribute24

Line 228: => per_elc_shd.g_old_rec.attribute23

224: => per_elc_shd.g_old_rec.attribute21
225: ,p_attribute22_o
226: => per_elc_shd.g_old_rec.attribute22
227: ,p_attribute23_o
228: => per_elc_shd.g_old_rec.attribute23
229: ,p_attribute24_o
230: => per_elc_shd.g_old_rec.attribute24
231: ,p_attribute25_o
232: => per_elc_shd.g_old_rec.attribute25

Line 230: => per_elc_shd.g_old_rec.attribute24

226: => per_elc_shd.g_old_rec.attribute22
227: ,p_attribute23_o
228: => per_elc_shd.g_old_rec.attribute23
229: ,p_attribute24_o
230: => per_elc_shd.g_old_rec.attribute24
231: ,p_attribute25_o
232: => per_elc_shd.g_old_rec.attribute25
233: ,p_attribute26_o
234: => per_elc_shd.g_old_rec.attribute26

Line 232: => per_elc_shd.g_old_rec.attribute25

228: => per_elc_shd.g_old_rec.attribute23
229: ,p_attribute24_o
230: => per_elc_shd.g_old_rec.attribute24
231: ,p_attribute25_o
232: => per_elc_shd.g_old_rec.attribute25
233: ,p_attribute26_o
234: => per_elc_shd.g_old_rec.attribute26
235: ,p_attribute27_o
236: => per_elc_shd.g_old_rec.attribute27

Line 234: => per_elc_shd.g_old_rec.attribute26

230: => per_elc_shd.g_old_rec.attribute24
231: ,p_attribute25_o
232: => per_elc_shd.g_old_rec.attribute25
233: ,p_attribute26_o
234: => per_elc_shd.g_old_rec.attribute26
235: ,p_attribute27_o
236: => per_elc_shd.g_old_rec.attribute27
237: ,p_attribute28_o
238: => per_elc_shd.g_old_rec.attribute28

Line 236: => per_elc_shd.g_old_rec.attribute27

232: => per_elc_shd.g_old_rec.attribute25
233: ,p_attribute26_o
234: => per_elc_shd.g_old_rec.attribute26
235: ,p_attribute27_o
236: => per_elc_shd.g_old_rec.attribute27
237: ,p_attribute28_o
238: => per_elc_shd.g_old_rec.attribute28
239: ,p_attribute29_o
240: => per_elc_shd.g_old_rec.attribute29

Line 238: => per_elc_shd.g_old_rec.attribute28

234: => per_elc_shd.g_old_rec.attribute26
235: ,p_attribute27_o
236: => per_elc_shd.g_old_rec.attribute27
237: ,p_attribute28_o
238: => per_elc_shd.g_old_rec.attribute28
239: ,p_attribute29_o
240: => per_elc_shd.g_old_rec.attribute29
241: ,p_attribute30_o
242: => per_elc_shd.g_old_rec.attribute30

Line 240: => per_elc_shd.g_old_rec.attribute29

236: => per_elc_shd.g_old_rec.attribute27
237: ,p_attribute28_o
238: => per_elc_shd.g_old_rec.attribute28
239: ,p_attribute29_o
240: => per_elc_shd.g_old_rec.attribute29
241: ,p_attribute30_o
242: => per_elc_shd.g_old_rec.attribute30
243: ,p_election_info_category_o
244: => per_elc_shd.g_old_rec.election_info_category

Line 242: => per_elc_shd.g_old_rec.attribute30

238: => per_elc_shd.g_old_rec.attribute28
239: ,p_attribute29_o
240: => per_elc_shd.g_old_rec.attribute29
241: ,p_attribute30_o
242: => per_elc_shd.g_old_rec.attribute30
243: ,p_election_info_category_o
244: => per_elc_shd.g_old_rec.election_info_category
245: ,p_election_information1_o
246: => per_elc_shd.g_old_rec.election_information1

Line 244: => per_elc_shd.g_old_rec.election_info_category

240: => per_elc_shd.g_old_rec.attribute29
241: ,p_attribute30_o
242: => per_elc_shd.g_old_rec.attribute30
243: ,p_election_info_category_o
244: => per_elc_shd.g_old_rec.election_info_category
245: ,p_election_information1_o
246: => per_elc_shd.g_old_rec.election_information1
247: ,p_election_information2_o
248: => per_elc_shd.g_old_rec.election_information2

Line 246: => per_elc_shd.g_old_rec.election_information1

242: => per_elc_shd.g_old_rec.attribute30
243: ,p_election_info_category_o
244: => per_elc_shd.g_old_rec.election_info_category
245: ,p_election_information1_o
246: => per_elc_shd.g_old_rec.election_information1
247: ,p_election_information2_o
248: => per_elc_shd.g_old_rec.election_information2
249: ,p_election_information3_o
250: => per_elc_shd.g_old_rec.election_information3

Line 248: => per_elc_shd.g_old_rec.election_information2

244: => per_elc_shd.g_old_rec.election_info_category
245: ,p_election_information1_o
246: => per_elc_shd.g_old_rec.election_information1
247: ,p_election_information2_o
248: => per_elc_shd.g_old_rec.election_information2
249: ,p_election_information3_o
250: => per_elc_shd.g_old_rec.election_information3
251: ,p_election_information4_o
252: => per_elc_shd.g_old_rec.election_information4

Line 250: => per_elc_shd.g_old_rec.election_information3

246: => per_elc_shd.g_old_rec.election_information1
247: ,p_election_information2_o
248: => per_elc_shd.g_old_rec.election_information2
249: ,p_election_information3_o
250: => per_elc_shd.g_old_rec.election_information3
251: ,p_election_information4_o
252: => per_elc_shd.g_old_rec.election_information4
253: ,p_election_information5_o
254: => per_elc_shd.g_old_rec.election_information5

Line 252: => per_elc_shd.g_old_rec.election_information4

248: => per_elc_shd.g_old_rec.election_information2
249: ,p_election_information3_o
250: => per_elc_shd.g_old_rec.election_information3
251: ,p_election_information4_o
252: => per_elc_shd.g_old_rec.election_information4
253: ,p_election_information5_o
254: => per_elc_shd.g_old_rec.election_information5
255: ,p_election_information6_o
256: => per_elc_shd.g_old_rec.election_information6

Line 254: => per_elc_shd.g_old_rec.election_information5

250: => per_elc_shd.g_old_rec.election_information3
251: ,p_election_information4_o
252: => per_elc_shd.g_old_rec.election_information4
253: ,p_election_information5_o
254: => per_elc_shd.g_old_rec.election_information5
255: ,p_election_information6_o
256: => per_elc_shd.g_old_rec.election_information6
257: ,p_election_information7_o
258: => per_elc_shd.g_old_rec.election_information7

Line 256: => per_elc_shd.g_old_rec.election_information6

252: => per_elc_shd.g_old_rec.election_information4
253: ,p_election_information5_o
254: => per_elc_shd.g_old_rec.election_information5
255: ,p_election_information6_o
256: => per_elc_shd.g_old_rec.election_information6
257: ,p_election_information7_o
258: => per_elc_shd.g_old_rec.election_information7
259: ,p_election_information8_o
260: => per_elc_shd.g_old_rec.election_information8

Line 258: => per_elc_shd.g_old_rec.election_information7

254: => per_elc_shd.g_old_rec.election_information5
255: ,p_election_information6_o
256: => per_elc_shd.g_old_rec.election_information6
257: ,p_election_information7_o
258: => per_elc_shd.g_old_rec.election_information7
259: ,p_election_information8_o
260: => per_elc_shd.g_old_rec.election_information8
261: ,p_election_information9_o
262: => per_elc_shd.g_old_rec.election_information9

Line 260: => per_elc_shd.g_old_rec.election_information8

256: => per_elc_shd.g_old_rec.election_information6
257: ,p_election_information7_o
258: => per_elc_shd.g_old_rec.election_information7
259: ,p_election_information8_o
260: => per_elc_shd.g_old_rec.election_information8
261: ,p_election_information9_o
262: => per_elc_shd.g_old_rec.election_information9
263: ,p_election_information10_o
264: => per_elc_shd.g_old_rec.election_information10

Line 262: => per_elc_shd.g_old_rec.election_information9

258: => per_elc_shd.g_old_rec.election_information7
259: ,p_election_information8_o
260: => per_elc_shd.g_old_rec.election_information8
261: ,p_election_information9_o
262: => per_elc_shd.g_old_rec.election_information9
263: ,p_election_information10_o
264: => per_elc_shd.g_old_rec.election_information10
265: ,p_election_information11_o
266: => per_elc_shd.g_old_rec.election_information11

Line 264: => per_elc_shd.g_old_rec.election_information10

260: => per_elc_shd.g_old_rec.election_information8
261: ,p_election_information9_o
262: => per_elc_shd.g_old_rec.election_information9
263: ,p_election_information10_o
264: => per_elc_shd.g_old_rec.election_information10
265: ,p_election_information11_o
266: => per_elc_shd.g_old_rec.election_information11
267: ,p_election_information12_o
268: => per_elc_shd.g_old_rec.election_information12

Line 266: => per_elc_shd.g_old_rec.election_information11

262: => per_elc_shd.g_old_rec.election_information9
263: ,p_election_information10_o
264: => per_elc_shd.g_old_rec.election_information10
265: ,p_election_information11_o
266: => per_elc_shd.g_old_rec.election_information11
267: ,p_election_information12_o
268: => per_elc_shd.g_old_rec.election_information12
269: ,p_election_information13_o
270: => per_elc_shd.g_old_rec.election_information13

Line 268: => per_elc_shd.g_old_rec.election_information12

264: => per_elc_shd.g_old_rec.election_information10
265: ,p_election_information11_o
266: => per_elc_shd.g_old_rec.election_information11
267: ,p_election_information12_o
268: => per_elc_shd.g_old_rec.election_information12
269: ,p_election_information13_o
270: => per_elc_shd.g_old_rec.election_information13
271: ,p_election_information14_o
272: => per_elc_shd.g_old_rec.election_information14

Line 270: => per_elc_shd.g_old_rec.election_information13

266: => per_elc_shd.g_old_rec.election_information11
267: ,p_election_information12_o
268: => per_elc_shd.g_old_rec.election_information12
269: ,p_election_information13_o
270: => per_elc_shd.g_old_rec.election_information13
271: ,p_election_information14_o
272: => per_elc_shd.g_old_rec.election_information14
273: ,p_election_information15_o
274: => per_elc_shd.g_old_rec.election_information15

Line 272: => per_elc_shd.g_old_rec.election_information14

268: => per_elc_shd.g_old_rec.election_information12
269: ,p_election_information13_o
270: => per_elc_shd.g_old_rec.election_information13
271: ,p_election_information14_o
272: => per_elc_shd.g_old_rec.election_information14
273: ,p_election_information15_o
274: => per_elc_shd.g_old_rec.election_information15
275: ,p_election_information16_o
276: => per_elc_shd.g_old_rec.election_information16

Line 274: => per_elc_shd.g_old_rec.election_information15

270: => per_elc_shd.g_old_rec.election_information13
271: ,p_election_information14_o
272: => per_elc_shd.g_old_rec.election_information14
273: ,p_election_information15_o
274: => per_elc_shd.g_old_rec.election_information15
275: ,p_election_information16_o
276: => per_elc_shd.g_old_rec.election_information16
277: ,p_election_information17_o
278: => per_elc_shd.g_old_rec.election_information17

Line 276: => per_elc_shd.g_old_rec.election_information16

272: => per_elc_shd.g_old_rec.election_information14
273: ,p_election_information15_o
274: => per_elc_shd.g_old_rec.election_information15
275: ,p_election_information16_o
276: => per_elc_shd.g_old_rec.election_information16
277: ,p_election_information17_o
278: => per_elc_shd.g_old_rec.election_information17
279: ,p_election_information18_o
280: => per_elc_shd.g_old_rec.election_information18

Line 278: => per_elc_shd.g_old_rec.election_information17

274: => per_elc_shd.g_old_rec.election_information15
275: ,p_election_information16_o
276: => per_elc_shd.g_old_rec.election_information16
277: ,p_election_information17_o
278: => per_elc_shd.g_old_rec.election_information17
279: ,p_election_information18_o
280: => per_elc_shd.g_old_rec.election_information18
281: ,p_election_information19_o
282: => per_elc_shd.g_old_rec.election_information19

Line 280: => per_elc_shd.g_old_rec.election_information18

276: => per_elc_shd.g_old_rec.election_information16
277: ,p_election_information17_o
278: => per_elc_shd.g_old_rec.election_information17
279: ,p_election_information18_o
280: => per_elc_shd.g_old_rec.election_information18
281: ,p_election_information19_o
282: => per_elc_shd.g_old_rec.election_information19
283: ,p_election_information20_o
284: => per_elc_shd.g_old_rec.election_information20

Line 282: => per_elc_shd.g_old_rec.election_information19

278: => per_elc_shd.g_old_rec.election_information17
279: ,p_election_information18_o
280: => per_elc_shd.g_old_rec.election_information18
281: ,p_election_information19_o
282: => per_elc_shd.g_old_rec.election_information19
283: ,p_election_information20_o
284: => per_elc_shd.g_old_rec.election_information20
285: ,p_election_information21_o
286: => per_elc_shd.g_old_rec.election_information21

Line 284: => per_elc_shd.g_old_rec.election_information20

280: => per_elc_shd.g_old_rec.election_information18
281: ,p_election_information19_o
282: => per_elc_shd.g_old_rec.election_information19
283: ,p_election_information20_o
284: => per_elc_shd.g_old_rec.election_information20
285: ,p_election_information21_o
286: => per_elc_shd.g_old_rec.election_information21
287: ,p_election_information22_o
288: => per_elc_shd.g_old_rec.election_information22

Line 286: => per_elc_shd.g_old_rec.election_information21

282: => per_elc_shd.g_old_rec.election_information19
283: ,p_election_information20_o
284: => per_elc_shd.g_old_rec.election_information20
285: ,p_election_information21_o
286: => per_elc_shd.g_old_rec.election_information21
287: ,p_election_information22_o
288: => per_elc_shd.g_old_rec.election_information22
289: ,p_election_information23_o
290: => per_elc_shd.g_old_rec.election_information23

Line 288: => per_elc_shd.g_old_rec.election_information22

284: => per_elc_shd.g_old_rec.election_information20
285: ,p_election_information21_o
286: => per_elc_shd.g_old_rec.election_information21
287: ,p_election_information22_o
288: => per_elc_shd.g_old_rec.election_information22
289: ,p_election_information23_o
290: => per_elc_shd.g_old_rec.election_information23
291: ,p_election_information24_o
292: => per_elc_shd.g_old_rec.election_information24

Line 290: => per_elc_shd.g_old_rec.election_information23

286: => per_elc_shd.g_old_rec.election_information21
287: ,p_election_information22_o
288: => per_elc_shd.g_old_rec.election_information22
289: ,p_election_information23_o
290: => per_elc_shd.g_old_rec.election_information23
291: ,p_election_information24_o
292: => per_elc_shd.g_old_rec.election_information24
293: ,p_election_information25_o
294: => per_elc_shd.g_old_rec.election_information25

Line 292: => per_elc_shd.g_old_rec.election_information24

288: => per_elc_shd.g_old_rec.election_information22
289: ,p_election_information23_o
290: => per_elc_shd.g_old_rec.election_information23
291: ,p_election_information24_o
292: => per_elc_shd.g_old_rec.election_information24
293: ,p_election_information25_o
294: => per_elc_shd.g_old_rec.election_information25
295: ,p_election_information26_o
296: => per_elc_shd.g_old_rec.election_information26

Line 294: => per_elc_shd.g_old_rec.election_information25

290: => per_elc_shd.g_old_rec.election_information23
291: ,p_election_information24_o
292: => per_elc_shd.g_old_rec.election_information24
293: ,p_election_information25_o
294: => per_elc_shd.g_old_rec.election_information25
295: ,p_election_information26_o
296: => per_elc_shd.g_old_rec.election_information26
297: ,p_election_information27_o
298: => per_elc_shd.g_old_rec.election_information27

Line 296: => per_elc_shd.g_old_rec.election_information26

292: => per_elc_shd.g_old_rec.election_information24
293: ,p_election_information25_o
294: => per_elc_shd.g_old_rec.election_information25
295: ,p_election_information26_o
296: => per_elc_shd.g_old_rec.election_information26
297: ,p_election_information27_o
298: => per_elc_shd.g_old_rec.election_information27
299: ,p_election_information28_o
300: => per_elc_shd.g_old_rec.election_information28

Line 298: => per_elc_shd.g_old_rec.election_information27

294: => per_elc_shd.g_old_rec.election_information25
295: ,p_election_information26_o
296: => per_elc_shd.g_old_rec.election_information26
297: ,p_election_information27_o
298: => per_elc_shd.g_old_rec.election_information27
299: ,p_election_information28_o
300: => per_elc_shd.g_old_rec.election_information28
301: ,p_election_information29_o
302: => per_elc_shd.g_old_rec.election_information29

Line 300: => per_elc_shd.g_old_rec.election_information28

296: => per_elc_shd.g_old_rec.election_information26
297: ,p_election_information27_o
298: => per_elc_shd.g_old_rec.election_information27
299: ,p_election_information28_o
300: => per_elc_shd.g_old_rec.election_information28
301: ,p_election_information29_o
302: => per_elc_shd.g_old_rec.election_information29
303: ,p_election_information30_o
304: => per_elc_shd.g_old_rec.election_information30

Line 302: => per_elc_shd.g_old_rec.election_information29

298: => per_elc_shd.g_old_rec.election_information27
299: ,p_election_information28_o
300: => per_elc_shd.g_old_rec.election_information28
301: ,p_election_information29_o
302: => per_elc_shd.g_old_rec.election_information29
303: ,p_election_information30_o
304: => per_elc_shd.g_old_rec.election_information30
305: ,p_object_version_number_o
306: => per_elc_shd.g_old_rec.object_version_number

Line 304: => per_elc_shd.g_old_rec.election_information30

300: => per_elc_shd.g_old_rec.election_information28
301: ,p_election_information29_o
302: => per_elc_shd.g_old_rec.election_information29
303: ,p_election_information30_o
304: => per_elc_shd.g_old_rec.election_information30
305: ,p_object_version_number_o
306: => per_elc_shd.g_old_rec.object_version_number
307: );
308: --

Line 306: => per_elc_shd.g_old_rec.object_version_number

302: => per_elc_shd.g_old_rec.election_information29
303: ,p_election_information30_o
304: => per_elc_shd.g_old_rec.election_information30
305: ,p_object_version_number_o
306: => per_elc_shd.g_old_rec.object_version_number
307: );
308: --
309: exception
310: --

Line 326: (p_rec in per_elc_shd.g_rec_type

322: -- ----------------------------------------------------------------------------
323: -- |---------------------------------< del >----------------------------------|
324: -- ----------------------------------------------------------------------------
325: Procedure del
326: (p_rec in per_elc_shd.g_rec_type
327: ,p_validate in boolean default false
328: ) is
329: --
330: l_proc varchar2(72) := g_package||'del';

Line 352: per_elc_shd.lck

348: ,p_argument => 'object_version_number'
349: ,p_argument_value => p_rec.object_version_number
350: );
351: --
352: per_elc_shd.lck
353: (p_rec.election_id
354: ,p_rec.object_version_number
355: );
356: --

Line 398: l_rec per_elc_shd.g_rec_type;

394: ,p_validate in boolean default false
395: ,p_object_version_number in number
396: ) is
397: --
398: l_rec per_elc_shd.g_rec_type;
399: l_proc varchar2(72) := g_package||'del';
400: --
401: Begin
402: hr_utility.set_location('Entering:'||l_proc, 5);