DBA Data[Home] [Help]

APPS.PER_ECA_DEL dependencies on PER_ECA_SHD

Line 52: (p_rec in per_eca_shd.g_rec_type

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

Line 75: per_eca_shd.constraint_error

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

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

Line 168: => per_eca_shd.g_old_rec.business_group_id

164: per_eca_rkd.after_delete
165: (p_election_candidate_id
166: => p_rec.election_candidate_id
167: ,p_business_group_id_o
168: => per_eca_shd.g_old_rec.business_group_id
169: ,p_election_id_o
170: => per_eca_shd.g_old_rec.election_id
171: ,p_person_id_o
172: => per_eca_shd.g_old_rec.person_id

Line 170: => per_eca_shd.g_old_rec.election_id

166: => p_rec.election_candidate_id
167: ,p_business_group_id_o
168: => per_eca_shd.g_old_rec.business_group_id
169: ,p_election_id_o
170: => per_eca_shd.g_old_rec.election_id
171: ,p_person_id_o
172: => per_eca_shd.g_old_rec.person_id
173: ,p_rank_o
174: => per_eca_shd.g_old_rec.rank

Line 172: => per_eca_shd.g_old_rec.person_id

168: => per_eca_shd.g_old_rec.business_group_id
169: ,p_election_id_o
170: => per_eca_shd.g_old_rec.election_id
171: ,p_person_id_o
172: => per_eca_shd.g_old_rec.person_id
173: ,p_rank_o
174: => per_eca_shd.g_old_rec.rank
175: ,p_role_id_o
176: => per_eca_shd.g_old_rec.role_id

Line 174: => per_eca_shd.g_old_rec.rank

170: => per_eca_shd.g_old_rec.election_id
171: ,p_person_id_o
172: => per_eca_shd.g_old_rec.person_id
173: ,p_rank_o
174: => per_eca_shd.g_old_rec.rank
175: ,p_role_id_o
176: => per_eca_shd.g_old_rec.role_id
177: ,p_attribute_category_o
178: => per_eca_shd.g_old_rec.attribute_category

Line 176: => per_eca_shd.g_old_rec.role_id

172: => per_eca_shd.g_old_rec.person_id
173: ,p_rank_o
174: => per_eca_shd.g_old_rec.rank
175: ,p_role_id_o
176: => per_eca_shd.g_old_rec.role_id
177: ,p_attribute_category_o
178: => per_eca_shd.g_old_rec.attribute_category
179: ,p_attribute1_o
180: => per_eca_shd.g_old_rec.attribute1

Line 178: => per_eca_shd.g_old_rec.attribute_category

174: => per_eca_shd.g_old_rec.rank
175: ,p_role_id_o
176: => per_eca_shd.g_old_rec.role_id
177: ,p_attribute_category_o
178: => per_eca_shd.g_old_rec.attribute_category
179: ,p_attribute1_o
180: => per_eca_shd.g_old_rec.attribute1
181: ,p_attribute2_o
182: => per_eca_shd.g_old_rec.attribute2

Line 180: => per_eca_shd.g_old_rec.attribute1

176: => per_eca_shd.g_old_rec.role_id
177: ,p_attribute_category_o
178: => per_eca_shd.g_old_rec.attribute_category
179: ,p_attribute1_o
180: => per_eca_shd.g_old_rec.attribute1
181: ,p_attribute2_o
182: => per_eca_shd.g_old_rec.attribute2
183: ,p_attribute3_o
184: => per_eca_shd.g_old_rec.attribute3

Line 182: => per_eca_shd.g_old_rec.attribute2

178: => per_eca_shd.g_old_rec.attribute_category
179: ,p_attribute1_o
180: => per_eca_shd.g_old_rec.attribute1
181: ,p_attribute2_o
182: => per_eca_shd.g_old_rec.attribute2
183: ,p_attribute3_o
184: => per_eca_shd.g_old_rec.attribute3
185: ,p_attribute4_o
186: => per_eca_shd.g_old_rec.attribute4

Line 184: => per_eca_shd.g_old_rec.attribute3

180: => per_eca_shd.g_old_rec.attribute1
181: ,p_attribute2_o
182: => per_eca_shd.g_old_rec.attribute2
183: ,p_attribute3_o
184: => per_eca_shd.g_old_rec.attribute3
185: ,p_attribute4_o
186: => per_eca_shd.g_old_rec.attribute4
187: ,p_attribute5_o
188: => per_eca_shd.g_old_rec.attribute5

Line 186: => per_eca_shd.g_old_rec.attribute4

182: => per_eca_shd.g_old_rec.attribute2
183: ,p_attribute3_o
184: => per_eca_shd.g_old_rec.attribute3
185: ,p_attribute4_o
186: => per_eca_shd.g_old_rec.attribute4
187: ,p_attribute5_o
188: => per_eca_shd.g_old_rec.attribute5
189: ,p_attribute6_o
190: => per_eca_shd.g_old_rec.attribute6

Line 188: => per_eca_shd.g_old_rec.attribute5

184: => per_eca_shd.g_old_rec.attribute3
185: ,p_attribute4_o
186: => per_eca_shd.g_old_rec.attribute4
187: ,p_attribute5_o
188: => per_eca_shd.g_old_rec.attribute5
189: ,p_attribute6_o
190: => per_eca_shd.g_old_rec.attribute6
191: ,p_attribute7_o
192: => per_eca_shd.g_old_rec.attribute7

Line 190: => per_eca_shd.g_old_rec.attribute6

186: => per_eca_shd.g_old_rec.attribute4
187: ,p_attribute5_o
188: => per_eca_shd.g_old_rec.attribute5
189: ,p_attribute6_o
190: => per_eca_shd.g_old_rec.attribute6
191: ,p_attribute7_o
192: => per_eca_shd.g_old_rec.attribute7
193: ,p_attribute8_o
194: => per_eca_shd.g_old_rec.attribute8

Line 192: => per_eca_shd.g_old_rec.attribute7

188: => per_eca_shd.g_old_rec.attribute5
189: ,p_attribute6_o
190: => per_eca_shd.g_old_rec.attribute6
191: ,p_attribute7_o
192: => per_eca_shd.g_old_rec.attribute7
193: ,p_attribute8_o
194: => per_eca_shd.g_old_rec.attribute8
195: ,p_attribute9_o
196: => per_eca_shd.g_old_rec.attribute9

Line 194: => per_eca_shd.g_old_rec.attribute8

190: => per_eca_shd.g_old_rec.attribute6
191: ,p_attribute7_o
192: => per_eca_shd.g_old_rec.attribute7
193: ,p_attribute8_o
194: => per_eca_shd.g_old_rec.attribute8
195: ,p_attribute9_o
196: => per_eca_shd.g_old_rec.attribute9
197: ,p_attribute10_o
198: => per_eca_shd.g_old_rec.attribute10

Line 196: => per_eca_shd.g_old_rec.attribute9

192: => per_eca_shd.g_old_rec.attribute7
193: ,p_attribute8_o
194: => per_eca_shd.g_old_rec.attribute8
195: ,p_attribute9_o
196: => per_eca_shd.g_old_rec.attribute9
197: ,p_attribute10_o
198: => per_eca_shd.g_old_rec.attribute10
199: ,p_attribute11_o
200: => per_eca_shd.g_old_rec.attribute11

Line 198: => per_eca_shd.g_old_rec.attribute10

194: => per_eca_shd.g_old_rec.attribute8
195: ,p_attribute9_o
196: => per_eca_shd.g_old_rec.attribute9
197: ,p_attribute10_o
198: => per_eca_shd.g_old_rec.attribute10
199: ,p_attribute11_o
200: => per_eca_shd.g_old_rec.attribute11
201: ,p_attribute12_o
202: => per_eca_shd.g_old_rec.attribute12

Line 200: => per_eca_shd.g_old_rec.attribute11

196: => per_eca_shd.g_old_rec.attribute9
197: ,p_attribute10_o
198: => per_eca_shd.g_old_rec.attribute10
199: ,p_attribute11_o
200: => per_eca_shd.g_old_rec.attribute11
201: ,p_attribute12_o
202: => per_eca_shd.g_old_rec.attribute12
203: ,p_attribute13_o
204: => per_eca_shd.g_old_rec.attribute13

Line 202: => per_eca_shd.g_old_rec.attribute12

198: => per_eca_shd.g_old_rec.attribute10
199: ,p_attribute11_o
200: => per_eca_shd.g_old_rec.attribute11
201: ,p_attribute12_o
202: => per_eca_shd.g_old_rec.attribute12
203: ,p_attribute13_o
204: => per_eca_shd.g_old_rec.attribute13
205: ,p_attribute14_o
206: => per_eca_shd.g_old_rec.attribute14

Line 204: => per_eca_shd.g_old_rec.attribute13

200: => per_eca_shd.g_old_rec.attribute11
201: ,p_attribute12_o
202: => per_eca_shd.g_old_rec.attribute12
203: ,p_attribute13_o
204: => per_eca_shd.g_old_rec.attribute13
205: ,p_attribute14_o
206: => per_eca_shd.g_old_rec.attribute14
207: ,p_attribute15_o
208: => per_eca_shd.g_old_rec.attribute15

Line 206: => per_eca_shd.g_old_rec.attribute14

202: => per_eca_shd.g_old_rec.attribute12
203: ,p_attribute13_o
204: => per_eca_shd.g_old_rec.attribute13
205: ,p_attribute14_o
206: => per_eca_shd.g_old_rec.attribute14
207: ,p_attribute15_o
208: => per_eca_shd.g_old_rec.attribute15
209: ,p_attribute16_o
210: => per_eca_shd.g_old_rec.attribute16

Line 208: => per_eca_shd.g_old_rec.attribute15

204: => per_eca_shd.g_old_rec.attribute13
205: ,p_attribute14_o
206: => per_eca_shd.g_old_rec.attribute14
207: ,p_attribute15_o
208: => per_eca_shd.g_old_rec.attribute15
209: ,p_attribute16_o
210: => per_eca_shd.g_old_rec.attribute16
211: ,p_attribute17_o
212: => per_eca_shd.g_old_rec.attribute17

Line 210: => per_eca_shd.g_old_rec.attribute16

206: => per_eca_shd.g_old_rec.attribute14
207: ,p_attribute15_o
208: => per_eca_shd.g_old_rec.attribute15
209: ,p_attribute16_o
210: => per_eca_shd.g_old_rec.attribute16
211: ,p_attribute17_o
212: => per_eca_shd.g_old_rec.attribute17
213: ,p_attribute18_o
214: => per_eca_shd.g_old_rec.attribute18

Line 212: => per_eca_shd.g_old_rec.attribute17

208: => per_eca_shd.g_old_rec.attribute15
209: ,p_attribute16_o
210: => per_eca_shd.g_old_rec.attribute16
211: ,p_attribute17_o
212: => per_eca_shd.g_old_rec.attribute17
213: ,p_attribute18_o
214: => per_eca_shd.g_old_rec.attribute18
215: ,p_attribute19_o
216: => per_eca_shd.g_old_rec.attribute19

Line 214: => per_eca_shd.g_old_rec.attribute18

210: => per_eca_shd.g_old_rec.attribute16
211: ,p_attribute17_o
212: => per_eca_shd.g_old_rec.attribute17
213: ,p_attribute18_o
214: => per_eca_shd.g_old_rec.attribute18
215: ,p_attribute19_o
216: => per_eca_shd.g_old_rec.attribute19
217: ,p_attribute20_o
218: => per_eca_shd.g_old_rec.attribute20

Line 216: => per_eca_shd.g_old_rec.attribute19

212: => per_eca_shd.g_old_rec.attribute17
213: ,p_attribute18_o
214: => per_eca_shd.g_old_rec.attribute18
215: ,p_attribute19_o
216: => per_eca_shd.g_old_rec.attribute19
217: ,p_attribute20_o
218: => per_eca_shd.g_old_rec.attribute20
219: ,p_attribute21_o
220: => per_eca_shd.g_old_rec.attribute21

Line 218: => per_eca_shd.g_old_rec.attribute20

214: => per_eca_shd.g_old_rec.attribute18
215: ,p_attribute19_o
216: => per_eca_shd.g_old_rec.attribute19
217: ,p_attribute20_o
218: => per_eca_shd.g_old_rec.attribute20
219: ,p_attribute21_o
220: => per_eca_shd.g_old_rec.attribute21
221: ,p_attribute22_o
222: => per_eca_shd.g_old_rec.attribute22

Line 220: => per_eca_shd.g_old_rec.attribute21

216: => per_eca_shd.g_old_rec.attribute19
217: ,p_attribute20_o
218: => per_eca_shd.g_old_rec.attribute20
219: ,p_attribute21_o
220: => per_eca_shd.g_old_rec.attribute21
221: ,p_attribute22_o
222: => per_eca_shd.g_old_rec.attribute22
223: ,p_attribute23_o
224: => per_eca_shd.g_old_rec.attribute23

Line 222: => per_eca_shd.g_old_rec.attribute22

218: => per_eca_shd.g_old_rec.attribute20
219: ,p_attribute21_o
220: => per_eca_shd.g_old_rec.attribute21
221: ,p_attribute22_o
222: => per_eca_shd.g_old_rec.attribute22
223: ,p_attribute23_o
224: => per_eca_shd.g_old_rec.attribute23
225: ,p_attribute24_o
226: => per_eca_shd.g_old_rec.attribute24

Line 224: => per_eca_shd.g_old_rec.attribute23

220: => per_eca_shd.g_old_rec.attribute21
221: ,p_attribute22_o
222: => per_eca_shd.g_old_rec.attribute22
223: ,p_attribute23_o
224: => per_eca_shd.g_old_rec.attribute23
225: ,p_attribute24_o
226: => per_eca_shd.g_old_rec.attribute24
227: ,p_attribute25_o
228: => per_eca_shd.g_old_rec.attribute25

Line 226: => per_eca_shd.g_old_rec.attribute24

222: => per_eca_shd.g_old_rec.attribute22
223: ,p_attribute23_o
224: => per_eca_shd.g_old_rec.attribute23
225: ,p_attribute24_o
226: => per_eca_shd.g_old_rec.attribute24
227: ,p_attribute25_o
228: => per_eca_shd.g_old_rec.attribute25
229: ,p_attribute26_o
230: => per_eca_shd.g_old_rec.attribute26

Line 228: => per_eca_shd.g_old_rec.attribute25

224: => per_eca_shd.g_old_rec.attribute23
225: ,p_attribute24_o
226: => per_eca_shd.g_old_rec.attribute24
227: ,p_attribute25_o
228: => per_eca_shd.g_old_rec.attribute25
229: ,p_attribute26_o
230: => per_eca_shd.g_old_rec.attribute26
231: ,p_attribute27_o
232: => per_eca_shd.g_old_rec.attribute27

Line 230: => per_eca_shd.g_old_rec.attribute26

226: => per_eca_shd.g_old_rec.attribute24
227: ,p_attribute25_o
228: => per_eca_shd.g_old_rec.attribute25
229: ,p_attribute26_o
230: => per_eca_shd.g_old_rec.attribute26
231: ,p_attribute27_o
232: => per_eca_shd.g_old_rec.attribute27
233: ,p_attribute28_o
234: => per_eca_shd.g_old_rec.attribute28

Line 232: => per_eca_shd.g_old_rec.attribute27

228: => per_eca_shd.g_old_rec.attribute25
229: ,p_attribute26_o
230: => per_eca_shd.g_old_rec.attribute26
231: ,p_attribute27_o
232: => per_eca_shd.g_old_rec.attribute27
233: ,p_attribute28_o
234: => per_eca_shd.g_old_rec.attribute28
235: ,p_attribute29_o
236: => per_eca_shd.g_old_rec.attribute29

Line 234: => per_eca_shd.g_old_rec.attribute28

230: => per_eca_shd.g_old_rec.attribute26
231: ,p_attribute27_o
232: => per_eca_shd.g_old_rec.attribute27
233: ,p_attribute28_o
234: => per_eca_shd.g_old_rec.attribute28
235: ,p_attribute29_o
236: => per_eca_shd.g_old_rec.attribute29
237: ,p_attribute30_o
238: => per_eca_shd.g_old_rec.attribute30

Line 236: => per_eca_shd.g_old_rec.attribute29

232: => per_eca_shd.g_old_rec.attribute27
233: ,p_attribute28_o
234: => per_eca_shd.g_old_rec.attribute28
235: ,p_attribute29_o
236: => per_eca_shd.g_old_rec.attribute29
237: ,p_attribute30_o
238: => per_eca_shd.g_old_rec.attribute30
239: ,p_candidate_information_cate_o
240: => per_eca_shd.g_old_rec.candidate_info_category

Line 238: => per_eca_shd.g_old_rec.attribute30

234: => per_eca_shd.g_old_rec.attribute28
235: ,p_attribute29_o
236: => per_eca_shd.g_old_rec.attribute29
237: ,p_attribute30_o
238: => per_eca_shd.g_old_rec.attribute30
239: ,p_candidate_information_cate_o
240: => per_eca_shd.g_old_rec.candidate_info_category
241: ,p_candidate_information1_o
242: => per_eca_shd.g_old_rec.candidate_information1

Line 240: => per_eca_shd.g_old_rec.candidate_info_category

236: => per_eca_shd.g_old_rec.attribute29
237: ,p_attribute30_o
238: => per_eca_shd.g_old_rec.attribute30
239: ,p_candidate_information_cate_o
240: => per_eca_shd.g_old_rec.candidate_info_category
241: ,p_candidate_information1_o
242: => per_eca_shd.g_old_rec.candidate_information1
243: ,p_candidate_information2_o
244: => per_eca_shd.g_old_rec.candidate_information2

Line 242: => per_eca_shd.g_old_rec.candidate_information1

238: => per_eca_shd.g_old_rec.attribute30
239: ,p_candidate_information_cate_o
240: => per_eca_shd.g_old_rec.candidate_info_category
241: ,p_candidate_information1_o
242: => per_eca_shd.g_old_rec.candidate_information1
243: ,p_candidate_information2_o
244: => per_eca_shd.g_old_rec.candidate_information2
245: ,p_candidate_information3_o
246: => per_eca_shd.g_old_rec.candidate_information3

Line 244: => per_eca_shd.g_old_rec.candidate_information2

240: => per_eca_shd.g_old_rec.candidate_info_category
241: ,p_candidate_information1_o
242: => per_eca_shd.g_old_rec.candidate_information1
243: ,p_candidate_information2_o
244: => per_eca_shd.g_old_rec.candidate_information2
245: ,p_candidate_information3_o
246: => per_eca_shd.g_old_rec.candidate_information3
247: ,p_candidate_information4_o
248: => per_eca_shd.g_old_rec.candidate_information4

Line 246: => per_eca_shd.g_old_rec.candidate_information3

242: => per_eca_shd.g_old_rec.candidate_information1
243: ,p_candidate_information2_o
244: => per_eca_shd.g_old_rec.candidate_information2
245: ,p_candidate_information3_o
246: => per_eca_shd.g_old_rec.candidate_information3
247: ,p_candidate_information4_o
248: => per_eca_shd.g_old_rec.candidate_information4
249: ,p_candidate_information5_o
250: => per_eca_shd.g_old_rec.candidate_information5

Line 248: => per_eca_shd.g_old_rec.candidate_information4

244: => per_eca_shd.g_old_rec.candidate_information2
245: ,p_candidate_information3_o
246: => per_eca_shd.g_old_rec.candidate_information3
247: ,p_candidate_information4_o
248: => per_eca_shd.g_old_rec.candidate_information4
249: ,p_candidate_information5_o
250: => per_eca_shd.g_old_rec.candidate_information5
251: ,p_candidate_information6_o
252: => per_eca_shd.g_old_rec.candidate_information6

Line 250: => per_eca_shd.g_old_rec.candidate_information5

246: => per_eca_shd.g_old_rec.candidate_information3
247: ,p_candidate_information4_o
248: => per_eca_shd.g_old_rec.candidate_information4
249: ,p_candidate_information5_o
250: => per_eca_shd.g_old_rec.candidate_information5
251: ,p_candidate_information6_o
252: => per_eca_shd.g_old_rec.candidate_information6
253: ,p_candidate_information7_o
254: => per_eca_shd.g_old_rec.candidate_information7

Line 252: => per_eca_shd.g_old_rec.candidate_information6

248: => per_eca_shd.g_old_rec.candidate_information4
249: ,p_candidate_information5_o
250: => per_eca_shd.g_old_rec.candidate_information5
251: ,p_candidate_information6_o
252: => per_eca_shd.g_old_rec.candidate_information6
253: ,p_candidate_information7_o
254: => per_eca_shd.g_old_rec.candidate_information7
255: ,p_candidate_information8_o
256: => per_eca_shd.g_old_rec.candidate_information8

Line 254: => per_eca_shd.g_old_rec.candidate_information7

250: => per_eca_shd.g_old_rec.candidate_information5
251: ,p_candidate_information6_o
252: => per_eca_shd.g_old_rec.candidate_information6
253: ,p_candidate_information7_o
254: => per_eca_shd.g_old_rec.candidate_information7
255: ,p_candidate_information8_o
256: => per_eca_shd.g_old_rec.candidate_information8
257: ,p_candidate_information9_o
258: => per_eca_shd.g_old_rec.candidate_information9

Line 256: => per_eca_shd.g_old_rec.candidate_information8

252: => per_eca_shd.g_old_rec.candidate_information6
253: ,p_candidate_information7_o
254: => per_eca_shd.g_old_rec.candidate_information7
255: ,p_candidate_information8_o
256: => per_eca_shd.g_old_rec.candidate_information8
257: ,p_candidate_information9_o
258: => per_eca_shd.g_old_rec.candidate_information9
259: ,p_candidate_information10_o
260: => per_eca_shd.g_old_rec.candidate_information10

Line 258: => per_eca_shd.g_old_rec.candidate_information9

254: => per_eca_shd.g_old_rec.candidate_information7
255: ,p_candidate_information8_o
256: => per_eca_shd.g_old_rec.candidate_information8
257: ,p_candidate_information9_o
258: => per_eca_shd.g_old_rec.candidate_information9
259: ,p_candidate_information10_o
260: => per_eca_shd.g_old_rec.candidate_information10
261: ,p_candidate_information11_o
262: => per_eca_shd.g_old_rec.candidate_information11

Line 260: => per_eca_shd.g_old_rec.candidate_information10

256: => per_eca_shd.g_old_rec.candidate_information8
257: ,p_candidate_information9_o
258: => per_eca_shd.g_old_rec.candidate_information9
259: ,p_candidate_information10_o
260: => per_eca_shd.g_old_rec.candidate_information10
261: ,p_candidate_information11_o
262: => per_eca_shd.g_old_rec.candidate_information11
263: ,p_candidate_information12_o
264: => per_eca_shd.g_old_rec.candidate_information12

Line 262: => per_eca_shd.g_old_rec.candidate_information11

258: => per_eca_shd.g_old_rec.candidate_information9
259: ,p_candidate_information10_o
260: => per_eca_shd.g_old_rec.candidate_information10
261: ,p_candidate_information11_o
262: => per_eca_shd.g_old_rec.candidate_information11
263: ,p_candidate_information12_o
264: => per_eca_shd.g_old_rec.candidate_information12
265: ,p_candidate_information13_o
266: => per_eca_shd.g_old_rec.candidate_information13

Line 264: => per_eca_shd.g_old_rec.candidate_information12

260: => per_eca_shd.g_old_rec.candidate_information10
261: ,p_candidate_information11_o
262: => per_eca_shd.g_old_rec.candidate_information11
263: ,p_candidate_information12_o
264: => per_eca_shd.g_old_rec.candidate_information12
265: ,p_candidate_information13_o
266: => per_eca_shd.g_old_rec.candidate_information13
267: ,p_candidate_information14_o
268: => per_eca_shd.g_old_rec.candidate_information14

Line 266: => per_eca_shd.g_old_rec.candidate_information13

262: => per_eca_shd.g_old_rec.candidate_information11
263: ,p_candidate_information12_o
264: => per_eca_shd.g_old_rec.candidate_information12
265: ,p_candidate_information13_o
266: => per_eca_shd.g_old_rec.candidate_information13
267: ,p_candidate_information14_o
268: => per_eca_shd.g_old_rec.candidate_information14
269: ,p_candidate_information15_o
270: => per_eca_shd.g_old_rec.candidate_information15

Line 268: => per_eca_shd.g_old_rec.candidate_information14

264: => per_eca_shd.g_old_rec.candidate_information12
265: ,p_candidate_information13_o
266: => per_eca_shd.g_old_rec.candidate_information13
267: ,p_candidate_information14_o
268: => per_eca_shd.g_old_rec.candidate_information14
269: ,p_candidate_information15_o
270: => per_eca_shd.g_old_rec.candidate_information15
271: ,p_candidate_information16_o
272: => per_eca_shd.g_old_rec.candidate_information16

Line 270: => per_eca_shd.g_old_rec.candidate_information15

266: => per_eca_shd.g_old_rec.candidate_information13
267: ,p_candidate_information14_o
268: => per_eca_shd.g_old_rec.candidate_information14
269: ,p_candidate_information15_o
270: => per_eca_shd.g_old_rec.candidate_information15
271: ,p_candidate_information16_o
272: => per_eca_shd.g_old_rec.candidate_information16
273: ,p_candidate_information17_o
274: => per_eca_shd.g_old_rec.candidate_information17

Line 272: => per_eca_shd.g_old_rec.candidate_information16

268: => per_eca_shd.g_old_rec.candidate_information14
269: ,p_candidate_information15_o
270: => per_eca_shd.g_old_rec.candidate_information15
271: ,p_candidate_information16_o
272: => per_eca_shd.g_old_rec.candidate_information16
273: ,p_candidate_information17_o
274: => per_eca_shd.g_old_rec.candidate_information17
275: ,p_candidate_information18_o
276: => per_eca_shd.g_old_rec.candidate_information18

Line 274: => per_eca_shd.g_old_rec.candidate_information17

270: => per_eca_shd.g_old_rec.candidate_information15
271: ,p_candidate_information16_o
272: => per_eca_shd.g_old_rec.candidate_information16
273: ,p_candidate_information17_o
274: => per_eca_shd.g_old_rec.candidate_information17
275: ,p_candidate_information18_o
276: => per_eca_shd.g_old_rec.candidate_information18
277: ,p_candidate_information19_o
278: => per_eca_shd.g_old_rec.candidate_information19

Line 276: => per_eca_shd.g_old_rec.candidate_information18

272: => per_eca_shd.g_old_rec.candidate_information16
273: ,p_candidate_information17_o
274: => per_eca_shd.g_old_rec.candidate_information17
275: ,p_candidate_information18_o
276: => per_eca_shd.g_old_rec.candidate_information18
277: ,p_candidate_information19_o
278: => per_eca_shd.g_old_rec.candidate_information19
279: ,p_candidate_information20_o
280: => per_eca_shd.g_old_rec.candidate_information20

Line 278: => per_eca_shd.g_old_rec.candidate_information19

274: => per_eca_shd.g_old_rec.candidate_information17
275: ,p_candidate_information18_o
276: => per_eca_shd.g_old_rec.candidate_information18
277: ,p_candidate_information19_o
278: => per_eca_shd.g_old_rec.candidate_information19
279: ,p_candidate_information20_o
280: => per_eca_shd.g_old_rec.candidate_information20
281: ,p_candidate_information21_o
282: => per_eca_shd.g_old_rec.candidate_information21

Line 280: => per_eca_shd.g_old_rec.candidate_information20

276: => per_eca_shd.g_old_rec.candidate_information18
277: ,p_candidate_information19_o
278: => per_eca_shd.g_old_rec.candidate_information19
279: ,p_candidate_information20_o
280: => per_eca_shd.g_old_rec.candidate_information20
281: ,p_candidate_information21_o
282: => per_eca_shd.g_old_rec.candidate_information21
283: ,p_candidate_information22_o
284: => per_eca_shd.g_old_rec.candidate_information22

Line 282: => per_eca_shd.g_old_rec.candidate_information21

278: => per_eca_shd.g_old_rec.candidate_information19
279: ,p_candidate_information20_o
280: => per_eca_shd.g_old_rec.candidate_information20
281: ,p_candidate_information21_o
282: => per_eca_shd.g_old_rec.candidate_information21
283: ,p_candidate_information22_o
284: => per_eca_shd.g_old_rec.candidate_information22
285: ,p_candidate_information23_o
286: => per_eca_shd.g_old_rec.candidate_information23

Line 284: => per_eca_shd.g_old_rec.candidate_information22

280: => per_eca_shd.g_old_rec.candidate_information20
281: ,p_candidate_information21_o
282: => per_eca_shd.g_old_rec.candidate_information21
283: ,p_candidate_information22_o
284: => per_eca_shd.g_old_rec.candidate_information22
285: ,p_candidate_information23_o
286: => per_eca_shd.g_old_rec.candidate_information23
287: ,p_candidate_information24_o
288: => per_eca_shd.g_old_rec.candidate_information24

Line 286: => per_eca_shd.g_old_rec.candidate_information23

282: => per_eca_shd.g_old_rec.candidate_information21
283: ,p_candidate_information22_o
284: => per_eca_shd.g_old_rec.candidate_information22
285: ,p_candidate_information23_o
286: => per_eca_shd.g_old_rec.candidate_information23
287: ,p_candidate_information24_o
288: => per_eca_shd.g_old_rec.candidate_information24
289: ,p_candidate_information25_o
290: => per_eca_shd.g_old_rec.candidate_information25

Line 288: => per_eca_shd.g_old_rec.candidate_information24

284: => per_eca_shd.g_old_rec.candidate_information22
285: ,p_candidate_information23_o
286: => per_eca_shd.g_old_rec.candidate_information23
287: ,p_candidate_information24_o
288: => per_eca_shd.g_old_rec.candidate_information24
289: ,p_candidate_information25_o
290: => per_eca_shd.g_old_rec.candidate_information25
291: ,p_candidate_information26_o
292: => per_eca_shd.g_old_rec.candidate_information26

Line 290: => per_eca_shd.g_old_rec.candidate_information25

286: => per_eca_shd.g_old_rec.candidate_information23
287: ,p_candidate_information24_o
288: => per_eca_shd.g_old_rec.candidate_information24
289: ,p_candidate_information25_o
290: => per_eca_shd.g_old_rec.candidate_information25
291: ,p_candidate_information26_o
292: => per_eca_shd.g_old_rec.candidate_information26
293: ,p_candidate_information27_o
294: => per_eca_shd.g_old_rec.candidate_information27

Line 292: => per_eca_shd.g_old_rec.candidate_information26

288: => per_eca_shd.g_old_rec.candidate_information24
289: ,p_candidate_information25_o
290: => per_eca_shd.g_old_rec.candidate_information25
291: ,p_candidate_information26_o
292: => per_eca_shd.g_old_rec.candidate_information26
293: ,p_candidate_information27_o
294: => per_eca_shd.g_old_rec.candidate_information27
295: ,p_candidate_information28_o
296: => per_eca_shd.g_old_rec.candidate_information28

Line 294: => per_eca_shd.g_old_rec.candidate_information27

290: => per_eca_shd.g_old_rec.candidate_information25
291: ,p_candidate_information26_o
292: => per_eca_shd.g_old_rec.candidate_information26
293: ,p_candidate_information27_o
294: => per_eca_shd.g_old_rec.candidate_information27
295: ,p_candidate_information28_o
296: => per_eca_shd.g_old_rec.candidate_information28
297: ,p_candidate_information29_o
298: => per_eca_shd.g_old_rec.candidate_information29

Line 296: => per_eca_shd.g_old_rec.candidate_information28

292: => per_eca_shd.g_old_rec.candidate_information26
293: ,p_candidate_information27_o
294: => per_eca_shd.g_old_rec.candidate_information27
295: ,p_candidate_information28_o
296: => per_eca_shd.g_old_rec.candidate_information28
297: ,p_candidate_information29_o
298: => per_eca_shd.g_old_rec.candidate_information29
299: ,p_candidate_information30_o
300: => per_eca_shd.g_old_rec.candidate_information30

Line 298: => per_eca_shd.g_old_rec.candidate_information29

294: => per_eca_shd.g_old_rec.candidate_information27
295: ,p_candidate_information28_o
296: => per_eca_shd.g_old_rec.candidate_information28
297: ,p_candidate_information29_o
298: => per_eca_shd.g_old_rec.candidate_information29
299: ,p_candidate_information30_o
300: => per_eca_shd.g_old_rec.candidate_information30
301: ,p_object_version_number_o
302: => per_eca_shd.g_old_rec.object_version_number

Line 300: => per_eca_shd.g_old_rec.candidate_information30

296: => per_eca_shd.g_old_rec.candidate_information28
297: ,p_candidate_information29_o
298: => per_eca_shd.g_old_rec.candidate_information29
299: ,p_candidate_information30_o
300: => per_eca_shd.g_old_rec.candidate_information30
301: ,p_object_version_number_o
302: => per_eca_shd.g_old_rec.object_version_number
303: );
304: --

Line 302: => per_eca_shd.g_old_rec.object_version_number

298: => per_eca_shd.g_old_rec.candidate_information29
299: ,p_candidate_information30_o
300: => per_eca_shd.g_old_rec.candidate_information30
301: ,p_object_version_number_o
302: => per_eca_shd.g_old_rec.object_version_number
303: );
304: --
305: exception
306: --

Line 322: (p_rec in per_eca_shd.g_rec_type

318: -- ----------------------------------------------------------------------------
319: -- |---------------------------------< del >----------------------------------|
320: -- ----------------------------------------------------------------------------
321: Procedure del
322: (p_rec in per_eca_shd.g_rec_type
323: ,p_validate in boolean default false
324: ) is
325: --
326: l_proc varchar2(72) := g_package||'del';

Line 349: per_eca_shd.lck

345: ,p_argument => 'object_version_number'
346: ,p_argument_value => p_rec.object_version_number
347: );
348: --
349: per_eca_shd.lck
350: (p_rec.election_candidate_id
351: ,p_rec.object_version_number
352: );
353: --

Line 396: l_rec per_eca_shd.g_rec_type;

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