DBA Data[Home] [Help]

APPS.PER_PGH_UPD dependencies on PER_PGH_SHD

Line 55: (p_rec in out nocopy per_pgh_shd.g_rec_type

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

Line 151: per_pgh_shd.constraint_error

147: Exception
148: When hr_api.check_integrity_violated Then
149: -- A check constraint has been violated
150: --
151: per_pgh_shd.constraint_error
152: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
153: When hr_api.parent_integrity_violated Then
154: -- Parent integrity has been violated
155: --

Line 156: per_pgh_shd.constraint_error

152: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
153: When hr_api.parent_integrity_violated Then
154: -- Parent integrity has been violated
155: --
156: per_pgh_shd.constraint_error
157: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
158: When hr_api.unique_integrity_violated Then
159: -- Unique integrity has been violated
160: --

Line 161: per_pgh_shd.constraint_error

157: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
158: When hr_api.unique_integrity_violated Then
159: -- Unique integrity has been violated
160: --
161: per_pgh_shd.constraint_error
162: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
163: When Others Then
164: --
165: Raise;

Line 201: (p_rec in per_pgh_shd.g_rec_type

197: --
198: -- {End Of Comments}
199: -- ----------------------------------------------------------------------------
200: Procedure pre_update
201: (p_rec in per_pgh_shd.g_rec_type
202: ) is
203: --
204: l_proc varchar2(72) := g_package||'pre_update';
205: --

Line 246: ,p_rec in per_pgh_shd.g_rec_type

242: -- {End Of Comments}
243: -- ----------------------------------------------------------------------------
244: Procedure post_update
245: (p_effective_date in date
246: ,p_rec in per_pgh_shd.g_rec_type
247: ) is
248: --
249: l_proc varchar2(72) := g_package||'post_update';
250: --

Line 397: => per_pgh_shd.g_old_rec.business_group_id

393: => p_rec.information29
394: ,p_information30
395: => p_rec.information30
396: ,p_business_group_id_o
397: => per_pgh_shd.g_old_rec.business_group_id
398: ,p_name_o
399: => per_pgh_shd.g_old_rec.name
400: ,p_type_o
401: => per_pgh_shd.g_old_rec.type

Line 399: => per_pgh_shd.g_old_rec.name

395: => p_rec.information30
396: ,p_business_group_id_o
397: => per_pgh_shd.g_old_rec.business_group_id
398: ,p_name_o
399: => per_pgh_shd.g_old_rec.name
400: ,p_type_o
401: => per_pgh_shd.g_old_rec.type
402: ,p_request_id_o
403: => per_pgh_shd.g_old_rec.request_id

Line 401: => per_pgh_shd.g_old_rec.type

397: => per_pgh_shd.g_old_rec.business_group_id
398: ,p_name_o
399: => per_pgh_shd.g_old_rec.name
400: ,p_type_o
401: => per_pgh_shd.g_old_rec.type
402: ,p_request_id_o
403: => per_pgh_shd.g_old_rec.request_id
404: ,p_program_application_id_o
405: => per_pgh_shd.g_old_rec.program_application_id

Line 403: => per_pgh_shd.g_old_rec.request_id

399: => per_pgh_shd.g_old_rec.name
400: ,p_type_o
401: => per_pgh_shd.g_old_rec.type
402: ,p_request_id_o
403: => per_pgh_shd.g_old_rec.request_id
404: ,p_program_application_id_o
405: => per_pgh_shd.g_old_rec.program_application_id
406: ,p_program_id_o
407: => per_pgh_shd.g_old_rec.program_id

Line 405: => per_pgh_shd.g_old_rec.program_application_id

401: => per_pgh_shd.g_old_rec.type
402: ,p_request_id_o
403: => per_pgh_shd.g_old_rec.request_id
404: ,p_program_application_id_o
405: => per_pgh_shd.g_old_rec.program_application_id
406: ,p_program_id_o
407: => per_pgh_shd.g_old_rec.program_id
408: ,p_program_update_date_o
409: => per_pgh_shd.g_old_rec.program_update_date

Line 407: => per_pgh_shd.g_old_rec.program_id

403: => per_pgh_shd.g_old_rec.request_id
404: ,p_program_application_id_o
405: => per_pgh_shd.g_old_rec.program_application_id
406: ,p_program_id_o
407: => per_pgh_shd.g_old_rec.program_id
408: ,p_program_update_date_o
409: => per_pgh_shd.g_old_rec.program_update_date
410: ,p_object_version_number_o
411: => per_pgh_shd.g_old_rec.object_version_number

Line 409: => per_pgh_shd.g_old_rec.program_update_date

405: => per_pgh_shd.g_old_rec.program_application_id
406: ,p_program_id_o
407: => per_pgh_shd.g_old_rec.program_id
408: ,p_program_update_date_o
409: => per_pgh_shd.g_old_rec.program_update_date
410: ,p_object_version_number_o
411: => per_pgh_shd.g_old_rec.object_version_number
412: ,p_attribute_category_o
413: => per_pgh_shd.g_old_rec.attribute_category

Line 411: => per_pgh_shd.g_old_rec.object_version_number

407: => per_pgh_shd.g_old_rec.program_id
408: ,p_program_update_date_o
409: => per_pgh_shd.g_old_rec.program_update_date
410: ,p_object_version_number_o
411: => per_pgh_shd.g_old_rec.object_version_number
412: ,p_attribute_category_o
413: => per_pgh_shd.g_old_rec.attribute_category
414: ,p_attribute1_o
415: => per_pgh_shd.g_old_rec.attribute1

Line 413: => per_pgh_shd.g_old_rec.attribute_category

409: => per_pgh_shd.g_old_rec.program_update_date
410: ,p_object_version_number_o
411: => per_pgh_shd.g_old_rec.object_version_number
412: ,p_attribute_category_o
413: => per_pgh_shd.g_old_rec.attribute_category
414: ,p_attribute1_o
415: => per_pgh_shd.g_old_rec.attribute1
416: ,p_attribute2_o
417: => per_pgh_shd.g_old_rec.attribute2

Line 415: => per_pgh_shd.g_old_rec.attribute1

411: => per_pgh_shd.g_old_rec.object_version_number
412: ,p_attribute_category_o
413: => per_pgh_shd.g_old_rec.attribute_category
414: ,p_attribute1_o
415: => per_pgh_shd.g_old_rec.attribute1
416: ,p_attribute2_o
417: => per_pgh_shd.g_old_rec.attribute2
418: ,p_attribute3_o
419: => per_pgh_shd.g_old_rec.attribute3

Line 417: => per_pgh_shd.g_old_rec.attribute2

413: => per_pgh_shd.g_old_rec.attribute_category
414: ,p_attribute1_o
415: => per_pgh_shd.g_old_rec.attribute1
416: ,p_attribute2_o
417: => per_pgh_shd.g_old_rec.attribute2
418: ,p_attribute3_o
419: => per_pgh_shd.g_old_rec.attribute3
420: ,p_attribute4_o
421: => per_pgh_shd.g_old_rec.attribute4

Line 419: => per_pgh_shd.g_old_rec.attribute3

415: => per_pgh_shd.g_old_rec.attribute1
416: ,p_attribute2_o
417: => per_pgh_shd.g_old_rec.attribute2
418: ,p_attribute3_o
419: => per_pgh_shd.g_old_rec.attribute3
420: ,p_attribute4_o
421: => per_pgh_shd.g_old_rec.attribute4
422: ,p_attribute5_o
423: => per_pgh_shd.g_old_rec.attribute5

Line 421: => per_pgh_shd.g_old_rec.attribute4

417: => per_pgh_shd.g_old_rec.attribute2
418: ,p_attribute3_o
419: => per_pgh_shd.g_old_rec.attribute3
420: ,p_attribute4_o
421: => per_pgh_shd.g_old_rec.attribute4
422: ,p_attribute5_o
423: => per_pgh_shd.g_old_rec.attribute5
424: ,p_attribute6_o
425: => per_pgh_shd.g_old_rec.attribute6

Line 423: => per_pgh_shd.g_old_rec.attribute5

419: => per_pgh_shd.g_old_rec.attribute3
420: ,p_attribute4_o
421: => per_pgh_shd.g_old_rec.attribute4
422: ,p_attribute5_o
423: => per_pgh_shd.g_old_rec.attribute5
424: ,p_attribute6_o
425: => per_pgh_shd.g_old_rec.attribute6
426: ,p_attribute7_o
427: => per_pgh_shd.g_old_rec.attribute7

Line 425: => per_pgh_shd.g_old_rec.attribute6

421: => per_pgh_shd.g_old_rec.attribute4
422: ,p_attribute5_o
423: => per_pgh_shd.g_old_rec.attribute5
424: ,p_attribute6_o
425: => per_pgh_shd.g_old_rec.attribute6
426: ,p_attribute7_o
427: => per_pgh_shd.g_old_rec.attribute7
428: ,p_attribute8_o
429: => per_pgh_shd.g_old_rec.attribute8

Line 427: => per_pgh_shd.g_old_rec.attribute7

423: => per_pgh_shd.g_old_rec.attribute5
424: ,p_attribute6_o
425: => per_pgh_shd.g_old_rec.attribute6
426: ,p_attribute7_o
427: => per_pgh_shd.g_old_rec.attribute7
428: ,p_attribute8_o
429: => per_pgh_shd.g_old_rec.attribute8
430: ,p_attribute9_o
431: => per_pgh_shd.g_old_rec.attribute9

Line 429: => per_pgh_shd.g_old_rec.attribute8

425: => per_pgh_shd.g_old_rec.attribute6
426: ,p_attribute7_o
427: => per_pgh_shd.g_old_rec.attribute7
428: ,p_attribute8_o
429: => per_pgh_shd.g_old_rec.attribute8
430: ,p_attribute9_o
431: => per_pgh_shd.g_old_rec.attribute9
432: ,p_attribute10_o
433: => per_pgh_shd.g_old_rec.attribute10

Line 431: => per_pgh_shd.g_old_rec.attribute9

427: => per_pgh_shd.g_old_rec.attribute7
428: ,p_attribute8_o
429: => per_pgh_shd.g_old_rec.attribute8
430: ,p_attribute9_o
431: => per_pgh_shd.g_old_rec.attribute9
432: ,p_attribute10_o
433: => per_pgh_shd.g_old_rec.attribute10
434: ,p_attribute11_o
435: => per_pgh_shd.g_old_rec.attribute11

Line 433: => per_pgh_shd.g_old_rec.attribute10

429: => per_pgh_shd.g_old_rec.attribute8
430: ,p_attribute9_o
431: => per_pgh_shd.g_old_rec.attribute9
432: ,p_attribute10_o
433: => per_pgh_shd.g_old_rec.attribute10
434: ,p_attribute11_o
435: => per_pgh_shd.g_old_rec.attribute11
436: ,p_attribute12_o
437: => per_pgh_shd.g_old_rec.attribute12

Line 435: => per_pgh_shd.g_old_rec.attribute11

431: => per_pgh_shd.g_old_rec.attribute9
432: ,p_attribute10_o
433: => per_pgh_shd.g_old_rec.attribute10
434: ,p_attribute11_o
435: => per_pgh_shd.g_old_rec.attribute11
436: ,p_attribute12_o
437: => per_pgh_shd.g_old_rec.attribute12
438: ,p_attribute13_o
439: => per_pgh_shd.g_old_rec.attribute13

Line 437: => per_pgh_shd.g_old_rec.attribute12

433: => per_pgh_shd.g_old_rec.attribute10
434: ,p_attribute11_o
435: => per_pgh_shd.g_old_rec.attribute11
436: ,p_attribute12_o
437: => per_pgh_shd.g_old_rec.attribute12
438: ,p_attribute13_o
439: => per_pgh_shd.g_old_rec.attribute13
440: ,p_attribute14_o
441: => per_pgh_shd.g_old_rec.attribute14

Line 439: => per_pgh_shd.g_old_rec.attribute13

435: => per_pgh_shd.g_old_rec.attribute11
436: ,p_attribute12_o
437: => per_pgh_shd.g_old_rec.attribute12
438: ,p_attribute13_o
439: => per_pgh_shd.g_old_rec.attribute13
440: ,p_attribute14_o
441: => per_pgh_shd.g_old_rec.attribute14
442: ,p_attribute15_o
443: => per_pgh_shd.g_old_rec.attribute15

Line 441: => per_pgh_shd.g_old_rec.attribute14

437: => per_pgh_shd.g_old_rec.attribute12
438: ,p_attribute13_o
439: => per_pgh_shd.g_old_rec.attribute13
440: ,p_attribute14_o
441: => per_pgh_shd.g_old_rec.attribute14
442: ,p_attribute15_o
443: => per_pgh_shd.g_old_rec.attribute15
444: ,p_attribute16_o
445: => per_pgh_shd.g_old_rec.attribute16

Line 443: => per_pgh_shd.g_old_rec.attribute15

439: => per_pgh_shd.g_old_rec.attribute13
440: ,p_attribute14_o
441: => per_pgh_shd.g_old_rec.attribute14
442: ,p_attribute15_o
443: => per_pgh_shd.g_old_rec.attribute15
444: ,p_attribute16_o
445: => per_pgh_shd.g_old_rec.attribute16
446: ,p_attribute17_o
447: => per_pgh_shd.g_old_rec.attribute17

Line 445: => per_pgh_shd.g_old_rec.attribute16

441: => per_pgh_shd.g_old_rec.attribute14
442: ,p_attribute15_o
443: => per_pgh_shd.g_old_rec.attribute15
444: ,p_attribute16_o
445: => per_pgh_shd.g_old_rec.attribute16
446: ,p_attribute17_o
447: => per_pgh_shd.g_old_rec.attribute17
448: ,p_attribute18_o
449: => per_pgh_shd.g_old_rec.attribute18

Line 447: => per_pgh_shd.g_old_rec.attribute17

443: => per_pgh_shd.g_old_rec.attribute15
444: ,p_attribute16_o
445: => per_pgh_shd.g_old_rec.attribute16
446: ,p_attribute17_o
447: => per_pgh_shd.g_old_rec.attribute17
448: ,p_attribute18_o
449: => per_pgh_shd.g_old_rec.attribute18
450: ,p_attribute19_o
451: => per_pgh_shd.g_old_rec.attribute19

Line 449: => per_pgh_shd.g_old_rec.attribute18

445: => per_pgh_shd.g_old_rec.attribute16
446: ,p_attribute17_o
447: => per_pgh_shd.g_old_rec.attribute17
448: ,p_attribute18_o
449: => per_pgh_shd.g_old_rec.attribute18
450: ,p_attribute19_o
451: => per_pgh_shd.g_old_rec.attribute19
452: ,p_attribute20_o
453: => per_pgh_shd.g_old_rec.attribute20

Line 451: => per_pgh_shd.g_old_rec.attribute19

447: => per_pgh_shd.g_old_rec.attribute17
448: ,p_attribute18_o
449: => per_pgh_shd.g_old_rec.attribute18
450: ,p_attribute19_o
451: => per_pgh_shd.g_old_rec.attribute19
452: ,p_attribute20_o
453: => per_pgh_shd.g_old_rec.attribute20
454: ,p_attribute21_o
455: => per_pgh_shd.g_old_rec.attribute21

Line 453: => per_pgh_shd.g_old_rec.attribute20

449: => per_pgh_shd.g_old_rec.attribute18
450: ,p_attribute19_o
451: => per_pgh_shd.g_old_rec.attribute19
452: ,p_attribute20_o
453: => per_pgh_shd.g_old_rec.attribute20
454: ,p_attribute21_o
455: => per_pgh_shd.g_old_rec.attribute21
456: ,p_attribute22_o
457: => per_pgh_shd.g_old_rec.attribute22

Line 455: => per_pgh_shd.g_old_rec.attribute21

451: => per_pgh_shd.g_old_rec.attribute19
452: ,p_attribute20_o
453: => per_pgh_shd.g_old_rec.attribute20
454: ,p_attribute21_o
455: => per_pgh_shd.g_old_rec.attribute21
456: ,p_attribute22_o
457: => per_pgh_shd.g_old_rec.attribute22
458: ,p_attribute23_o
459: => per_pgh_shd.g_old_rec.attribute23

Line 457: => per_pgh_shd.g_old_rec.attribute22

453: => per_pgh_shd.g_old_rec.attribute20
454: ,p_attribute21_o
455: => per_pgh_shd.g_old_rec.attribute21
456: ,p_attribute22_o
457: => per_pgh_shd.g_old_rec.attribute22
458: ,p_attribute23_o
459: => per_pgh_shd.g_old_rec.attribute23
460: ,p_attribute24_o
461: => per_pgh_shd.g_old_rec.attribute24

Line 459: => per_pgh_shd.g_old_rec.attribute23

455: => per_pgh_shd.g_old_rec.attribute21
456: ,p_attribute22_o
457: => per_pgh_shd.g_old_rec.attribute22
458: ,p_attribute23_o
459: => per_pgh_shd.g_old_rec.attribute23
460: ,p_attribute24_o
461: => per_pgh_shd.g_old_rec.attribute24
462: ,p_attribute25_o
463: => per_pgh_shd.g_old_rec.attribute25

Line 461: => per_pgh_shd.g_old_rec.attribute24

457: => per_pgh_shd.g_old_rec.attribute22
458: ,p_attribute23_o
459: => per_pgh_shd.g_old_rec.attribute23
460: ,p_attribute24_o
461: => per_pgh_shd.g_old_rec.attribute24
462: ,p_attribute25_o
463: => per_pgh_shd.g_old_rec.attribute25
464: ,p_attribute26_o
465: => per_pgh_shd.g_old_rec.attribute26

Line 463: => per_pgh_shd.g_old_rec.attribute25

459: => per_pgh_shd.g_old_rec.attribute23
460: ,p_attribute24_o
461: => per_pgh_shd.g_old_rec.attribute24
462: ,p_attribute25_o
463: => per_pgh_shd.g_old_rec.attribute25
464: ,p_attribute26_o
465: => per_pgh_shd.g_old_rec.attribute26
466: ,p_attribute27_o
467: => per_pgh_shd.g_old_rec.attribute27

Line 465: => per_pgh_shd.g_old_rec.attribute26

461: => per_pgh_shd.g_old_rec.attribute24
462: ,p_attribute25_o
463: => per_pgh_shd.g_old_rec.attribute25
464: ,p_attribute26_o
465: => per_pgh_shd.g_old_rec.attribute26
466: ,p_attribute27_o
467: => per_pgh_shd.g_old_rec.attribute27
468: ,p_attribute28_o
469: => per_pgh_shd.g_old_rec.attribute28

Line 467: => per_pgh_shd.g_old_rec.attribute27

463: => per_pgh_shd.g_old_rec.attribute25
464: ,p_attribute26_o
465: => per_pgh_shd.g_old_rec.attribute26
466: ,p_attribute27_o
467: => per_pgh_shd.g_old_rec.attribute27
468: ,p_attribute28_o
469: => per_pgh_shd.g_old_rec.attribute28
470: ,p_attribute29_o
471: => per_pgh_shd.g_old_rec.attribute29

Line 469: => per_pgh_shd.g_old_rec.attribute28

465: => per_pgh_shd.g_old_rec.attribute26
466: ,p_attribute27_o
467: => per_pgh_shd.g_old_rec.attribute27
468: ,p_attribute28_o
469: => per_pgh_shd.g_old_rec.attribute28
470: ,p_attribute29_o
471: => per_pgh_shd.g_old_rec.attribute29
472: ,p_attribute30_o
473: => per_pgh_shd.g_old_rec.attribute30

Line 471: => per_pgh_shd.g_old_rec.attribute29

467: => per_pgh_shd.g_old_rec.attribute27
468: ,p_attribute28_o
469: => per_pgh_shd.g_old_rec.attribute28
470: ,p_attribute29_o
471: => per_pgh_shd.g_old_rec.attribute29
472: ,p_attribute30_o
473: => per_pgh_shd.g_old_rec.attribute30
474: ,p_information_category_o
475: => per_pgh_shd.g_old_rec.information_category

Line 473: => per_pgh_shd.g_old_rec.attribute30

469: => per_pgh_shd.g_old_rec.attribute28
470: ,p_attribute29_o
471: => per_pgh_shd.g_old_rec.attribute29
472: ,p_attribute30_o
473: => per_pgh_shd.g_old_rec.attribute30
474: ,p_information_category_o
475: => per_pgh_shd.g_old_rec.information_category
476: ,p_information1_o
477: => per_pgh_shd.g_old_rec.information1

Line 475: => per_pgh_shd.g_old_rec.information_category

471: => per_pgh_shd.g_old_rec.attribute29
472: ,p_attribute30_o
473: => per_pgh_shd.g_old_rec.attribute30
474: ,p_information_category_o
475: => per_pgh_shd.g_old_rec.information_category
476: ,p_information1_o
477: => per_pgh_shd.g_old_rec.information1
478: ,p_information2_o
479: => per_pgh_shd.g_old_rec.information2

Line 477: => per_pgh_shd.g_old_rec.information1

473: => per_pgh_shd.g_old_rec.attribute30
474: ,p_information_category_o
475: => per_pgh_shd.g_old_rec.information_category
476: ,p_information1_o
477: => per_pgh_shd.g_old_rec.information1
478: ,p_information2_o
479: => per_pgh_shd.g_old_rec.information2
480: ,p_information3_o
481: => per_pgh_shd.g_old_rec.information3

Line 479: => per_pgh_shd.g_old_rec.information2

475: => per_pgh_shd.g_old_rec.information_category
476: ,p_information1_o
477: => per_pgh_shd.g_old_rec.information1
478: ,p_information2_o
479: => per_pgh_shd.g_old_rec.information2
480: ,p_information3_o
481: => per_pgh_shd.g_old_rec.information3
482: ,p_information4_o
483: => per_pgh_shd.g_old_rec.information4

Line 481: => per_pgh_shd.g_old_rec.information3

477: => per_pgh_shd.g_old_rec.information1
478: ,p_information2_o
479: => per_pgh_shd.g_old_rec.information2
480: ,p_information3_o
481: => per_pgh_shd.g_old_rec.information3
482: ,p_information4_o
483: => per_pgh_shd.g_old_rec.information4
484: ,p_information5_o
485: => per_pgh_shd.g_old_rec.information5

Line 483: => per_pgh_shd.g_old_rec.information4

479: => per_pgh_shd.g_old_rec.information2
480: ,p_information3_o
481: => per_pgh_shd.g_old_rec.information3
482: ,p_information4_o
483: => per_pgh_shd.g_old_rec.information4
484: ,p_information5_o
485: => per_pgh_shd.g_old_rec.information5
486: ,p_information6_o
487: => per_pgh_shd.g_old_rec.information6

Line 485: => per_pgh_shd.g_old_rec.information5

481: => per_pgh_shd.g_old_rec.information3
482: ,p_information4_o
483: => per_pgh_shd.g_old_rec.information4
484: ,p_information5_o
485: => per_pgh_shd.g_old_rec.information5
486: ,p_information6_o
487: => per_pgh_shd.g_old_rec.information6
488: ,p_information7_o
489: => per_pgh_shd.g_old_rec.information7

Line 487: => per_pgh_shd.g_old_rec.information6

483: => per_pgh_shd.g_old_rec.information4
484: ,p_information5_o
485: => per_pgh_shd.g_old_rec.information5
486: ,p_information6_o
487: => per_pgh_shd.g_old_rec.information6
488: ,p_information7_o
489: => per_pgh_shd.g_old_rec.information7
490: ,p_information8_o
491: => per_pgh_shd.g_old_rec.information8

Line 489: => per_pgh_shd.g_old_rec.information7

485: => per_pgh_shd.g_old_rec.information5
486: ,p_information6_o
487: => per_pgh_shd.g_old_rec.information6
488: ,p_information7_o
489: => per_pgh_shd.g_old_rec.information7
490: ,p_information8_o
491: => per_pgh_shd.g_old_rec.information8
492: ,p_information9_o
493: => per_pgh_shd.g_old_rec.information9

Line 491: => per_pgh_shd.g_old_rec.information8

487: => per_pgh_shd.g_old_rec.information6
488: ,p_information7_o
489: => per_pgh_shd.g_old_rec.information7
490: ,p_information8_o
491: => per_pgh_shd.g_old_rec.information8
492: ,p_information9_o
493: => per_pgh_shd.g_old_rec.information9
494: ,p_information10_o
495: => per_pgh_shd.g_old_rec.information10

Line 493: => per_pgh_shd.g_old_rec.information9

489: => per_pgh_shd.g_old_rec.information7
490: ,p_information8_o
491: => per_pgh_shd.g_old_rec.information8
492: ,p_information9_o
493: => per_pgh_shd.g_old_rec.information9
494: ,p_information10_o
495: => per_pgh_shd.g_old_rec.information10
496: ,p_information11_o
497: => per_pgh_shd.g_old_rec.information11

Line 495: => per_pgh_shd.g_old_rec.information10

491: => per_pgh_shd.g_old_rec.information8
492: ,p_information9_o
493: => per_pgh_shd.g_old_rec.information9
494: ,p_information10_o
495: => per_pgh_shd.g_old_rec.information10
496: ,p_information11_o
497: => per_pgh_shd.g_old_rec.information11
498: ,p_information12_o
499: => per_pgh_shd.g_old_rec.information12

Line 497: => per_pgh_shd.g_old_rec.information11

493: => per_pgh_shd.g_old_rec.information9
494: ,p_information10_o
495: => per_pgh_shd.g_old_rec.information10
496: ,p_information11_o
497: => per_pgh_shd.g_old_rec.information11
498: ,p_information12_o
499: => per_pgh_shd.g_old_rec.information12
500: ,p_information13_o
501: => per_pgh_shd.g_old_rec.information13

Line 499: => per_pgh_shd.g_old_rec.information12

495: => per_pgh_shd.g_old_rec.information10
496: ,p_information11_o
497: => per_pgh_shd.g_old_rec.information11
498: ,p_information12_o
499: => per_pgh_shd.g_old_rec.information12
500: ,p_information13_o
501: => per_pgh_shd.g_old_rec.information13
502: ,p_information14_o
503: => per_pgh_shd.g_old_rec.information14

Line 501: => per_pgh_shd.g_old_rec.information13

497: => per_pgh_shd.g_old_rec.information11
498: ,p_information12_o
499: => per_pgh_shd.g_old_rec.information12
500: ,p_information13_o
501: => per_pgh_shd.g_old_rec.information13
502: ,p_information14_o
503: => per_pgh_shd.g_old_rec.information14
504: ,p_information15_o
505: => per_pgh_shd.g_old_rec.information15

Line 503: => per_pgh_shd.g_old_rec.information14

499: => per_pgh_shd.g_old_rec.information12
500: ,p_information13_o
501: => per_pgh_shd.g_old_rec.information13
502: ,p_information14_o
503: => per_pgh_shd.g_old_rec.information14
504: ,p_information15_o
505: => per_pgh_shd.g_old_rec.information15
506: ,p_information16_o
507: => per_pgh_shd.g_old_rec.information16

Line 505: => per_pgh_shd.g_old_rec.information15

501: => per_pgh_shd.g_old_rec.information13
502: ,p_information14_o
503: => per_pgh_shd.g_old_rec.information14
504: ,p_information15_o
505: => per_pgh_shd.g_old_rec.information15
506: ,p_information16_o
507: => per_pgh_shd.g_old_rec.information16
508: ,p_information17_o
509: => per_pgh_shd.g_old_rec.information17

Line 507: => per_pgh_shd.g_old_rec.information16

503: => per_pgh_shd.g_old_rec.information14
504: ,p_information15_o
505: => per_pgh_shd.g_old_rec.information15
506: ,p_information16_o
507: => per_pgh_shd.g_old_rec.information16
508: ,p_information17_o
509: => per_pgh_shd.g_old_rec.information17
510: ,p_information18_o
511: => per_pgh_shd.g_old_rec.information18

Line 509: => per_pgh_shd.g_old_rec.information17

505: => per_pgh_shd.g_old_rec.information15
506: ,p_information16_o
507: => per_pgh_shd.g_old_rec.information16
508: ,p_information17_o
509: => per_pgh_shd.g_old_rec.information17
510: ,p_information18_o
511: => per_pgh_shd.g_old_rec.information18
512: ,p_information19_o
513: => per_pgh_shd.g_old_rec.information19

Line 511: => per_pgh_shd.g_old_rec.information18

507: => per_pgh_shd.g_old_rec.information16
508: ,p_information17_o
509: => per_pgh_shd.g_old_rec.information17
510: ,p_information18_o
511: => per_pgh_shd.g_old_rec.information18
512: ,p_information19_o
513: => per_pgh_shd.g_old_rec.information19
514: ,p_information20_o
515: => per_pgh_shd.g_old_rec.information20

Line 513: => per_pgh_shd.g_old_rec.information19

509: => per_pgh_shd.g_old_rec.information17
510: ,p_information18_o
511: => per_pgh_shd.g_old_rec.information18
512: ,p_information19_o
513: => per_pgh_shd.g_old_rec.information19
514: ,p_information20_o
515: => per_pgh_shd.g_old_rec.information20
516: ,p_information21_o
517: => per_pgh_shd.g_old_rec.information21

Line 515: => per_pgh_shd.g_old_rec.information20

511: => per_pgh_shd.g_old_rec.information18
512: ,p_information19_o
513: => per_pgh_shd.g_old_rec.information19
514: ,p_information20_o
515: => per_pgh_shd.g_old_rec.information20
516: ,p_information21_o
517: => per_pgh_shd.g_old_rec.information21
518: ,p_information22_o
519: => per_pgh_shd.g_old_rec.information22

Line 517: => per_pgh_shd.g_old_rec.information21

513: => per_pgh_shd.g_old_rec.information19
514: ,p_information20_o
515: => per_pgh_shd.g_old_rec.information20
516: ,p_information21_o
517: => per_pgh_shd.g_old_rec.information21
518: ,p_information22_o
519: => per_pgh_shd.g_old_rec.information22
520: ,p_information23_o
521: => per_pgh_shd.g_old_rec.information23

Line 519: => per_pgh_shd.g_old_rec.information22

515: => per_pgh_shd.g_old_rec.information20
516: ,p_information21_o
517: => per_pgh_shd.g_old_rec.information21
518: ,p_information22_o
519: => per_pgh_shd.g_old_rec.information22
520: ,p_information23_o
521: => per_pgh_shd.g_old_rec.information23
522: ,p_information24_o
523: => per_pgh_shd.g_old_rec.information24

Line 521: => per_pgh_shd.g_old_rec.information23

517: => per_pgh_shd.g_old_rec.information21
518: ,p_information22_o
519: => per_pgh_shd.g_old_rec.information22
520: ,p_information23_o
521: => per_pgh_shd.g_old_rec.information23
522: ,p_information24_o
523: => per_pgh_shd.g_old_rec.information24
524: ,p_information25_o
525: => per_pgh_shd.g_old_rec.information25

Line 523: => per_pgh_shd.g_old_rec.information24

519: => per_pgh_shd.g_old_rec.information22
520: ,p_information23_o
521: => per_pgh_shd.g_old_rec.information23
522: ,p_information24_o
523: => per_pgh_shd.g_old_rec.information24
524: ,p_information25_o
525: => per_pgh_shd.g_old_rec.information25
526: ,p_information26_o
527: => per_pgh_shd.g_old_rec.information26

Line 525: => per_pgh_shd.g_old_rec.information25

521: => per_pgh_shd.g_old_rec.information23
522: ,p_information24_o
523: => per_pgh_shd.g_old_rec.information24
524: ,p_information25_o
525: => per_pgh_shd.g_old_rec.information25
526: ,p_information26_o
527: => per_pgh_shd.g_old_rec.information26
528: ,p_information27_o
529: => per_pgh_shd.g_old_rec.information27

Line 527: => per_pgh_shd.g_old_rec.information26

523: => per_pgh_shd.g_old_rec.information24
524: ,p_information25_o
525: => per_pgh_shd.g_old_rec.information25
526: ,p_information26_o
527: => per_pgh_shd.g_old_rec.information26
528: ,p_information27_o
529: => per_pgh_shd.g_old_rec.information27
530: ,p_information28_o
531: => per_pgh_shd.g_old_rec.information28

Line 529: => per_pgh_shd.g_old_rec.information27

525: => per_pgh_shd.g_old_rec.information25
526: ,p_information26_o
527: => per_pgh_shd.g_old_rec.information26
528: ,p_information27_o
529: => per_pgh_shd.g_old_rec.information27
530: ,p_information28_o
531: => per_pgh_shd.g_old_rec.information28
532: ,p_information29_o
533: => per_pgh_shd.g_old_rec.information29

Line 531: => per_pgh_shd.g_old_rec.information28

527: => per_pgh_shd.g_old_rec.information26
528: ,p_information27_o
529: => per_pgh_shd.g_old_rec.information27
530: ,p_information28_o
531: => per_pgh_shd.g_old_rec.information28
532: ,p_information29_o
533: => per_pgh_shd.g_old_rec.information29
534: ,p_information30_o
535: => per_pgh_shd.g_old_rec.information30

Line 533: => per_pgh_shd.g_old_rec.information29

529: => per_pgh_shd.g_old_rec.information27
530: ,p_information28_o
531: => per_pgh_shd.g_old_rec.information28
532: ,p_information29_o
533: => per_pgh_shd.g_old_rec.information29
534: ,p_information30_o
535: => per_pgh_shd.g_old_rec.information30
536: );
537: --

Line 535: => per_pgh_shd.g_old_rec.information30

531: => per_pgh_shd.g_old_rec.information28
532: ,p_information29_o
533: => per_pgh_shd.g_old_rec.information29
534: ,p_information30_o
535: => per_pgh_shd.g_old_rec.information30
536: );
537: --
538: exception
539: --

Line 595: (p_rec in out nocopy per_pgh_shd.g_rec_type

591: --
592: -- {End Of Comments}
593: -- ----------------------------------------------------------------------------
594: Procedure convert_defs
595: (p_rec in out nocopy per_pgh_shd.g_rec_type
596: ) is
597: --
598: Begin
599: --

Line 607: per_pgh_shd.g_old_rec.business_group_id;

603: -- is being used then we must set to the 'current' argument value.
604: --
605: If (p_rec.business_group_id = hr_api.g_number) then
606: p_rec.business_group_id :=
607: per_pgh_shd.g_old_rec.business_group_id;
608: End If;
609: If (p_rec.name = hr_api.g_varchar2) then
610: p_rec.name :=
611: per_pgh_shd.g_old_rec.name;

Line 611: per_pgh_shd.g_old_rec.name;

607: per_pgh_shd.g_old_rec.business_group_id;
608: End If;
609: If (p_rec.name = hr_api.g_varchar2) then
610: p_rec.name :=
611: per_pgh_shd.g_old_rec.name;
612: End If;
613: If (p_rec.type = hr_api.g_varchar2) then
614: p_rec.type :=
615: per_pgh_shd.g_old_rec.type;

Line 615: per_pgh_shd.g_old_rec.type;

611: per_pgh_shd.g_old_rec.name;
612: End If;
613: If (p_rec.type = hr_api.g_varchar2) then
614: p_rec.type :=
615: per_pgh_shd.g_old_rec.type;
616: End If;
617: If (p_rec.request_id = hr_api.g_number) then
618: p_rec.request_id :=
619: per_pgh_shd.g_old_rec.request_id;

Line 619: per_pgh_shd.g_old_rec.request_id;

615: per_pgh_shd.g_old_rec.type;
616: End If;
617: If (p_rec.request_id = hr_api.g_number) then
618: p_rec.request_id :=
619: per_pgh_shd.g_old_rec.request_id;
620: End If;
621: If (p_rec.program_application_id = hr_api.g_number) then
622: p_rec.program_application_id :=
623: per_pgh_shd.g_old_rec.program_application_id;

Line 623: per_pgh_shd.g_old_rec.program_application_id;

619: per_pgh_shd.g_old_rec.request_id;
620: End If;
621: If (p_rec.program_application_id = hr_api.g_number) then
622: p_rec.program_application_id :=
623: per_pgh_shd.g_old_rec.program_application_id;
624: End If;
625: If (p_rec.program_id = hr_api.g_number) then
626: p_rec.program_id :=
627: per_pgh_shd.g_old_rec.program_id;

Line 627: per_pgh_shd.g_old_rec.program_id;

623: per_pgh_shd.g_old_rec.program_application_id;
624: End If;
625: If (p_rec.program_id = hr_api.g_number) then
626: p_rec.program_id :=
627: per_pgh_shd.g_old_rec.program_id;
628: End If;
629: If (p_rec.program_update_date = hr_api.g_date) then
630: p_rec.program_update_date :=
631: per_pgh_shd.g_old_rec.program_update_date;

Line 631: per_pgh_shd.g_old_rec.program_update_date;

627: per_pgh_shd.g_old_rec.program_id;
628: End If;
629: If (p_rec.program_update_date = hr_api.g_date) then
630: p_rec.program_update_date :=
631: per_pgh_shd.g_old_rec.program_update_date;
632: End If;
633: If (p_rec.attribute_category = hr_api.g_varchar2) then
634: p_rec.attribute_category :=
635: per_pgh_shd.g_old_rec.attribute_category;

Line 635: per_pgh_shd.g_old_rec.attribute_category;

631: per_pgh_shd.g_old_rec.program_update_date;
632: End If;
633: If (p_rec.attribute_category = hr_api.g_varchar2) then
634: p_rec.attribute_category :=
635: per_pgh_shd.g_old_rec.attribute_category;
636: End If;
637: If (p_rec.attribute1 = hr_api.g_varchar2) then
638: p_rec.attribute1 :=
639: per_pgh_shd.g_old_rec.attribute1;

Line 639: per_pgh_shd.g_old_rec.attribute1;

635: per_pgh_shd.g_old_rec.attribute_category;
636: End If;
637: If (p_rec.attribute1 = hr_api.g_varchar2) then
638: p_rec.attribute1 :=
639: per_pgh_shd.g_old_rec.attribute1;
640: End If;
641: If (p_rec.attribute2 = hr_api.g_varchar2) then
642: p_rec.attribute2 :=
643: per_pgh_shd.g_old_rec.attribute2;

Line 643: per_pgh_shd.g_old_rec.attribute2;

639: per_pgh_shd.g_old_rec.attribute1;
640: End If;
641: If (p_rec.attribute2 = hr_api.g_varchar2) then
642: p_rec.attribute2 :=
643: per_pgh_shd.g_old_rec.attribute2;
644: End If;
645: If (p_rec.attribute3 = hr_api.g_varchar2) then
646: p_rec.attribute3 :=
647: per_pgh_shd.g_old_rec.attribute3;

Line 647: per_pgh_shd.g_old_rec.attribute3;

643: per_pgh_shd.g_old_rec.attribute2;
644: End If;
645: If (p_rec.attribute3 = hr_api.g_varchar2) then
646: p_rec.attribute3 :=
647: per_pgh_shd.g_old_rec.attribute3;
648: End If;
649: If (p_rec.attribute4 = hr_api.g_varchar2) then
650: p_rec.attribute4 :=
651: per_pgh_shd.g_old_rec.attribute4;

Line 651: per_pgh_shd.g_old_rec.attribute4;

647: per_pgh_shd.g_old_rec.attribute3;
648: End If;
649: If (p_rec.attribute4 = hr_api.g_varchar2) then
650: p_rec.attribute4 :=
651: per_pgh_shd.g_old_rec.attribute4;
652: End If;
653: If (p_rec.attribute5 = hr_api.g_varchar2) then
654: p_rec.attribute5 :=
655: per_pgh_shd.g_old_rec.attribute5;

Line 655: per_pgh_shd.g_old_rec.attribute5;

651: per_pgh_shd.g_old_rec.attribute4;
652: End If;
653: If (p_rec.attribute5 = hr_api.g_varchar2) then
654: p_rec.attribute5 :=
655: per_pgh_shd.g_old_rec.attribute5;
656: End If;
657: If (p_rec.attribute6 = hr_api.g_varchar2) then
658: p_rec.attribute6 :=
659: per_pgh_shd.g_old_rec.attribute6;

Line 659: per_pgh_shd.g_old_rec.attribute6;

655: per_pgh_shd.g_old_rec.attribute5;
656: End If;
657: If (p_rec.attribute6 = hr_api.g_varchar2) then
658: p_rec.attribute6 :=
659: per_pgh_shd.g_old_rec.attribute6;
660: End If;
661: If (p_rec.attribute7 = hr_api.g_varchar2) then
662: p_rec.attribute7 :=
663: per_pgh_shd.g_old_rec.attribute7;

Line 663: per_pgh_shd.g_old_rec.attribute7;

659: per_pgh_shd.g_old_rec.attribute6;
660: End If;
661: If (p_rec.attribute7 = hr_api.g_varchar2) then
662: p_rec.attribute7 :=
663: per_pgh_shd.g_old_rec.attribute7;
664: End If;
665: If (p_rec.attribute8 = hr_api.g_varchar2) then
666: p_rec.attribute8 :=
667: per_pgh_shd.g_old_rec.attribute8;

Line 667: per_pgh_shd.g_old_rec.attribute8;

663: per_pgh_shd.g_old_rec.attribute7;
664: End If;
665: If (p_rec.attribute8 = hr_api.g_varchar2) then
666: p_rec.attribute8 :=
667: per_pgh_shd.g_old_rec.attribute8;
668: End If;
669: If (p_rec.attribute9 = hr_api.g_varchar2) then
670: p_rec.attribute9 :=
671: per_pgh_shd.g_old_rec.attribute9;

Line 671: per_pgh_shd.g_old_rec.attribute9;

667: per_pgh_shd.g_old_rec.attribute8;
668: End If;
669: If (p_rec.attribute9 = hr_api.g_varchar2) then
670: p_rec.attribute9 :=
671: per_pgh_shd.g_old_rec.attribute9;
672: End If;
673: If (p_rec.attribute10 = hr_api.g_varchar2) then
674: p_rec.attribute10 :=
675: per_pgh_shd.g_old_rec.attribute10;

Line 675: per_pgh_shd.g_old_rec.attribute10;

671: per_pgh_shd.g_old_rec.attribute9;
672: End If;
673: If (p_rec.attribute10 = hr_api.g_varchar2) then
674: p_rec.attribute10 :=
675: per_pgh_shd.g_old_rec.attribute10;
676: End If;
677: If (p_rec.attribute11 = hr_api.g_varchar2) then
678: p_rec.attribute11 :=
679: per_pgh_shd.g_old_rec.attribute11;

Line 679: per_pgh_shd.g_old_rec.attribute11;

675: per_pgh_shd.g_old_rec.attribute10;
676: End If;
677: If (p_rec.attribute11 = hr_api.g_varchar2) then
678: p_rec.attribute11 :=
679: per_pgh_shd.g_old_rec.attribute11;
680: End If;
681: If (p_rec.attribute12 = hr_api.g_varchar2) then
682: p_rec.attribute12 :=
683: per_pgh_shd.g_old_rec.attribute12;

Line 683: per_pgh_shd.g_old_rec.attribute12;

679: per_pgh_shd.g_old_rec.attribute11;
680: End If;
681: If (p_rec.attribute12 = hr_api.g_varchar2) then
682: p_rec.attribute12 :=
683: per_pgh_shd.g_old_rec.attribute12;
684: End If;
685: If (p_rec.attribute13 = hr_api.g_varchar2) then
686: p_rec.attribute13 :=
687: per_pgh_shd.g_old_rec.attribute13;

Line 687: per_pgh_shd.g_old_rec.attribute13;

683: per_pgh_shd.g_old_rec.attribute12;
684: End If;
685: If (p_rec.attribute13 = hr_api.g_varchar2) then
686: p_rec.attribute13 :=
687: per_pgh_shd.g_old_rec.attribute13;
688: End If;
689: If (p_rec.attribute14 = hr_api.g_varchar2) then
690: p_rec.attribute14 :=
691: per_pgh_shd.g_old_rec.attribute14;

Line 691: per_pgh_shd.g_old_rec.attribute14;

687: per_pgh_shd.g_old_rec.attribute13;
688: End If;
689: If (p_rec.attribute14 = hr_api.g_varchar2) then
690: p_rec.attribute14 :=
691: per_pgh_shd.g_old_rec.attribute14;
692: End If;
693: If (p_rec.attribute15 = hr_api.g_varchar2) then
694: p_rec.attribute15 :=
695: per_pgh_shd.g_old_rec.attribute15;

Line 695: per_pgh_shd.g_old_rec.attribute15;

691: per_pgh_shd.g_old_rec.attribute14;
692: End If;
693: If (p_rec.attribute15 = hr_api.g_varchar2) then
694: p_rec.attribute15 :=
695: per_pgh_shd.g_old_rec.attribute15;
696: End If;
697: If (p_rec.attribute16 = hr_api.g_varchar2) then
698: p_rec.attribute16 :=
699: per_pgh_shd.g_old_rec.attribute16;

Line 699: per_pgh_shd.g_old_rec.attribute16;

695: per_pgh_shd.g_old_rec.attribute15;
696: End If;
697: If (p_rec.attribute16 = hr_api.g_varchar2) then
698: p_rec.attribute16 :=
699: per_pgh_shd.g_old_rec.attribute16;
700: End If;
701: If (p_rec.attribute17 = hr_api.g_varchar2) then
702: p_rec.attribute17 :=
703: per_pgh_shd.g_old_rec.attribute17;

Line 703: per_pgh_shd.g_old_rec.attribute17;

699: per_pgh_shd.g_old_rec.attribute16;
700: End If;
701: If (p_rec.attribute17 = hr_api.g_varchar2) then
702: p_rec.attribute17 :=
703: per_pgh_shd.g_old_rec.attribute17;
704: End If;
705: If (p_rec.attribute18 = hr_api.g_varchar2) then
706: p_rec.attribute18 :=
707: per_pgh_shd.g_old_rec.attribute18;

Line 707: per_pgh_shd.g_old_rec.attribute18;

703: per_pgh_shd.g_old_rec.attribute17;
704: End If;
705: If (p_rec.attribute18 = hr_api.g_varchar2) then
706: p_rec.attribute18 :=
707: per_pgh_shd.g_old_rec.attribute18;
708: End If;
709: If (p_rec.attribute19 = hr_api.g_varchar2) then
710: p_rec.attribute19 :=
711: per_pgh_shd.g_old_rec.attribute19;

Line 711: per_pgh_shd.g_old_rec.attribute19;

707: per_pgh_shd.g_old_rec.attribute18;
708: End If;
709: If (p_rec.attribute19 = hr_api.g_varchar2) then
710: p_rec.attribute19 :=
711: per_pgh_shd.g_old_rec.attribute19;
712: End If;
713: If (p_rec.attribute20 = hr_api.g_varchar2) then
714: p_rec.attribute20 :=
715: per_pgh_shd.g_old_rec.attribute20;

Line 715: per_pgh_shd.g_old_rec.attribute20;

711: per_pgh_shd.g_old_rec.attribute19;
712: End If;
713: If (p_rec.attribute20 = hr_api.g_varchar2) then
714: p_rec.attribute20 :=
715: per_pgh_shd.g_old_rec.attribute20;
716: End If;
717: If (p_rec.attribute21 = hr_api.g_varchar2) then
718: p_rec.attribute21 :=
719: per_pgh_shd.g_old_rec.attribute21;

Line 719: per_pgh_shd.g_old_rec.attribute21;

715: per_pgh_shd.g_old_rec.attribute20;
716: End If;
717: If (p_rec.attribute21 = hr_api.g_varchar2) then
718: p_rec.attribute21 :=
719: per_pgh_shd.g_old_rec.attribute21;
720: End If;
721: If (p_rec.attribute22 = hr_api.g_varchar2) then
722: p_rec.attribute22 :=
723: per_pgh_shd.g_old_rec.attribute22;

Line 723: per_pgh_shd.g_old_rec.attribute22;

719: per_pgh_shd.g_old_rec.attribute21;
720: End If;
721: If (p_rec.attribute22 = hr_api.g_varchar2) then
722: p_rec.attribute22 :=
723: per_pgh_shd.g_old_rec.attribute22;
724: End If;
725: If (p_rec.attribute23 = hr_api.g_varchar2) then
726: p_rec.attribute23 :=
727: per_pgh_shd.g_old_rec.attribute23;

Line 727: per_pgh_shd.g_old_rec.attribute23;

723: per_pgh_shd.g_old_rec.attribute22;
724: End If;
725: If (p_rec.attribute23 = hr_api.g_varchar2) then
726: p_rec.attribute23 :=
727: per_pgh_shd.g_old_rec.attribute23;
728: End If;
729: If (p_rec.attribute24 = hr_api.g_varchar2) then
730: p_rec.attribute24 :=
731: per_pgh_shd.g_old_rec.attribute24;

Line 731: per_pgh_shd.g_old_rec.attribute24;

727: per_pgh_shd.g_old_rec.attribute23;
728: End If;
729: If (p_rec.attribute24 = hr_api.g_varchar2) then
730: p_rec.attribute24 :=
731: per_pgh_shd.g_old_rec.attribute24;
732: End If;
733: If (p_rec.attribute25 = hr_api.g_varchar2) then
734: p_rec.attribute25 :=
735: per_pgh_shd.g_old_rec.attribute25;

Line 735: per_pgh_shd.g_old_rec.attribute25;

731: per_pgh_shd.g_old_rec.attribute24;
732: End If;
733: If (p_rec.attribute25 = hr_api.g_varchar2) then
734: p_rec.attribute25 :=
735: per_pgh_shd.g_old_rec.attribute25;
736: End If;
737: If (p_rec.attribute26 = hr_api.g_varchar2) then
738: p_rec.attribute26 :=
739: per_pgh_shd.g_old_rec.attribute26;

Line 739: per_pgh_shd.g_old_rec.attribute26;

735: per_pgh_shd.g_old_rec.attribute25;
736: End If;
737: If (p_rec.attribute26 = hr_api.g_varchar2) then
738: p_rec.attribute26 :=
739: per_pgh_shd.g_old_rec.attribute26;
740: End If;
741: If (p_rec.attribute27 = hr_api.g_varchar2) then
742: p_rec.attribute27 :=
743: per_pgh_shd.g_old_rec.attribute27;

Line 743: per_pgh_shd.g_old_rec.attribute27;

739: per_pgh_shd.g_old_rec.attribute26;
740: End If;
741: If (p_rec.attribute27 = hr_api.g_varchar2) then
742: p_rec.attribute27 :=
743: per_pgh_shd.g_old_rec.attribute27;
744: End If;
745: If (p_rec.attribute28 = hr_api.g_varchar2) then
746: p_rec.attribute28 :=
747: per_pgh_shd.g_old_rec.attribute28;

Line 747: per_pgh_shd.g_old_rec.attribute28;

743: per_pgh_shd.g_old_rec.attribute27;
744: End If;
745: If (p_rec.attribute28 = hr_api.g_varchar2) then
746: p_rec.attribute28 :=
747: per_pgh_shd.g_old_rec.attribute28;
748: End If;
749: If (p_rec.attribute29 = hr_api.g_varchar2) then
750: p_rec.attribute29 :=
751: per_pgh_shd.g_old_rec.attribute29;

Line 751: per_pgh_shd.g_old_rec.attribute29;

747: per_pgh_shd.g_old_rec.attribute28;
748: End If;
749: If (p_rec.attribute29 = hr_api.g_varchar2) then
750: p_rec.attribute29 :=
751: per_pgh_shd.g_old_rec.attribute29;
752: End If;
753: If (p_rec.attribute30 = hr_api.g_varchar2) then
754: p_rec.attribute30 :=
755: per_pgh_shd.g_old_rec.attribute30;

Line 755: per_pgh_shd.g_old_rec.attribute30;

751: per_pgh_shd.g_old_rec.attribute29;
752: End If;
753: If (p_rec.attribute30 = hr_api.g_varchar2) then
754: p_rec.attribute30 :=
755: per_pgh_shd.g_old_rec.attribute30;
756: End If;
757: If (p_rec.information_category = hr_api.g_varchar2) then
758: p_rec.information_category :=
759: per_pgh_shd.g_old_rec.information_category;

Line 759: per_pgh_shd.g_old_rec.information_category;

755: per_pgh_shd.g_old_rec.attribute30;
756: End If;
757: If (p_rec.information_category = hr_api.g_varchar2) then
758: p_rec.information_category :=
759: per_pgh_shd.g_old_rec.information_category;
760: End If;
761: If (p_rec.information1 = hr_api.g_varchar2) then
762: p_rec.information1 :=
763: per_pgh_shd.g_old_rec.information1;

Line 763: per_pgh_shd.g_old_rec.information1;

759: per_pgh_shd.g_old_rec.information_category;
760: End If;
761: If (p_rec.information1 = hr_api.g_varchar2) then
762: p_rec.information1 :=
763: per_pgh_shd.g_old_rec.information1;
764: End If;
765: If (p_rec.information2 = hr_api.g_varchar2) then
766: p_rec.information2 :=
767: per_pgh_shd.g_old_rec.information2;

Line 767: per_pgh_shd.g_old_rec.information2;

763: per_pgh_shd.g_old_rec.information1;
764: End If;
765: If (p_rec.information2 = hr_api.g_varchar2) then
766: p_rec.information2 :=
767: per_pgh_shd.g_old_rec.information2;
768: End If;
769: If (p_rec.information3 = hr_api.g_varchar2) then
770: p_rec.information3 :=
771: per_pgh_shd.g_old_rec.information3;

Line 771: per_pgh_shd.g_old_rec.information3;

767: per_pgh_shd.g_old_rec.information2;
768: End If;
769: If (p_rec.information3 = hr_api.g_varchar2) then
770: p_rec.information3 :=
771: per_pgh_shd.g_old_rec.information3;
772: End If;
773: If (p_rec.information4 = hr_api.g_varchar2) then
774: p_rec.information4 :=
775: per_pgh_shd.g_old_rec.information4;

Line 775: per_pgh_shd.g_old_rec.information4;

771: per_pgh_shd.g_old_rec.information3;
772: End If;
773: If (p_rec.information4 = hr_api.g_varchar2) then
774: p_rec.information4 :=
775: per_pgh_shd.g_old_rec.information4;
776: End If;
777: If (p_rec.information5 = hr_api.g_varchar2) then
778: p_rec.information5 :=
779: per_pgh_shd.g_old_rec.information5;

Line 779: per_pgh_shd.g_old_rec.information5;

775: per_pgh_shd.g_old_rec.information4;
776: End If;
777: If (p_rec.information5 = hr_api.g_varchar2) then
778: p_rec.information5 :=
779: per_pgh_shd.g_old_rec.information5;
780: End If;
781: If (p_rec.information6 = hr_api.g_varchar2) then
782: p_rec.information6 :=
783: per_pgh_shd.g_old_rec.information6;

Line 783: per_pgh_shd.g_old_rec.information6;

779: per_pgh_shd.g_old_rec.information5;
780: End If;
781: If (p_rec.information6 = hr_api.g_varchar2) then
782: p_rec.information6 :=
783: per_pgh_shd.g_old_rec.information6;
784: End If;
785: If (p_rec.information7 = hr_api.g_varchar2) then
786: p_rec.information7 :=
787: per_pgh_shd.g_old_rec.information7;

Line 787: per_pgh_shd.g_old_rec.information7;

783: per_pgh_shd.g_old_rec.information6;
784: End If;
785: If (p_rec.information7 = hr_api.g_varchar2) then
786: p_rec.information7 :=
787: per_pgh_shd.g_old_rec.information7;
788: End If;
789: If (p_rec.information8 = hr_api.g_varchar2) then
790: p_rec.information8 :=
791: per_pgh_shd.g_old_rec.information8;

Line 791: per_pgh_shd.g_old_rec.information8;

787: per_pgh_shd.g_old_rec.information7;
788: End If;
789: If (p_rec.information8 = hr_api.g_varchar2) then
790: p_rec.information8 :=
791: per_pgh_shd.g_old_rec.information8;
792: End If;
793: If (p_rec.information9 = hr_api.g_varchar2) then
794: p_rec.information9 :=
795: per_pgh_shd.g_old_rec.information9;

Line 795: per_pgh_shd.g_old_rec.information9;

791: per_pgh_shd.g_old_rec.information8;
792: End If;
793: If (p_rec.information9 = hr_api.g_varchar2) then
794: p_rec.information9 :=
795: per_pgh_shd.g_old_rec.information9;
796: End If;
797: If (p_rec.information10 = hr_api.g_varchar2) then
798: p_rec.information10 :=
799: per_pgh_shd.g_old_rec.information10;

Line 799: per_pgh_shd.g_old_rec.information10;

795: per_pgh_shd.g_old_rec.information9;
796: End If;
797: If (p_rec.information10 = hr_api.g_varchar2) then
798: p_rec.information10 :=
799: per_pgh_shd.g_old_rec.information10;
800: End If;
801: If (p_rec.information11 = hr_api.g_varchar2) then
802: p_rec.information11 :=
803: per_pgh_shd.g_old_rec.information11;

Line 803: per_pgh_shd.g_old_rec.information11;

799: per_pgh_shd.g_old_rec.information10;
800: End If;
801: If (p_rec.information11 = hr_api.g_varchar2) then
802: p_rec.information11 :=
803: per_pgh_shd.g_old_rec.information11;
804: End If;
805: If (p_rec.information12 = hr_api.g_varchar2) then
806: p_rec.information12 :=
807: per_pgh_shd.g_old_rec.information12;

Line 807: per_pgh_shd.g_old_rec.information12;

803: per_pgh_shd.g_old_rec.information11;
804: End If;
805: If (p_rec.information12 = hr_api.g_varchar2) then
806: p_rec.information12 :=
807: per_pgh_shd.g_old_rec.information12;
808: End If;
809: If (p_rec.information13 = hr_api.g_varchar2) then
810: p_rec.information13 :=
811: per_pgh_shd.g_old_rec.information13;

Line 811: per_pgh_shd.g_old_rec.information13;

807: per_pgh_shd.g_old_rec.information12;
808: End If;
809: If (p_rec.information13 = hr_api.g_varchar2) then
810: p_rec.information13 :=
811: per_pgh_shd.g_old_rec.information13;
812: End If;
813: If (p_rec.information14 = hr_api.g_varchar2) then
814: p_rec.information14 :=
815: per_pgh_shd.g_old_rec.information14;

Line 815: per_pgh_shd.g_old_rec.information14;

811: per_pgh_shd.g_old_rec.information13;
812: End If;
813: If (p_rec.information14 = hr_api.g_varchar2) then
814: p_rec.information14 :=
815: per_pgh_shd.g_old_rec.information14;
816: End If;
817: If (p_rec.information15 = hr_api.g_varchar2) then
818: p_rec.information15 :=
819: per_pgh_shd.g_old_rec.information15;

Line 819: per_pgh_shd.g_old_rec.information15;

815: per_pgh_shd.g_old_rec.information14;
816: End If;
817: If (p_rec.information15 = hr_api.g_varchar2) then
818: p_rec.information15 :=
819: per_pgh_shd.g_old_rec.information15;
820: End If;
821: If (p_rec.information16 = hr_api.g_varchar2) then
822: p_rec.information16 :=
823: per_pgh_shd.g_old_rec.information16;

Line 823: per_pgh_shd.g_old_rec.information16;

819: per_pgh_shd.g_old_rec.information15;
820: End If;
821: If (p_rec.information16 = hr_api.g_varchar2) then
822: p_rec.information16 :=
823: per_pgh_shd.g_old_rec.information16;
824: End If;
825: If (p_rec.information17 = hr_api.g_varchar2) then
826: p_rec.information17 :=
827: per_pgh_shd.g_old_rec.information17;

Line 827: per_pgh_shd.g_old_rec.information17;

823: per_pgh_shd.g_old_rec.information16;
824: End If;
825: If (p_rec.information17 = hr_api.g_varchar2) then
826: p_rec.information17 :=
827: per_pgh_shd.g_old_rec.information17;
828: End If;
829: If (p_rec.information18 = hr_api.g_varchar2) then
830: p_rec.information18 :=
831: per_pgh_shd.g_old_rec.information18;

Line 831: per_pgh_shd.g_old_rec.information18;

827: per_pgh_shd.g_old_rec.information17;
828: End If;
829: If (p_rec.information18 = hr_api.g_varchar2) then
830: p_rec.information18 :=
831: per_pgh_shd.g_old_rec.information18;
832: End If;
833: If (p_rec.information19 = hr_api.g_varchar2) then
834: p_rec.information19 :=
835: per_pgh_shd.g_old_rec.information19;

Line 835: per_pgh_shd.g_old_rec.information19;

831: per_pgh_shd.g_old_rec.information18;
832: End If;
833: If (p_rec.information19 = hr_api.g_varchar2) then
834: p_rec.information19 :=
835: per_pgh_shd.g_old_rec.information19;
836: End If;
837: If (p_rec.information20 = hr_api.g_varchar2) then
838: p_rec.information20 :=
839: per_pgh_shd.g_old_rec.information20;

Line 839: per_pgh_shd.g_old_rec.information20;

835: per_pgh_shd.g_old_rec.information19;
836: End If;
837: If (p_rec.information20 = hr_api.g_varchar2) then
838: p_rec.information20 :=
839: per_pgh_shd.g_old_rec.information20;
840: End If;
841: If (p_rec.information21 = hr_api.g_varchar2) then
842: p_rec.information21 :=
843: per_pgh_shd.g_old_rec.information21;

Line 843: per_pgh_shd.g_old_rec.information21;

839: per_pgh_shd.g_old_rec.information20;
840: End If;
841: If (p_rec.information21 = hr_api.g_varchar2) then
842: p_rec.information21 :=
843: per_pgh_shd.g_old_rec.information21;
844: End If;
845: If (p_rec.information22 = hr_api.g_varchar2) then
846: p_rec.information22 :=
847: per_pgh_shd.g_old_rec.information22;

Line 847: per_pgh_shd.g_old_rec.information22;

843: per_pgh_shd.g_old_rec.information21;
844: End If;
845: If (p_rec.information22 = hr_api.g_varchar2) then
846: p_rec.information22 :=
847: per_pgh_shd.g_old_rec.information22;
848: End If;
849: If (p_rec.information23 = hr_api.g_varchar2) then
850: p_rec.information23 :=
851: per_pgh_shd.g_old_rec.information23;

Line 851: per_pgh_shd.g_old_rec.information23;

847: per_pgh_shd.g_old_rec.information22;
848: End If;
849: If (p_rec.information23 = hr_api.g_varchar2) then
850: p_rec.information23 :=
851: per_pgh_shd.g_old_rec.information23;
852: End If;
853: If (p_rec.information24 = hr_api.g_varchar2) then
854: p_rec.information24 :=
855: per_pgh_shd.g_old_rec.information24;

Line 855: per_pgh_shd.g_old_rec.information24;

851: per_pgh_shd.g_old_rec.information23;
852: End If;
853: If (p_rec.information24 = hr_api.g_varchar2) then
854: p_rec.information24 :=
855: per_pgh_shd.g_old_rec.information24;
856: End If;
857: If (p_rec.information25 = hr_api.g_varchar2) then
858: p_rec.information25 :=
859: per_pgh_shd.g_old_rec.information25;

Line 859: per_pgh_shd.g_old_rec.information25;

855: per_pgh_shd.g_old_rec.information24;
856: End If;
857: If (p_rec.information25 = hr_api.g_varchar2) then
858: p_rec.information25 :=
859: per_pgh_shd.g_old_rec.information25;
860: End If;
861: If (p_rec.information26 = hr_api.g_varchar2) then
862: p_rec.information26 :=
863: per_pgh_shd.g_old_rec.information26;

Line 863: per_pgh_shd.g_old_rec.information26;

859: per_pgh_shd.g_old_rec.information25;
860: End If;
861: If (p_rec.information26 = hr_api.g_varchar2) then
862: p_rec.information26 :=
863: per_pgh_shd.g_old_rec.information26;
864: End If;
865: If (p_rec.information27 = hr_api.g_varchar2) then
866: p_rec.information27 :=
867: per_pgh_shd.g_old_rec.information27;

Line 867: per_pgh_shd.g_old_rec.information27;

863: per_pgh_shd.g_old_rec.information26;
864: End If;
865: If (p_rec.information27 = hr_api.g_varchar2) then
866: p_rec.information27 :=
867: per_pgh_shd.g_old_rec.information27;
868: End If;
869: If (p_rec.information28 = hr_api.g_varchar2) then
870: p_rec.information28 :=
871: per_pgh_shd.g_old_rec.information28;

Line 871: per_pgh_shd.g_old_rec.information28;

867: per_pgh_shd.g_old_rec.information27;
868: End If;
869: If (p_rec.information28 = hr_api.g_varchar2) then
870: p_rec.information28 :=
871: per_pgh_shd.g_old_rec.information28;
872: End If;
873: If (p_rec.information29 = hr_api.g_varchar2) then
874: p_rec.information29 :=
875: per_pgh_shd.g_old_rec.information29;

Line 875: per_pgh_shd.g_old_rec.information29;

871: per_pgh_shd.g_old_rec.information28;
872: End If;
873: If (p_rec.information29 = hr_api.g_varchar2) then
874: p_rec.information29 :=
875: per_pgh_shd.g_old_rec.information29;
876: End If;
877: If (p_rec.information30 = hr_api.g_varchar2) then
878: p_rec.information30 :=
879: per_pgh_shd.g_old_rec.information30;

Line 879: per_pgh_shd.g_old_rec.information30;

875: per_pgh_shd.g_old_rec.information29;
876: End If;
877: If (p_rec.information30 = hr_api.g_varchar2) then
878: p_rec.information30 :=
879: per_pgh_shd.g_old_rec.information30;
880: End If;
881: --
882: End convert_defs;
883: --

Line 889: ,p_rec in out nocopy per_pgh_shd.g_rec_type

885: -- |---------------------------------< upd >----------------------------------|
886: -- ----------------------------------------------------------------------------
887: Procedure upd
888: (p_effective_date in date
889: ,p_rec in out nocopy per_pgh_shd.g_rec_type
890: ) is
891: --
892: l_proc varchar2(72) := g_package||'upd';
893: --

Line 899: per_pgh_shd.lck

895: hr_utility.set_location('Entering:'||l_proc, 5);
896: --
897: -- We must lock the row which we need to update.
898: --
899: per_pgh_shd.lck
900: (p_rec.hierarchy_id
901: ,p_rec.object_version_number
902: );
903: --

Line 1008: l_rec per_pgh_shd.g_rec_type;

1004: ,p_information29 in varchar2 default hr_api.g_varchar2
1005: ,p_information30 in varchar2 default hr_api.g_varchar2
1006: ) is
1007: --
1008: l_rec per_pgh_shd.g_rec_type;
1009: l_proc varchar2(72) := g_package||'upd';
1010: --
1011: Begin
1012: hr_utility.set_location('Entering:'||l_proc, 5);

Line 1018: per_pgh_shd.convert_args

1014: -- Call conversion function to turn arguments into the
1015: -- l_rec structure.
1016: --
1017: l_rec :=
1018: per_pgh_shd.convert_args
1019: (p_hierarchy_id
1020: ,hr_api.g_number
1021: ,p_name
1022: ,hr_api.g_varchar2