DBA Data[Home] [Help]

APPS.PER_ELC_UPD dependencies on PER_ELC_SHD

Line 55: (p_rec in out nocopy per_elc_shd.g_rec_type

51: --
52: -- {End Of Comments}
53: -- ----------------------------------------------------------------------------
54: Procedure update_dml
55: (p_rec in out nocopy per_elc_shd.g_rec_type
56: ) is
57: --
58: l_proc varchar2(72) := g_package||'update_dml';
59: l_last_update_date per_elections.last_update_date%TYPE;

Line 69: per_elc_shd.g_api_dml := true; -- Set the api dml status

65: --
66: -- Increment the object version
67: p_rec.object_version_number := p_rec.object_version_number + 1;
68: --
69: per_elc_shd.g_api_dml := true; -- Set the api dml status
70: --
71: --
72: -- Set the who columns
73: --

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

154: ,last_updated_by = l_last_updated_by
155: ,last_update_login = l_last_update_login
156: where election_id = p_rec.election_id;
157: --
158: per_elc_shd.g_api_dml := false; -- Unset the api dml status
159: --
160: hr_utility.set_location(' Leaving:'||l_proc, 10);
161: --
162: Exception

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

161: --
162: Exception
163: When hr_api.check_integrity_violated Then
164: -- A check constraint has been violated
165: per_elc_shd.g_api_dml := false; -- Unset the api dml status
166: per_elc_shd.constraint_error
167: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
168: When hr_api.parent_integrity_violated Then
169: -- Parent integrity has been violated

Line 166: per_elc_shd.constraint_error

162: Exception
163: When hr_api.check_integrity_violated Then
164: -- A check constraint has been violated
165: per_elc_shd.g_api_dml := false; -- Unset the api dml status
166: per_elc_shd.constraint_error
167: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
168: When hr_api.parent_integrity_violated Then
169: -- Parent integrity has been violated
170: per_elc_shd.g_api_dml := false; -- Unset the api dml status

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

166: per_elc_shd.constraint_error
167: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
168: When hr_api.parent_integrity_violated Then
169: -- Parent integrity has been violated
170: per_elc_shd.g_api_dml := false; -- Unset the api dml status
171: per_elc_shd.constraint_error
172: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
173: When hr_api.unique_integrity_violated Then
174: -- Unique integrity has been violated

Line 171: per_elc_shd.constraint_error

167: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
168: When hr_api.parent_integrity_violated Then
169: -- Parent integrity has been violated
170: per_elc_shd.g_api_dml := false; -- Unset the api dml status
171: per_elc_shd.constraint_error
172: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
173: When hr_api.unique_integrity_violated Then
174: -- Unique integrity has been violated
175: per_elc_shd.g_api_dml := false; -- Unset the api dml status

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

171: per_elc_shd.constraint_error
172: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
173: When hr_api.unique_integrity_violated Then
174: -- Unique integrity has been violated
175: per_elc_shd.g_api_dml := false; -- Unset the api dml status
176: per_elc_shd.constraint_error
177: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
178: When Others Then
179: per_elc_shd.g_api_dml := false; -- Unset the api dml status

Line 176: per_elc_shd.constraint_error

172: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
173: When hr_api.unique_integrity_violated Then
174: -- Unique integrity has been violated
175: per_elc_shd.g_api_dml := false; -- Unset the api dml status
176: per_elc_shd.constraint_error
177: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
178: When Others Then
179: per_elc_shd.g_api_dml := false; -- Unset the api dml status
180: Raise;

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

175: per_elc_shd.g_api_dml := false; -- Unset the api dml status
176: per_elc_shd.constraint_error
177: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
178: When Others Then
179: per_elc_shd.g_api_dml := false; -- Unset the api dml status
180: Raise;
181: End update_dml;
182: --
183: -- ----------------------------------------------------------------------------

Line 216: (p_rec in per_elc_shd.g_rec_type

212: --
213: -- {End Of Comments}
214: -- ----------------------------------------------------------------------------
215: Procedure pre_update
216: (p_rec in per_elc_shd.g_rec_type
217: ) is
218: --
219: l_proc varchar2(72) := g_package||'pre_update';
220: --

Line 261: ,p_rec in per_elc_shd.g_rec_type

257: -- {End Of Comments}
258: -- ----------------------------------------------------------------------------
259: Procedure post_update
260: (p_effective_date in date
261: ,p_rec in per_elc_shd.g_rec_type
262: ) is
263: --
264: l_proc varchar2(72) := g_package||'post_update';
265: --

Line 415: => per_elc_shd.g_old_rec.business_group_id

411: => p_rec.election_information30
412: ,p_object_version_number
413: => p_rec.object_version_number
414: ,p_business_group_id_o
415: => per_elc_shd.g_old_rec.business_group_id
416: ,p_election_date_o
417: => per_elc_shd.g_old_rec.election_date
418: ,p_description_o
419: => per_elc_shd.g_old_rec.description

Line 417: => per_elc_shd.g_old_rec.election_date

413: => p_rec.object_version_number
414: ,p_business_group_id_o
415: => per_elc_shd.g_old_rec.business_group_id
416: ,p_election_date_o
417: => per_elc_shd.g_old_rec.election_date
418: ,p_description_o
419: => per_elc_shd.g_old_rec.description
420: ,p_rep_body_id_o
421: => per_elc_shd.g_old_rec.rep_body_id

Line 419: => per_elc_shd.g_old_rec.description

415: => per_elc_shd.g_old_rec.business_group_id
416: ,p_election_date_o
417: => per_elc_shd.g_old_rec.election_date
418: ,p_description_o
419: => per_elc_shd.g_old_rec.description
420: ,p_rep_body_id_o
421: => per_elc_shd.g_old_rec.rep_body_id
422: ,p_previous_election_date_o
423: => per_elc_shd.g_old_rec.previous_election_date

Line 421: => per_elc_shd.g_old_rec.rep_body_id

417: => per_elc_shd.g_old_rec.election_date
418: ,p_description_o
419: => per_elc_shd.g_old_rec.description
420: ,p_rep_body_id_o
421: => per_elc_shd.g_old_rec.rep_body_id
422: ,p_previous_election_date_o
423: => per_elc_shd.g_old_rec.previous_election_date
424: ,p_next_election_date_o
425: => per_elc_shd.g_old_rec.next_election_date

Line 423: => per_elc_shd.g_old_rec.previous_election_date

419: => per_elc_shd.g_old_rec.description
420: ,p_rep_body_id_o
421: => per_elc_shd.g_old_rec.rep_body_id
422: ,p_previous_election_date_o
423: => per_elc_shd.g_old_rec.previous_election_date
424: ,p_next_election_date_o
425: => per_elc_shd.g_old_rec.next_election_date
426: ,p_result_publish_date_o
427: => per_elc_shd.g_old_rec.result_publish_date

Line 425: => per_elc_shd.g_old_rec.next_election_date

421: => per_elc_shd.g_old_rec.rep_body_id
422: ,p_previous_election_date_o
423: => per_elc_shd.g_old_rec.previous_election_date
424: ,p_next_election_date_o
425: => per_elc_shd.g_old_rec.next_election_date
426: ,p_result_publish_date_o
427: => per_elc_shd.g_old_rec.result_publish_date
428: ,p_attribute_category_o
429: => per_elc_shd.g_old_rec.attribute_category

Line 427: => per_elc_shd.g_old_rec.result_publish_date

423: => per_elc_shd.g_old_rec.previous_election_date
424: ,p_next_election_date_o
425: => per_elc_shd.g_old_rec.next_election_date
426: ,p_result_publish_date_o
427: => per_elc_shd.g_old_rec.result_publish_date
428: ,p_attribute_category_o
429: => per_elc_shd.g_old_rec.attribute_category
430: ,p_attribute1_o
431: => per_elc_shd.g_old_rec.attribute1

Line 429: => per_elc_shd.g_old_rec.attribute_category

425: => per_elc_shd.g_old_rec.next_election_date
426: ,p_result_publish_date_o
427: => per_elc_shd.g_old_rec.result_publish_date
428: ,p_attribute_category_o
429: => per_elc_shd.g_old_rec.attribute_category
430: ,p_attribute1_o
431: => per_elc_shd.g_old_rec.attribute1
432: ,p_attribute2_o
433: => per_elc_shd.g_old_rec.attribute2

Line 431: => per_elc_shd.g_old_rec.attribute1

427: => per_elc_shd.g_old_rec.result_publish_date
428: ,p_attribute_category_o
429: => per_elc_shd.g_old_rec.attribute_category
430: ,p_attribute1_o
431: => per_elc_shd.g_old_rec.attribute1
432: ,p_attribute2_o
433: => per_elc_shd.g_old_rec.attribute2
434: ,p_attribute3_o
435: => per_elc_shd.g_old_rec.attribute3

Line 433: => per_elc_shd.g_old_rec.attribute2

429: => per_elc_shd.g_old_rec.attribute_category
430: ,p_attribute1_o
431: => per_elc_shd.g_old_rec.attribute1
432: ,p_attribute2_o
433: => per_elc_shd.g_old_rec.attribute2
434: ,p_attribute3_o
435: => per_elc_shd.g_old_rec.attribute3
436: ,p_attribute4_o
437: => per_elc_shd.g_old_rec.attribute4

Line 435: => per_elc_shd.g_old_rec.attribute3

431: => per_elc_shd.g_old_rec.attribute1
432: ,p_attribute2_o
433: => per_elc_shd.g_old_rec.attribute2
434: ,p_attribute3_o
435: => per_elc_shd.g_old_rec.attribute3
436: ,p_attribute4_o
437: => per_elc_shd.g_old_rec.attribute4
438: ,p_attribute5_o
439: => per_elc_shd.g_old_rec.attribute5

Line 437: => per_elc_shd.g_old_rec.attribute4

433: => per_elc_shd.g_old_rec.attribute2
434: ,p_attribute3_o
435: => per_elc_shd.g_old_rec.attribute3
436: ,p_attribute4_o
437: => per_elc_shd.g_old_rec.attribute4
438: ,p_attribute5_o
439: => per_elc_shd.g_old_rec.attribute5
440: ,p_attribute6_o
441: => per_elc_shd.g_old_rec.attribute6

Line 439: => per_elc_shd.g_old_rec.attribute5

435: => per_elc_shd.g_old_rec.attribute3
436: ,p_attribute4_o
437: => per_elc_shd.g_old_rec.attribute4
438: ,p_attribute5_o
439: => per_elc_shd.g_old_rec.attribute5
440: ,p_attribute6_o
441: => per_elc_shd.g_old_rec.attribute6
442: ,p_attribute7_o
443: => per_elc_shd.g_old_rec.attribute7

Line 441: => per_elc_shd.g_old_rec.attribute6

437: => per_elc_shd.g_old_rec.attribute4
438: ,p_attribute5_o
439: => per_elc_shd.g_old_rec.attribute5
440: ,p_attribute6_o
441: => per_elc_shd.g_old_rec.attribute6
442: ,p_attribute7_o
443: => per_elc_shd.g_old_rec.attribute7
444: ,p_attribute8_o
445: => per_elc_shd.g_old_rec.attribute8

Line 443: => per_elc_shd.g_old_rec.attribute7

439: => per_elc_shd.g_old_rec.attribute5
440: ,p_attribute6_o
441: => per_elc_shd.g_old_rec.attribute6
442: ,p_attribute7_o
443: => per_elc_shd.g_old_rec.attribute7
444: ,p_attribute8_o
445: => per_elc_shd.g_old_rec.attribute8
446: ,p_attribute9_o
447: => per_elc_shd.g_old_rec.attribute9

Line 445: => per_elc_shd.g_old_rec.attribute8

441: => per_elc_shd.g_old_rec.attribute6
442: ,p_attribute7_o
443: => per_elc_shd.g_old_rec.attribute7
444: ,p_attribute8_o
445: => per_elc_shd.g_old_rec.attribute8
446: ,p_attribute9_o
447: => per_elc_shd.g_old_rec.attribute9
448: ,p_attribute10_o
449: => per_elc_shd.g_old_rec.attribute10

Line 447: => per_elc_shd.g_old_rec.attribute9

443: => per_elc_shd.g_old_rec.attribute7
444: ,p_attribute8_o
445: => per_elc_shd.g_old_rec.attribute8
446: ,p_attribute9_o
447: => per_elc_shd.g_old_rec.attribute9
448: ,p_attribute10_o
449: => per_elc_shd.g_old_rec.attribute10
450: ,p_attribute11_o
451: => per_elc_shd.g_old_rec.attribute11

Line 449: => per_elc_shd.g_old_rec.attribute10

445: => per_elc_shd.g_old_rec.attribute8
446: ,p_attribute9_o
447: => per_elc_shd.g_old_rec.attribute9
448: ,p_attribute10_o
449: => per_elc_shd.g_old_rec.attribute10
450: ,p_attribute11_o
451: => per_elc_shd.g_old_rec.attribute11
452: ,p_attribute12_o
453: => per_elc_shd.g_old_rec.attribute12

Line 451: => per_elc_shd.g_old_rec.attribute11

447: => per_elc_shd.g_old_rec.attribute9
448: ,p_attribute10_o
449: => per_elc_shd.g_old_rec.attribute10
450: ,p_attribute11_o
451: => per_elc_shd.g_old_rec.attribute11
452: ,p_attribute12_o
453: => per_elc_shd.g_old_rec.attribute12
454: ,p_attribute13_o
455: => per_elc_shd.g_old_rec.attribute13

Line 453: => per_elc_shd.g_old_rec.attribute12

449: => per_elc_shd.g_old_rec.attribute10
450: ,p_attribute11_o
451: => per_elc_shd.g_old_rec.attribute11
452: ,p_attribute12_o
453: => per_elc_shd.g_old_rec.attribute12
454: ,p_attribute13_o
455: => per_elc_shd.g_old_rec.attribute13
456: ,p_attribute14_o
457: => per_elc_shd.g_old_rec.attribute14

Line 455: => per_elc_shd.g_old_rec.attribute13

451: => per_elc_shd.g_old_rec.attribute11
452: ,p_attribute12_o
453: => per_elc_shd.g_old_rec.attribute12
454: ,p_attribute13_o
455: => per_elc_shd.g_old_rec.attribute13
456: ,p_attribute14_o
457: => per_elc_shd.g_old_rec.attribute14
458: ,p_attribute15_o
459: => per_elc_shd.g_old_rec.attribute15

Line 457: => per_elc_shd.g_old_rec.attribute14

453: => per_elc_shd.g_old_rec.attribute12
454: ,p_attribute13_o
455: => per_elc_shd.g_old_rec.attribute13
456: ,p_attribute14_o
457: => per_elc_shd.g_old_rec.attribute14
458: ,p_attribute15_o
459: => per_elc_shd.g_old_rec.attribute15
460: ,p_attribute16_o
461: => per_elc_shd.g_old_rec.attribute16

Line 459: => per_elc_shd.g_old_rec.attribute15

455: => per_elc_shd.g_old_rec.attribute13
456: ,p_attribute14_o
457: => per_elc_shd.g_old_rec.attribute14
458: ,p_attribute15_o
459: => per_elc_shd.g_old_rec.attribute15
460: ,p_attribute16_o
461: => per_elc_shd.g_old_rec.attribute16
462: ,p_attribute17_o
463: => per_elc_shd.g_old_rec.attribute17

Line 461: => per_elc_shd.g_old_rec.attribute16

457: => per_elc_shd.g_old_rec.attribute14
458: ,p_attribute15_o
459: => per_elc_shd.g_old_rec.attribute15
460: ,p_attribute16_o
461: => per_elc_shd.g_old_rec.attribute16
462: ,p_attribute17_o
463: => per_elc_shd.g_old_rec.attribute17
464: ,p_attribute18_o
465: => per_elc_shd.g_old_rec.attribute18

Line 463: => per_elc_shd.g_old_rec.attribute17

459: => per_elc_shd.g_old_rec.attribute15
460: ,p_attribute16_o
461: => per_elc_shd.g_old_rec.attribute16
462: ,p_attribute17_o
463: => per_elc_shd.g_old_rec.attribute17
464: ,p_attribute18_o
465: => per_elc_shd.g_old_rec.attribute18
466: ,p_attribute19_o
467: => per_elc_shd.g_old_rec.attribute19

Line 465: => per_elc_shd.g_old_rec.attribute18

461: => per_elc_shd.g_old_rec.attribute16
462: ,p_attribute17_o
463: => per_elc_shd.g_old_rec.attribute17
464: ,p_attribute18_o
465: => per_elc_shd.g_old_rec.attribute18
466: ,p_attribute19_o
467: => per_elc_shd.g_old_rec.attribute19
468: ,p_attribute20_o
469: => per_elc_shd.g_old_rec.attribute20

Line 467: => per_elc_shd.g_old_rec.attribute19

463: => per_elc_shd.g_old_rec.attribute17
464: ,p_attribute18_o
465: => per_elc_shd.g_old_rec.attribute18
466: ,p_attribute19_o
467: => per_elc_shd.g_old_rec.attribute19
468: ,p_attribute20_o
469: => per_elc_shd.g_old_rec.attribute20
470: ,p_attribute21_o
471: => per_elc_shd.g_old_rec.attribute21

Line 469: => per_elc_shd.g_old_rec.attribute20

465: => per_elc_shd.g_old_rec.attribute18
466: ,p_attribute19_o
467: => per_elc_shd.g_old_rec.attribute19
468: ,p_attribute20_o
469: => per_elc_shd.g_old_rec.attribute20
470: ,p_attribute21_o
471: => per_elc_shd.g_old_rec.attribute21
472: ,p_attribute22_o
473: => per_elc_shd.g_old_rec.attribute22

Line 471: => per_elc_shd.g_old_rec.attribute21

467: => per_elc_shd.g_old_rec.attribute19
468: ,p_attribute20_o
469: => per_elc_shd.g_old_rec.attribute20
470: ,p_attribute21_o
471: => per_elc_shd.g_old_rec.attribute21
472: ,p_attribute22_o
473: => per_elc_shd.g_old_rec.attribute22
474: ,p_attribute23_o
475: => per_elc_shd.g_old_rec.attribute23

Line 473: => per_elc_shd.g_old_rec.attribute22

469: => per_elc_shd.g_old_rec.attribute20
470: ,p_attribute21_o
471: => per_elc_shd.g_old_rec.attribute21
472: ,p_attribute22_o
473: => per_elc_shd.g_old_rec.attribute22
474: ,p_attribute23_o
475: => per_elc_shd.g_old_rec.attribute23
476: ,p_attribute24_o
477: => per_elc_shd.g_old_rec.attribute24

Line 475: => per_elc_shd.g_old_rec.attribute23

471: => per_elc_shd.g_old_rec.attribute21
472: ,p_attribute22_o
473: => per_elc_shd.g_old_rec.attribute22
474: ,p_attribute23_o
475: => per_elc_shd.g_old_rec.attribute23
476: ,p_attribute24_o
477: => per_elc_shd.g_old_rec.attribute24
478: ,p_attribute25_o
479: => per_elc_shd.g_old_rec.attribute25

Line 477: => per_elc_shd.g_old_rec.attribute24

473: => per_elc_shd.g_old_rec.attribute22
474: ,p_attribute23_o
475: => per_elc_shd.g_old_rec.attribute23
476: ,p_attribute24_o
477: => per_elc_shd.g_old_rec.attribute24
478: ,p_attribute25_o
479: => per_elc_shd.g_old_rec.attribute25
480: ,p_attribute26_o
481: => per_elc_shd.g_old_rec.attribute26

Line 479: => per_elc_shd.g_old_rec.attribute25

475: => per_elc_shd.g_old_rec.attribute23
476: ,p_attribute24_o
477: => per_elc_shd.g_old_rec.attribute24
478: ,p_attribute25_o
479: => per_elc_shd.g_old_rec.attribute25
480: ,p_attribute26_o
481: => per_elc_shd.g_old_rec.attribute26
482: ,p_attribute27_o
483: => per_elc_shd.g_old_rec.attribute27

Line 481: => per_elc_shd.g_old_rec.attribute26

477: => per_elc_shd.g_old_rec.attribute24
478: ,p_attribute25_o
479: => per_elc_shd.g_old_rec.attribute25
480: ,p_attribute26_o
481: => per_elc_shd.g_old_rec.attribute26
482: ,p_attribute27_o
483: => per_elc_shd.g_old_rec.attribute27
484: ,p_attribute28_o
485: => per_elc_shd.g_old_rec.attribute28

Line 483: => per_elc_shd.g_old_rec.attribute27

479: => per_elc_shd.g_old_rec.attribute25
480: ,p_attribute26_o
481: => per_elc_shd.g_old_rec.attribute26
482: ,p_attribute27_o
483: => per_elc_shd.g_old_rec.attribute27
484: ,p_attribute28_o
485: => per_elc_shd.g_old_rec.attribute28
486: ,p_attribute29_o
487: => per_elc_shd.g_old_rec.attribute29

Line 485: => per_elc_shd.g_old_rec.attribute28

481: => per_elc_shd.g_old_rec.attribute26
482: ,p_attribute27_o
483: => per_elc_shd.g_old_rec.attribute27
484: ,p_attribute28_o
485: => per_elc_shd.g_old_rec.attribute28
486: ,p_attribute29_o
487: => per_elc_shd.g_old_rec.attribute29
488: ,p_attribute30_o
489: => per_elc_shd.g_old_rec.attribute30

Line 487: => per_elc_shd.g_old_rec.attribute29

483: => per_elc_shd.g_old_rec.attribute27
484: ,p_attribute28_o
485: => per_elc_shd.g_old_rec.attribute28
486: ,p_attribute29_o
487: => per_elc_shd.g_old_rec.attribute29
488: ,p_attribute30_o
489: => per_elc_shd.g_old_rec.attribute30
490: ,p_election_info_category_o
491: => per_elc_shd.g_old_rec.election_info_category

Line 489: => per_elc_shd.g_old_rec.attribute30

485: => per_elc_shd.g_old_rec.attribute28
486: ,p_attribute29_o
487: => per_elc_shd.g_old_rec.attribute29
488: ,p_attribute30_o
489: => per_elc_shd.g_old_rec.attribute30
490: ,p_election_info_category_o
491: => per_elc_shd.g_old_rec.election_info_category
492: ,p_election_information1_o
493: => per_elc_shd.g_old_rec.election_information1

Line 491: => per_elc_shd.g_old_rec.election_info_category

487: => per_elc_shd.g_old_rec.attribute29
488: ,p_attribute30_o
489: => per_elc_shd.g_old_rec.attribute30
490: ,p_election_info_category_o
491: => per_elc_shd.g_old_rec.election_info_category
492: ,p_election_information1_o
493: => per_elc_shd.g_old_rec.election_information1
494: ,p_election_information2_o
495: => per_elc_shd.g_old_rec.election_information2

Line 493: => per_elc_shd.g_old_rec.election_information1

489: => per_elc_shd.g_old_rec.attribute30
490: ,p_election_info_category_o
491: => per_elc_shd.g_old_rec.election_info_category
492: ,p_election_information1_o
493: => per_elc_shd.g_old_rec.election_information1
494: ,p_election_information2_o
495: => per_elc_shd.g_old_rec.election_information2
496: ,p_election_information3_o
497: => per_elc_shd.g_old_rec.election_information3

Line 495: => per_elc_shd.g_old_rec.election_information2

491: => per_elc_shd.g_old_rec.election_info_category
492: ,p_election_information1_o
493: => per_elc_shd.g_old_rec.election_information1
494: ,p_election_information2_o
495: => per_elc_shd.g_old_rec.election_information2
496: ,p_election_information3_o
497: => per_elc_shd.g_old_rec.election_information3
498: ,p_election_information4_o
499: => per_elc_shd.g_old_rec.election_information4

Line 497: => per_elc_shd.g_old_rec.election_information3

493: => per_elc_shd.g_old_rec.election_information1
494: ,p_election_information2_o
495: => per_elc_shd.g_old_rec.election_information2
496: ,p_election_information3_o
497: => per_elc_shd.g_old_rec.election_information3
498: ,p_election_information4_o
499: => per_elc_shd.g_old_rec.election_information4
500: ,p_election_information5_o
501: => per_elc_shd.g_old_rec.election_information5

Line 499: => per_elc_shd.g_old_rec.election_information4

495: => per_elc_shd.g_old_rec.election_information2
496: ,p_election_information3_o
497: => per_elc_shd.g_old_rec.election_information3
498: ,p_election_information4_o
499: => per_elc_shd.g_old_rec.election_information4
500: ,p_election_information5_o
501: => per_elc_shd.g_old_rec.election_information5
502: ,p_election_information6_o
503: => per_elc_shd.g_old_rec.election_information6

Line 501: => per_elc_shd.g_old_rec.election_information5

497: => per_elc_shd.g_old_rec.election_information3
498: ,p_election_information4_o
499: => per_elc_shd.g_old_rec.election_information4
500: ,p_election_information5_o
501: => per_elc_shd.g_old_rec.election_information5
502: ,p_election_information6_o
503: => per_elc_shd.g_old_rec.election_information6
504: ,p_election_information7_o
505: => per_elc_shd.g_old_rec.election_information7

Line 503: => per_elc_shd.g_old_rec.election_information6

499: => per_elc_shd.g_old_rec.election_information4
500: ,p_election_information5_o
501: => per_elc_shd.g_old_rec.election_information5
502: ,p_election_information6_o
503: => per_elc_shd.g_old_rec.election_information6
504: ,p_election_information7_o
505: => per_elc_shd.g_old_rec.election_information7
506: ,p_election_information8_o
507: => per_elc_shd.g_old_rec.election_information8

Line 505: => per_elc_shd.g_old_rec.election_information7

501: => per_elc_shd.g_old_rec.election_information5
502: ,p_election_information6_o
503: => per_elc_shd.g_old_rec.election_information6
504: ,p_election_information7_o
505: => per_elc_shd.g_old_rec.election_information7
506: ,p_election_information8_o
507: => per_elc_shd.g_old_rec.election_information8
508: ,p_election_information9_o
509: => per_elc_shd.g_old_rec.election_information9

Line 507: => per_elc_shd.g_old_rec.election_information8

503: => per_elc_shd.g_old_rec.election_information6
504: ,p_election_information7_o
505: => per_elc_shd.g_old_rec.election_information7
506: ,p_election_information8_o
507: => per_elc_shd.g_old_rec.election_information8
508: ,p_election_information9_o
509: => per_elc_shd.g_old_rec.election_information9
510: ,p_election_information10_o
511: => per_elc_shd.g_old_rec.election_information10

Line 509: => per_elc_shd.g_old_rec.election_information9

505: => per_elc_shd.g_old_rec.election_information7
506: ,p_election_information8_o
507: => per_elc_shd.g_old_rec.election_information8
508: ,p_election_information9_o
509: => per_elc_shd.g_old_rec.election_information9
510: ,p_election_information10_o
511: => per_elc_shd.g_old_rec.election_information10
512: ,p_election_information11_o
513: => per_elc_shd.g_old_rec.election_information11

Line 511: => per_elc_shd.g_old_rec.election_information10

507: => per_elc_shd.g_old_rec.election_information8
508: ,p_election_information9_o
509: => per_elc_shd.g_old_rec.election_information9
510: ,p_election_information10_o
511: => per_elc_shd.g_old_rec.election_information10
512: ,p_election_information11_o
513: => per_elc_shd.g_old_rec.election_information11
514: ,p_election_information12_o
515: => per_elc_shd.g_old_rec.election_information12

Line 513: => per_elc_shd.g_old_rec.election_information11

509: => per_elc_shd.g_old_rec.election_information9
510: ,p_election_information10_o
511: => per_elc_shd.g_old_rec.election_information10
512: ,p_election_information11_o
513: => per_elc_shd.g_old_rec.election_information11
514: ,p_election_information12_o
515: => per_elc_shd.g_old_rec.election_information12
516: ,p_election_information13_o
517: => per_elc_shd.g_old_rec.election_information13

Line 515: => per_elc_shd.g_old_rec.election_information12

511: => per_elc_shd.g_old_rec.election_information10
512: ,p_election_information11_o
513: => per_elc_shd.g_old_rec.election_information11
514: ,p_election_information12_o
515: => per_elc_shd.g_old_rec.election_information12
516: ,p_election_information13_o
517: => per_elc_shd.g_old_rec.election_information13
518: ,p_election_information14_o
519: => per_elc_shd.g_old_rec.election_information14

Line 517: => per_elc_shd.g_old_rec.election_information13

513: => per_elc_shd.g_old_rec.election_information11
514: ,p_election_information12_o
515: => per_elc_shd.g_old_rec.election_information12
516: ,p_election_information13_o
517: => per_elc_shd.g_old_rec.election_information13
518: ,p_election_information14_o
519: => per_elc_shd.g_old_rec.election_information14
520: ,p_election_information15_o
521: => per_elc_shd.g_old_rec.election_information15

Line 519: => per_elc_shd.g_old_rec.election_information14

515: => per_elc_shd.g_old_rec.election_information12
516: ,p_election_information13_o
517: => per_elc_shd.g_old_rec.election_information13
518: ,p_election_information14_o
519: => per_elc_shd.g_old_rec.election_information14
520: ,p_election_information15_o
521: => per_elc_shd.g_old_rec.election_information15
522: ,p_election_information16_o
523: => per_elc_shd.g_old_rec.election_information16

Line 521: => per_elc_shd.g_old_rec.election_information15

517: => per_elc_shd.g_old_rec.election_information13
518: ,p_election_information14_o
519: => per_elc_shd.g_old_rec.election_information14
520: ,p_election_information15_o
521: => per_elc_shd.g_old_rec.election_information15
522: ,p_election_information16_o
523: => per_elc_shd.g_old_rec.election_information16
524: ,p_election_information17_o
525: => per_elc_shd.g_old_rec.election_information17

Line 523: => per_elc_shd.g_old_rec.election_information16

519: => per_elc_shd.g_old_rec.election_information14
520: ,p_election_information15_o
521: => per_elc_shd.g_old_rec.election_information15
522: ,p_election_information16_o
523: => per_elc_shd.g_old_rec.election_information16
524: ,p_election_information17_o
525: => per_elc_shd.g_old_rec.election_information17
526: ,p_election_information18_o
527: => per_elc_shd.g_old_rec.election_information18

Line 525: => per_elc_shd.g_old_rec.election_information17

521: => per_elc_shd.g_old_rec.election_information15
522: ,p_election_information16_o
523: => per_elc_shd.g_old_rec.election_information16
524: ,p_election_information17_o
525: => per_elc_shd.g_old_rec.election_information17
526: ,p_election_information18_o
527: => per_elc_shd.g_old_rec.election_information18
528: ,p_election_information19_o
529: => per_elc_shd.g_old_rec.election_information19

Line 527: => per_elc_shd.g_old_rec.election_information18

523: => per_elc_shd.g_old_rec.election_information16
524: ,p_election_information17_o
525: => per_elc_shd.g_old_rec.election_information17
526: ,p_election_information18_o
527: => per_elc_shd.g_old_rec.election_information18
528: ,p_election_information19_o
529: => per_elc_shd.g_old_rec.election_information19
530: ,p_election_information20_o
531: => per_elc_shd.g_old_rec.election_information20

Line 529: => per_elc_shd.g_old_rec.election_information19

525: => per_elc_shd.g_old_rec.election_information17
526: ,p_election_information18_o
527: => per_elc_shd.g_old_rec.election_information18
528: ,p_election_information19_o
529: => per_elc_shd.g_old_rec.election_information19
530: ,p_election_information20_o
531: => per_elc_shd.g_old_rec.election_information20
532: ,p_election_information21_o
533: => per_elc_shd.g_old_rec.election_information21

Line 531: => per_elc_shd.g_old_rec.election_information20

527: => per_elc_shd.g_old_rec.election_information18
528: ,p_election_information19_o
529: => per_elc_shd.g_old_rec.election_information19
530: ,p_election_information20_o
531: => per_elc_shd.g_old_rec.election_information20
532: ,p_election_information21_o
533: => per_elc_shd.g_old_rec.election_information21
534: ,p_election_information22_o
535: => per_elc_shd.g_old_rec.election_information22

Line 533: => per_elc_shd.g_old_rec.election_information21

529: => per_elc_shd.g_old_rec.election_information19
530: ,p_election_information20_o
531: => per_elc_shd.g_old_rec.election_information20
532: ,p_election_information21_o
533: => per_elc_shd.g_old_rec.election_information21
534: ,p_election_information22_o
535: => per_elc_shd.g_old_rec.election_information22
536: ,p_election_information23_o
537: => per_elc_shd.g_old_rec.election_information23

Line 535: => per_elc_shd.g_old_rec.election_information22

531: => per_elc_shd.g_old_rec.election_information20
532: ,p_election_information21_o
533: => per_elc_shd.g_old_rec.election_information21
534: ,p_election_information22_o
535: => per_elc_shd.g_old_rec.election_information22
536: ,p_election_information23_o
537: => per_elc_shd.g_old_rec.election_information23
538: ,p_election_information24_o
539: => per_elc_shd.g_old_rec.election_information24

Line 537: => per_elc_shd.g_old_rec.election_information23

533: => per_elc_shd.g_old_rec.election_information21
534: ,p_election_information22_o
535: => per_elc_shd.g_old_rec.election_information22
536: ,p_election_information23_o
537: => per_elc_shd.g_old_rec.election_information23
538: ,p_election_information24_o
539: => per_elc_shd.g_old_rec.election_information24
540: ,p_election_information25_o
541: => per_elc_shd.g_old_rec.election_information25

Line 539: => per_elc_shd.g_old_rec.election_information24

535: => per_elc_shd.g_old_rec.election_information22
536: ,p_election_information23_o
537: => per_elc_shd.g_old_rec.election_information23
538: ,p_election_information24_o
539: => per_elc_shd.g_old_rec.election_information24
540: ,p_election_information25_o
541: => per_elc_shd.g_old_rec.election_information25
542: ,p_election_information26_o
543: => per_elc_shd.g_old_rec.election_information26

Line 541: => per_elc_shd.g_old_rec.election_information25

537: => per_elc_shd.g_old_rec.election_information23
538: ,p_election_information24_o
539: => per_elc_shd.g_old_rec.election_information24
540: ,p_election_information25_o
541: => per_elc_shd.g_old_rec.election_information25
542: ,p_election_information26_o
543: => per_elc_shd.g_old_rec.election_information26
544: ,p_election_information27_o
545: => per_elc_shd.g_old_rec.election_information27

Line 543: => per_elc_shd.g_old_rec.election_information26

539: => per_elc_shd.g_old_rec.election_information24
540: ,p_election_information25_o
541: => per_elc_shd.g_old_rec.election_information25
542: ,p_election_information26_o
543: => per_elc_shd.g_old_rec.election_information26
544: ,p_election_information27_o
545: => per_elc_shd.g_old_rec.election_information27
546: ,p_election_information28_o
547: => per_elc_shd.g_old_rec.election_information28

Line 545: => per_elc_shd.g_old_rec.election_information27

541: => per_elc_shd.g_old_rec.election_information25
542: ,p_election_information26_o
543: => per_elc_shd.g_old_rec.election_information26
544: ,p_election_information27_o
545: => per_elc_shd.g_old_rec.election_information27
546: ,p_election_information28_o
547: => per_elc_shd.g_old_rec.election_information28
548: ,p_election_information29_o
549: => per_elc_shd.g_old_rec.election_information29

Line 547: => per_elc_shd.g_old_rec.election_information28

543: => per_elc_shd.g_old_rec.election_information26
544: ,p_election_information27_o
545: => per_elc_shd.g_old_rec.election_information27
546: ,p_election_information28_o
547: => per_elc_shd.g_old_rec.election_information28
548: ,p_election_information29_o
549: => per_elc_shd.g_old_rec.election_information29
550: ,p_election_information30_o
551: => per_elc_shd.g_old_rec.election_information30

Line 549: => per_elc_shd.g_old_rec.election_information29

545: => per_elc_shd.g_old_rec.election_information27
546: ,p_election_information28_o
547: => per_elc_shd.g_old_rec.election_information28
548: ,p_election_information29_o
549: => per_elc_shd.g_old_rec.election_information29
550: ,p_election_information30_o
551: => per_elc_shd.g_old_rec.election_information30
552: ,p_object_version_number_o
553: => per_elc_shd.g_old_rec.object_version_number

Line 551: => per_elc_shd.g_old_rec.election_information30

547: => per_elc_shd.g_old_rec.election_information28
548: ,p_election_information29_o
549: => per_elc_shd.g_old_rec.election_information29
550: ,p_election_information30_o
551: => per_elc_shd.g_old_rec.election_information30
552: ,p_object_version_number_o
553: => per_elc_shd.g_old_rec.object_version_number
554: );
555: --

Line 553: => per_elc_shd.g_old_rec.object_version_number

549: => per_elc_shd.g_old_rec.election_information29
550: ,p_election_information30_o
551: => per_elc_shd.g_old_rec.election_information30
552: ,p_object_version_number_o
553: => per_elc_shd.g_old_rec.object_version_number
554: );
555: --
556: exception
557: --

Line 613: (p_rec in out nocopy per_elc_shd.g_rec_type

609: --
610: -- {End Of Comments}
611: -- ----------------------------------------------------------------------------
612: Procedure convert_defs
613: (p_rec in out nocopy per_elc_shd.g_rec_type
614: ) is
615: --
616: Begin
617: --

Line 625: per_elc_shd.g_old_rec.business_group_id;

621: -- is being used then we must set to the 'current' argument value.
622: --
623: If (p_rec.business_group_id = hr_api.g_number) then
624: p_rec.business_group_id :=
625: per_elc_shd.g_old_rec.business_group_id;
626: End If;
627: If (p_rec.election_date = hr_api.g_date) then
628: p_rec.election_date :=
629: per_elc_shd.g_old_rec.election_date;

Line 629: per_elc_shd.g_old_rec.election_date;

625: per_elc_shd.g_old_rec.business_group_id;
626: End If;
627: If (p_rec.election_date = hr_api.g_date) then
628: p_rec.election_date :=
629: per_elc_shd.g_old_rec.election_date;
630: End If;
631: IF (p_rec.description = hr_api.g_varchar2) then
632: p_rec.description :=
633: per_elc_shd.g_old_rec.description;

Line 633: per_elc_shd.g_old_rec.description;

629: per_elc_shd.g_old_rec.election_date;
630: End If;
631: IF (p_rec.description = hr_api.g_varchar2) then
632: p_rec.description :=
633: per_elc_shd.g_old_rec.description;
634: End If;
635: If (p_rec.rep_body_id = hr_api.g_number) then
636: p_rec.rep_body_id :=
637: per_elc_shd.g_old_rec.rep_body_id;

Line 637: per_elc_shd.g_old_rec.rep_body_id;

633: per_elc_shd.g_old_rec.description;
634: End If;
635: If (p_rec.rep_body_id = hr_api.g_number) then
636: p_rec.rep_body_id :=
637: per_elc_shd.g_old_rec.rep_body_id;
638: End If;
639: If (p_rec.previous_election_date = hr_api.g_date) then
640: p_rec.previous_election_date :=
641: per_elc_shd.g_old_rec.previous_election_date;

Line 641: per_elc_shd.g_old_rec.previous_election_date;

637: per_elc_shd.g_old_rec.rep_body_id;
638: End If;
639: If (p_rec.previous_election_date = hr_api.g_date) then
640: p_rec.previous_election_date :=
641: per_elc_shd.g_old_rec.previous_election_date;
642: End If;
643: If (p_rec.next_election_date = hr_api.g_date) then
644: p_rec.next_election_date :=
645: per_elc_shd.g_old_rec.next_election_date;

Line 645: per_elc_shd.g_old_rec.next_election_date;

641: per_elc_shd.g_old_rec.previous_election_date;
642: End If;
643: If (p_rec.next_election_date = hr_api.g_date) then
644: p_rec.next_election_date :=
645: per_elc_shd.g_old_rec.next_election_date;
646: End If;
647: If (p_rec.result_publish_date = hr_api.g_date) then
648: p_rec.result_publish_date :=
649: per_elc_shd.g_old_rec.result_publish_date;

Line 649: per_elc_shd.g_old_rec.result_publish_date;

645: per_elc_shd.g_old_rec.next_election_date;
646: End If;
647: If (p_rec.result_publish_date = hr_api.g_date) then
648: p_rec.result_publish_date :=
649: per_elc_shd.g_old_rec.result_publish_date;
650: End If;
651: If (p_rec.attribute_category = hr_api.g_varchar2) then
652: p_rec.attribute_category :=
653: per_elc_shd.g_old_rec.attribute_category;

Line 653: per_elc_shd.g_old_rec.attribute_category;

649: per_elc_shd.g_old_rec.result_publish_date;
650: End If;
651: If (p_rec.attribute_category = hr_api.g_varchar2) then
652: p_rec.attribute_category :=
653: per_elc_shd.g_old_rec.attribute_category;
654: End If;
655: If (p_rec.attribute1 = hr_api.g_varchar2) then
656: p_rec.attribute1 :=
657: per_elc_shd.g_old_rec.attribute1;

Line 657: per_elc_shd.g_old_rec.attribute1;

653: per_elc_shd.g_old_rec.attribute_category;
654: End If;
655: If (p_rec.attribute1 = hr_api.g_varchar2) then
656: p_rec.attribute1 :=
657: per_elc_shd.g_old_rec.attribute1;
658: End If;
659: If (p_rec.attribute2 = hr_api.g_varchar2) then
660: p_rec.attribute2 :=
661: per_elc_shd.g_old_rec.attribute2;

Line 661: per_elc_shd.g_old_rec.attribute2;

657: per_elc_shd.g_old_rec.attribute1;
658: End If;
659: If (p_rec.attribute2 = hr_api.g_varchar2) then
660: p_rec.attribute2 :=
661: per_elc_shd.g_old_rec.attribute2;
662: End If;
663: If (p_rec.attribute3 = hr_api.g_varchar2) then
664: p_rec.attribute3 :=
665: per_elc_shd.g_old_rec.attribute3;

Line 665: per_elc_shd.g_old_rec.attribute3;

661: per_elc_shd.g_old_rec.attribute2;
662: End If;
663: If (p_rec.attribute3 = hr_api.g_varchar2) then
664: p_rec.attribute3 :=
665: per_elc_shd.g_old_rec.attribute3;
666: End If;
667: If (p_rec.attribute4 = hr_api.g_varchar2) then
668: p_rec.attribute4 :=
669: per_elc_shd.g_old_rec.attribute4;

Line 669: per_elc_shd.g_old_rec.attribute4;

665: per_elc_shd.g_old_rec.attribute3;
666: End If;
667: If (p_rec.attribute4 = hr_api.g_varchar2) then
668: p_rec.attribute4 :=
669: per_elc_shd.g_old_rec.attribute4;
670: End If;
671: If (p_rec.attribute5 = hr_api.g_varchar2) then
672: p_rec.attribute5 :=
673: per_elc_shd.g_old_rec.attribute5;

Line 673: per_elc_shd.g_old_rec.attribute5;

669: per_elc_shd.g_old_rec.attribute4;
670: End If;
671: If (p_rec.attribute5 = hr_api.g_varchar2) then
672: p_rec.attribute5 :=
673: per_elc_shd.g_old_rec.attribute5;
674: End If;
675: If (p_rec.attribute6 = hr_api.g_varchar2) then
676: p_rec.attribute6 :=
677: per_elc_shd.g_old_rec.attribute6;

Line 677: per_elc_shd.g_old_rec.attribute6;

673: per_elc_shd.g_old_rec.attribute5;
674: End If;
675: If (p_rec.attribute6 = hr_api.g_varchar2) then
676: p_rec.attribute6 :=
677: per_elc_shd.g_old_rec.attribute6;
678: End If;
679: If (p_rec.attribute7 = hr_api.g_varchar2) then
680: p_rec.attribute7 :=
681: per_elc_shd.g_old_rec.attribute7;

Line 681: per_elc_shd.g_old_rec.attribute7;

677: per_elc_shd.g_old_rec.attribute6;
678: End If;
679: If (p_rec.attribute7 = hr_api.g_varchar2) then
680: p_rec.attribute7 :=
681: per_elc_shd.g_old_rec.attribute7;
682: End If;
683: If (p_rec.attribute8 = hr_api.g_varchar2) then
684: p_rec.attribute8 :=
685: per_elc_shd.g_old_rec.attribute8;

Line 685: per_elc_shd.g_old_rec.attribute8;

681: per_elc_shd.g_old_rec.attribute7;
682: End If;
683: If (p_rec.attribute8 = hr_api.g_varchar2) then
684: p_rec.attribute8 :=
685: per_elc_shd.g_old_rec.attribute8;
686: End If;
687: If (p_rec.attribute9 = hr_api.g_varchar2) then
688: p_rec.attribute9 :=
689: per_elc_shd.g_old_rec.attribute9;

Line 689: per_elc_shd.g_old_rec.attribute9;

685: per_elc_shd.g_old_rec.attribute8;
686: End If;
687: If (p_rec.attribute9 = hr_api.g_varchar2) then
688: p_rec.attribute9 :=
689: per_elc_shd.g_old_rec.attribute9;
690: End If;
691: If (p_rec.attribute10 = hr_api.g_varchar2) then
692: p_rec.attribute10 :=
693: per_elc_shd.g_old_rec.attribute10;

Line 693: per_elc_shd.g_old_rec.attribute10;

689: per_elc_shd.g_old_rec.attribute9;
690: End If;
691: If (p_rec.attribute10 = hr_api.g_varchar2) then
692: p_rec.attribute10 :=
693: per_elc_shd.g_old_rec.attribute10;
694: End If;
695: If (p_rec.attribute11 = hr_api.g_varchar2) then
696: p_rec.attribute11 :=
697: per_elc_shd.g_old_rec.attribute11;

Line 697: per_elc_shd.g_old_rec.attribute11;

693: per_elc_shd.g_old_rec.attribute10;
694: End If;
695: If (p_rec.attribute11 = hr_api.g_varchar2) then
696: p_rec.attribute11 :=
697: per_elc_shd.g_old_rec.attribute11;
698: End If;
699: If (p_rec.attribute12 = hr_api.g_varchar2) then
700: p_rec.attribute12 :=
701: per_elc_shd.g_old_rec.attribute12;

Line 701: per_elc_shd.g_old_rec.attribute12;

697: per_elc_shd.g_old_rec.attribute11;
698: End If;
699: If (p_rec.attribute12 = hr_api.g_varchar2) then
700: p_rec.attribute12 :=
701: per_elc_shd.g_old_rec.attribute12;
702: End If;
703: If (p_rec.attribute13 = hr_api.g_varchar2) then
704: p_rec.attribute13 :=
705: per_elc_shd.g_old_rec.attribute13;

Line 705: per_elc_shd.g_old_rec.attribute13;

701: per_elc_shd.g_old_rec.attribute12;
702: End If;
703: If (p_rec.attribute13 = hr_api.g_varchar2) then
704: p_rec.attribute13 :=
705: per_elc_shd.g_old_rec.attribute13;
706: End If;
707: If (p_rec.attribute14 = hr_api.g_varchar2) then
708: p_rec.attribute14 :=
709: per_elc_shd.g_old_rec.attribute14;

Line 709: per_elc_shd.g_old_rec.attribute14;

705: per_elc_shd.g_old_rec.attribute13;
706: End If;
707: If (p_rec.attribute14 = hr_api.g_varchar2) then
708: p_rec.attribute14 :=
709: per_elc_shd.g_old_rec.attribute14;
710: End If;
711: If (p_rec.attribute15 = hr_api.g_varchar2) then
712: p_rec.attribute15 :=
713: per_elc_shd.g_old_rec.attribute15;

Line 713: per_elc_shd.g_old_rec.attribute15;

709: per_elc_shd.g_old_rec.attribute14;
710: End If;
711: If (p_rec.attribute15 = hr_api.g_varchar2) then
712: p_rec.attribute15 :=
713: per_elc_shd.g_old_rec.attribute15;
714: End If;
715: If (p_rec.attribute16 = hr_api.g_varchar2) then
716: p_rec.attribute16 :=
717: per_elc_shd.g_old_rec.attribute16;

Line 717: per_elc_shd.g_old_rec.attribute16;

713: per_elc_shd.g_old_rec.attribute15;
714: End If;
715: If (p_rec.attribute16 = hr_api.g_varchar2) then
716: p_rec.attribute16 :=
717: per_elc_shd.g_old_rec.attribute16;
718: End If;
719: If (p_rec.attribute17 = hr_api.g_varchar2) then
720: p_rec.attribute17 :=
721: per_elc_shd.g_old_rec.attribute17;

Line 721: per_elc_shd.g_old_rec.attribute17;

717: per_elc_shd.g_old_rec.attribute16;
718: End If;
719: If (p_rec.attribute17 = hr_api.g_varchar2) then
720: p_rec.attribute17 :=
721: per_elc_shd.g_old_rec.attribute17;
722: End If;
723: If (p_rec.attribute18 = hr_api.g_varchar2) then
724: p_rec.attribute18 :=
725: per_elc_shd.g_old_rec.attribute18;

Line 725: per_elc_shd.g_old_rec.attribute18;

721: per_elc_shd.g_old_rec.attribute17;
722: End If;
723: If (p_rec.attribute18 = hr_api.g_varchar2) then
724: p_rec.attribute18 :=
725: per_elc_shd.g_old_rec.attribute18;
726: End If;
727: If (p_rec.attribute19 = hr_api.g_varchar2) then
728: p_rec.attribute19 :=
729: per_elc_shd.g_old_rec.attribute19;

Line 729: per_elc_shd.g_old_rec.attribute19;

725: per_elc_shd.g_old_rec.attribute18;
726: End If;
727: If (p_rec.attribute19 = hr_api.g_varchar2) then
728: p_rec.attribute19 :=
729: per_elc_shd.g_old_rec.attribute19;
730: End If;
731: If (p_rec.attribute20 = hr_api.g_varchar2) then
732: p_rec.attribute20 :=
733: per_elc_shd.g_old_rec.attribute20;

Line 733: per_elc_shd.g_old_rec.attribute20;

729: per_elc_shd.g_old_rec.attribute19;
730: End If;
731: If (p_rec.attribute20 = hr_api.g_varchar2) then
732: p_rec.attribute20 :=
733: per_elc_shd.g_old_rec.attribute20;
734: End If;
735: If (p_rec.attribute21 = hr_api.g_varchar2) then
736: p_rec.attribute21 :=
737: per_elc_shd.g_old_rec.attribute21;

Line 737: per_elc_shd.g_old_rec.attribute21;

733: per_elc_shd.g_old_rec.attribute20;
734: End If;
735: If (p_rec.attribute21 = hr_api.g_varchar2) then
736: p_rec.attribute21 :=
737: per_elc_shd.g_old_rec.attribute21;
738: End If;
739: If (p_rec.attribute22 = hr_api.g_varchar2) then
740: p_rec.attribute22 :=
741: per_elc_shd.g_old_rec.attribute22;

Line 741: per_elc_shd.g_old_rec.attribute22;

737: per_elc_shd.g_old_rec.attribute21;
738: End If;
739: If (p_rec.attribute22 = hr_api.g_varchar2) then
740: p_rec.attribute22 :=
741: per_elc_shd.g_old_rec.attribute22;
742: End If;
743: If (p_rec.attribute23 = hr_api.g_varchar2) then
744: p_rec.attribute23 :=
745: per_elc_shd.g_old_rec.attribute23;

Line 745: per_elc_shd.g_old_rec.attribute23;

741: per_elc_shd.g_old_rec.attribute22;
742: End If;
743: If (p_rec.attribute23 = hr_api.g_varchar2) then
744: p_rec.attribute23 :=
745: per_elc_shd.g_old_rec.attribute23;
746: End If;
747: If (p_rec.attribute24 = hr_api.g_varchar2) then
748: p_rec.attribute24 :=
749: per_elc_shd.g_old_rec.attribute24;

Line 749: per_elc_shd.g_old_rec.attribute24;

745: per_elc_shd.g_old_rec.attribute23;
746: End If;
747: If (p_rec.attribute24 = hr_api.g_varchar2) then
748: p_rec.attribute24 :=
749: per_elc_shd.g_old_rec.attribute24;
750: End If;
751: If (p_rec.attribute25 = hr_api.g_varchar2) then
752: p_rec.attribute25 :=
753: per_elc_shd.g_old_rec.attribute25;

Line 753: per_elc_shd.g_old_rec.attribute25;

749: per_elc_shd.g_old_rec.attribute24;
750: End If;
751: If (p_rec.attribute25 = hr_api.g_varchar2) then
752: p_rec.attribute25 :=
753: per_elc_shd.g_old_rec.attribute25;
754: End If;
755: If (p_rec.attribute26 = hr_api.g_varchar2) then
756: p_rec.attribute26 :=
757: per_elc_shd.g_old_rec.attribute26;

Line 757: per_elc_shd.g_old_rec.attribute26;

753: per_elc_shd.g_old_rec.attribute25;
754: End If;
755: If (p_rec.attribute26 = hr_api.g_varchar2) then
756: p_rec.attribute26 :=
757: per_elc_shd.g_old_rec.attribute26;
758: End If;
759: If (p_rec.attribute27 = hr_api.g_varchar2) then
760: p_rec.attribute27 :=
761: per_elc_shd.g_old_rec.attribute27;

Line 761: per_elc_shd.g_old_rec.attribute27;

757: per_elc_shd.g_old_rec.attribute26;
758: End If;
759: If (p_rec.attribute27 = hr_api.g_varchar2) then
760: p_rec.attribute27 :=
761: per_elc_shd.g_old_rec.attribute27;
762: End If;
763: If (p_rec.attribute28 = hr_api.g_varchar2) then
764: p_rec.attribute28 :=
765: per_elc_shd.g_old_rec.attribute28;

Line 765: per_elc_shd.g_old_rec.attribute28;

761: per_elc_shd.g_old_rec.attribute27;
762: End If;
763: If (p_rec.attribute28 = hr_api.g_varchar2) then
764: p_rec.attribute28 :=
765: per_elc_shd.g_old_rec.attribute28;
766: End If;
767: If (p_rec.attribute29 = hr_api.g_varchar2) then
768: p_rec.attribute29 :=
769: per_elc_shd.g_old_rec.attribute29;

Line 769: per_elc_shd.g_old_rec.attribute29;

765: per_elc_shd.g_old_rec.attribute28;
766: End If;
767: If (p_rec.attribute29 = hr_api.g_varchar2) then
768: p_rec.attribute29 :=
769: per_elc_shd.g_old_rec.attribute29;
770: End If;
771: If (p_rec.attribute30 = hr_api.g_varchar2) then
772: p_rec.attribute30 :=
773: per_elc_shd.g_old_rec.attribute30;

Line 773: per_elc_shd.g_old_rec.attribute30;

769: per_elc_shd.g_old_rec.attribute29;
770: End If;
771: If (p_rec.attribute30 = hr_api.g_varchar2) then
772: p_rec.attribute30 :=
773: per_elc_shd.g_old_rec.attribute30;
774: End If;
775: If (p_rec.election_info_category = hr_api.g_varchar2) then
776: p_rec.election_info_category :=
777: per_elc_shd.g_old_rec.election_info_category;

Line 777: per_elc_shd.g_old_rec.election_info_category;

773: per_elc_shd.g_old_rec.attribute30;
774: End If;
775: If (p_rec.election_info_category = hr_api.g_varchar2) then
776: p_rec.election_info_category :=
777: per_elc_shd.g_old_rec.election_info_category;
778: End If;
779: If (p_rec.election_information1 = hr_api.g_varchar2) then
780: p_rec.election_information1 :=
781: per_elc_shd.g_old_rec.election_information1;

Line 781: per_elc_shd.g_old_rec.election_information1;

777: per_elc_shd.g_old_rec.election_info_category;
778: End If;
779: If (p_rec.election_information1 = hr_api.g_varchar2) then
780: p_rec.election_information1 :=
781: per_elc_shd.g_old_rec.election_information1;
782: End If;
783: If (p_rec.election_information2 = hr_api.g_varchar2) then
784: p_rec.election_information2 :=
785: per_elc_shd.g_old_rec.election_information2;

Line 785: per_elc_shd.g_old_rec.election_information2;

781: per_elc_shd.g_old_rec.election_information1;
782: End If;
783: If (p_rec.election_information2 = hr_api.g_varchar2) then
784: p_rec.election_information2 :=
785: per_elc_shd.g_old_rec.election_information2;
786: End If;
787: If (p_rec.election_information3 = hr_api.g_varchar2) then
788: p_rec.election_information3 :=
789: per_elc_shd.g_old_rec.election_information3;

Line 789: per_elc_shd.g_old_rec.election_information3;

785: per_elc_shd.g_old_rec.election_information2;
786: End If;
787: If (p_rec.election_information3 = hr_api.g_varchar2) then
788: p_rec.election_information3 :=
789: per_elc_shd.g_old_rec.election_information3;
790: End If;
791: If (p_rec.election_information4 = hr_api.g_varchar2) then
792: p_rec.election_information4 :=
793: per_elc_shd.g_old_rec.election_information4;

Line 793: per_elc_shd.g_old_rec.election_information4;

789: per_elc_shd.g_old_rec.election_information3;
790: End If;
791: If (p_rec.election_information4 = hr_api.g_varchar2) then
792: p_rec.election_information4 :=
793: per_elc_shd.g_old_rec.election_information4;
794: End If;
795: If (p_rec.election_information5 = hr_api.g_varchar2) then
796: p_rec.election_information5 :=
797: per_elc_shd.g_old_rec.election_information5;

Line 797: per_elc_shd.g_old_rec.election_information5;

793: per_elc_shd.g_old_rec.election_information4;
794: End If;
795: If (p_rec.election_information5 = hr_api.g_varchar2) then
796: p_rec.election_information5 :=
797: per_elc_shd.g_old_rec.election_information5;
798: End If;
799: If (p_rec.election_information6 = hr_api.g_varchar2) then
800: p_rec.election_information6 :=
801: per_elc_shd.g_old_rec.election_information6;

Line 801: per_elc_shd.g_old_rec.election_information6;

797: per_elc_shd.g_old_rec.election_information5;
798: End If;
799: If (p_rec.election_information6 = hr_api.g_varchar2) then
800: p_rec.election_information6 :=
801: per_elc_shd.g_old_rec.election_information6;
802: End If;
803: If (p_rec.election_information7 = hr_api.g_varchar2) then
804: p_rec.election_information7 :=
805: per_elc_shd.g_old_rec.election_information7;

Line 805: per_elc_shd.g_old_rec.election_information7;

801: per_elc_shd.g_old_rec.election_information6;
802: End If;
803: If (p_rec.election_information7 = hr_api.g_varchar2) then
804: p_rec.election_information7 :=
805: per_elc_shd.g_old_rec.election_information7;
806: End If;
807: If (p_rec.election_information8 = hr_api.g_varchar2) then
808: p_rec.election_information8 :=
809: per_elc_shd.g_old_rec.election_information8;

Line 809: per_elc_shd.g_old_rec.election_information8;

805: per_elc_shd.g_old_rec.election_information7;
806: End If;
807: If (p_rec.election_information8 = hr_api.g_varchar2) then
808: p_rec.election_information8 :=
809: per_elc_shd.g_old_rec.election_information8;
810: End If;
811: If (p_rec.election_information9 = hr_api.g_varchar2) then
812: p_rec.election_information9 :=
813: per_elc_shd.g_old_rec.election_information9;

Line 813: per_elc_shd.g_old_rec.election_information9;

809: per_elc_shd.g_old_rec.election_information8;
810: End If;
811: If (p_rec.election_information9 = hr_api.g_varchar2) then
812: p_rec.election_information9 :=
813: per_elc_shd.g_old_rec.election_information9;
814: End If;
815: If (p_rec.election_information10 = hr_api.g_varchar2) then
816: p_rec.election_information10 :=
817: per_elc_shd.g_old_rec.election_information10;

Line 817: per_elc_shd.g_old_rec.election_information10;

813: per_elc_shd.g_old_rec.election_information9;
814: End If;
815: If (p_rec.election_information10 = hr_api.g_varchar2) then
816: p_rec.election_information10 :=
817: per_elc_shd.g_old_rec.election_information10;
818: End If;
819: If (p_rec.election_information11 = hr_api.g_varchar2) then
820: p_rec.election_information11 :=
821: per_elc_shd.g_old_rec.election_information11;

Line 821: per_elc_shd.g_old_rec.election_information11;

817: per_elc_shd.g_old_rec.election_information10;
818: End If;
819: If (p_rec.election_information11 = hr_api.g_varchar2) then
820: p_rec.election_information11 :=
821: per_elc_shd.g_old_rec.election_information11;
822: End If;
823: If (p_rec.election_information12 = hr_api.g_varchar2) then
824: p_rec.election_information12 :=
825: per_elc_shd.g_old_rec.election_information12;

Line 825: per_elc_shd.g_old_rec.election_information12;

821: per_elc_shd.g_old_rec.election_information11;
822: End If;
823: If (p_rec.election_information12 = hr_api.g_varchar2) then
824: p_rec.election_information12 :=
825: per_elc_shd.g_old_rec.election_information12;
826: End If;
827: If (p_rec.election_information13 = hr_api.g_varchar2) then
828: p_rec.election_information13 :=
829: per_elc_shd.g_old_rec.election_information13;

Line 829: per_elc_shd.g_old_rec.election_information13;

825: per_elc_shd.g_old_rec.election_information12;
826: End If;
827: If (p_rec.election_information13 = hr_api.g_varchar2) then
828: p_rec.election_information13 :=
829: per_elc_shd.g_old_rec.election_information13;
830: End If;
831: If (p_rec.election_information14 = hr_api.g_varchar2) then
832: p_rec.election_information14 :=
833: per_elc_shd.g_old_rec.election_information14;

Line 833: per_elc_shd.g_old_rec.election_information14;

829: per_elc_shd.g_old_rec.election_information13;
830: End If;
831: If (p_rec.election_information14 = hr_api.g_varchar2) then
832: p_rec.election_information14 :=
833: per_elc_shd.g_old_rec.election_information14;
834: End If;
835: If (p_rec.election_information15 = hr_api.g_varchar2) then
836: p_rec.election_information15 :=
837: per_elc_shd.g_old_rec.election_information15;

Line 837: per_elc_shd.g_old_rec.election_information15;

833: per_elc_shd.g_old_rec.election_information14;
834: End If;
835: If (p_rec.election_information15 = hr_api.g_varchar2) then
836: p_rec.election_information15 :=
837: per_elc_shd.g_old_rec.election_information15;
838: End If;
839: If (p_rec.election_information16 = hr_api.g_varchar2) then
840: p_rec.election_information16 :=
841: per_elc_shd.g_old_rec.election_information16;

Line 841: per_elc_shd.g_old_rec.election_information16;

837: per_elc_shd.g_old_rec.election_information15;
838: End If;
839: If (p_rec.election_information16 = hr_api.g_varchar2) then
840: p_rec.election_information16 :=
841: per_elc_shd.g_old_rec.election_information16;
842: End If;
843: If (p_rec.election_information17 = hr_api.g_varchar2) then
844: p_rec.election_information17 :=
845: per_elc_shd.g_old_rec.election_information17;

Line 845: per_elc_shd.g_old_rec.election_information17;

841: per_elc_shd.g_old_rec.election_information16;
842: End If;
843: If (p_rec.election_information17 = hr_api.g_varchar2) then
844: p_rec.election_information17 :=
845: per_elc_shd.g_old_rec.election_information17;
846: End If;
847: If (p_rec.election_information18 = hr_api.g_varchar2) then
848: p_rec.election_information18 :=
849: per_elc_shd.g_old_rec.election_information18;

Line 849: per_elc_shd.g_old_rec.election_information18;

845: per_elc_shd.g_old_rec.election_information17;
846: End If;
847: If (p_rec.election_information18 = hr_api.g_varchar2) then
848: p_rec.election_information18 :=
849: per_elc_shd.g_old_rec.election_information18;
850: End If;
851: If (p_rec.election_information19 = hr_api.g_varchar2) then
852: p_rec.election_information19 :=
853: per_elc_shd.g_old_rec.election_information19;

Line 853: per_elc_shd.g_old_rec.election_information19;

849: per_elc_shd.g_old_rec.election_information18;
850: End If;
851: If (p_rec.election_information19 = hr_api.g_varchar2) then
852: p_rec.election_information19 :=
853: per_elc_shd.g_old_rec.election_information19;
854: End If;
855: If (p_rec.election_information20 = hr_api.g_varchar2) then
856: p_rec.election_information20 :=
857: per_elc_shd.g_old_rec.election_information20;

Line 857: per_elc_shd.g_old_rec.election_information20;

853: per_elc_shd.g_old_rec.election_information19;
854: End If;
855: If (p_rec.election_information20 = hr_api.g_varchar2) then
856: p_rec.election_information20 :=
857: per_elc_shd.g_old_rec.election_information20;
858: End If;
859: If (p_rec.election_information21 = hr_api.g_varchar2) then
860: p_rec.election_information21 :=
861: per_elc_shd.g_old_rec.election_information21;

Line 861: per_elc_shd.g_old_rec.election_information21;

857: per_elc_shd.g_old_rec.election_information20;
858: End If;
859: If (p_rec.election_information21 = hr_api.g_varchar2) then
860: p_rec.election_information21 :=
861: per_elc_shd.g_old_rec.election_information21;
862: End If;
863: If (p_rec.election_information22 = hr_api.g_varchar2) then
864: p_rec.election_information22 :=
865: per_elc_shd.g_old_rec.election_information22;

Line 865: per_elc_shd.g_old_rec.election_information22;

861: per_elc_shd.g_old_rec.election_information21;
862: End If;
863: If (p_rec.election_information22 = hr_api.g_varchar2) then
864: p_rec.election_information22 :=
865: per_elc_shd.g_old_rec.election_information22;
866: End If;
867: If (p_rec.election_information23 = hr_api.g_varchar2) then
868: p_rec.election_information23 :=
869: per_elc_shd.g_old_rec.election_information23;

Line 869: per_elc_shd.g_old_rec.election_information23;

865: per_elc_shd.g_old_rec.election_information22;
866: End If;
867: If (p_rec.election_information23 = hr_api.g_varchar2) then
868: p_rec.election_information23 :=
869: per_elc_shd.g_old_rec.election_information23;
870: End If;
871: If (p_rec.election_information24 = hr_api.g_varchar2) then
872: p_rec.election_information24 :=
873: per_elc_shd.g_old_rec.election_information24;

Line 873: per_elc_shd.g_old_rec.election_information24;

869: per_elc_shd.g_old_rec.election_information23;
870: End If;
871: If (p_rec.election_information24 = hr_api.g_varchar2) then
872: p_rec.election_information24 :=
873: per_elc_shd.g_old_rec.election_information24;
874: End If;
875: If (p_rec.election_information25 = hr_api.g_varchar2) then
876: p_rec.election_information25 :=
877: per_elc_shd.g_old_rec.election_information25;

Line 877: per_elc_shd.g_old_rec.election_information25;

873: per_elc_shd.g_old_rec.election_information24;
874: End If;
875: If (p_rec.election_information25 = hr_api.g_varchar2) then
876: p_rec.election_information25 :=
877: per_elc_shd.g_old_rec.election_information25;
878: End If;
879: If (p_rec.election_information26 = hr_api.g_varchar2) then
880: p_rec.election_information26 :=
881: per_elc_shd.g_old_rec.election_information26;

Line 881: per_elc_shd.g_old_rec.election_information26;

877: per_elc_shd.g_old_rec.election_information25;
878: End If;
879: If (p_rec.election_information26 = hr_api.g_varchar2) then
880: p_rec.election_information26 :=
881: per_elc_shd.g_old_rec.election_information26;
882: End If;
883: If (p_rec.election_information27 = hr_api.g_varchar2) then
884: p_rec.election_information27 :=
885: per_elc_shd.g_old_rec.election_information27;

Line 885: per_elc_shd.g_old_rec.election_information27;

881: per_elc_shd.g_old_rec.election_information26;
882: End If;
883: If (p_rec.election_information27 = hr_api.g_varchar2) then
884: p_rec.election_information27 :=
885: per_elc_shd.g_old_rec.election_information27;
886: End If;
887: If (p_rec.election_information28 = hr_api.g_varchar2) then
888: p_rec.election_information28 :=
889: per_elc_shd.g_old_rec.election_information28;

Line 889: per_elc_shd.g_old_rec.election_information28;

885: per_elc_shd.g_old_rec.election_information27;
886: End If;
887: If (p_rec.election_information28 = hr_api.g_varchar2) then
888: p_rec.election_information28 :=
889: per_elc_shd.g_old_rec.election_information28;
890: End If;
891: If (p_rec.election_information29 = hr_api.g_varchar2) then
892: p_rec.election_information29 :=
893: per_elc_shd.g_old_rec.election_information29;

Line 893: per_elc_shd.g_old_rec.election_information29;

889: per_elc_shd.g_old_rec.election_information28;
890: End If;
891: If (p_rec.election_information29 = hr_api.g_varchar2) then
892: p_rec.election_information29 :=
893: per_elc_shd.g_old_rec.election_information29;
894: End If;
895: If (p_rec.election_information30 = hr_api.g_varchar2) then
896: p_rec.election_information30 :=
897: per_elc_shd.g_old_rec.election_information30;

Line 897: per_elc_shd.g_old_rec.election_information30;

893: per_elc_shd.g_old_rec.election_information29;
894: End If;
895: If (p_rec.election_information30 = hr_api.g_varchar2) then
896: p_rec.election_information30 :=
897: per_elc_shd.g_old_rec.election_information30;
898: End If;
899: --
900: End convert_defs;
901: --

Line 908: ,p_rec in out nocopy per_elc_shd.g_rec_type

904: -- ----------------------------------------------------------------------------
905: Procedure upd
906: (p_effective_date in date
907: ,p_validate in boolean default false
908: ,p_rec in out nocopy per_elc_shd.g_rec_type
909: ) is
910: --
911: l_proc varchar2(72) := g_package||'upd';
912: --

Line 927: per_elc_shd.lck

923: End If;
924: --
925: -- We must lock the row which we need to update.
926: --
927: per_elc_shd.lck
928: (p_rec.election_id
929: ,p_rec.object_version_number
930: );
931: --

Line 1055: l_rec per_elc_shd.g_rec_type;

1051: ,p_election_information29 in varchar2 default hr_api.g_varchar2
1052: ,p_election_information30 in varchar2 default hr_api.g_varchar2
1053: ) is
1054: --
1055: l_rec per_elc_shd.g_rec_type;
1056: l_proc varchar2(72) := g_package||'upd';
1057: --
1058: Begin
1059: hr_utility.set_location('Entering:'||l_proc, 5);

Line 1065: per_elc_shd.convert_args

1061: -- Call conversion function to turn arguments into the
1062: -- l_rec structure.
1063: --
1064: l_rec :=
1065: per_elc_shd.convert_args
1066: (p_election_id
1067: ,p_business_group_id
1068: ,p_election_date
1069: ,p_description