DBA Data[Home] [Help]

APPS.PQP_PCV_UPD dependencies on HR_API

Line 126: When hr_api.check_integrity_violated Then

122: --
123: hr_utility.set_location(' Leaving:'||l_proc, 10);
124: --
125: Exception
126: When hr_api.check_integrity_violated Then
127: -- A check constraint has been violated
128: --
129: pqp_pcv_shd.constraint_error
130: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 130: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

126: When hr_api.check_integrity_violated Then
127: -- A check constraint has been violated
128: --
129: pqp_pcv_shd.constraint_error
130: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
131: When hr_api.parent_integrity_violated Then
132: -- Parent integrity has been violated
133: --
134: pqp_pcv_shd.constraint_error

Line 131: When hr_api.parent_integrity_violated Then

127: -- A check constraint has been violated
128: --
129: pqp_pcv_shd.constraint_error
130: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
131: When hr_api.parent_integrity_violated Then
132: -- Parent integrity has been violated
133: --
134: pqp_pcv_shd.constraint_error
135: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 135: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

131: When hr_api.parent_integrity_violated Then
132: -- Parent integrity has been violated
133: --
134: pqp_pcv_shd.constraint_error
135: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
136: When hr_api.unique_integrity_violated Then
137: -- Unique integrity has been violated
138: --
139: pqp_pcv_shd.constraint_error

Line 136: When hr_api.unique_integrity_violated Then

132: -- Parent integrity has been violated
133: --
134: pqp_pcv_shd.constraint_error
135: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
136: When hr_api.unique_integrity_violated Then
137: -- Unique integrity has been violated
138: --
139: pqp_pcv_shd.constraint_error
140: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 140: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

136: When hr_api.unique_integrity_violated Then
137: -- Unique integrity has been violated
138: --
139: pqp_pcv_shd.constraint_error
140: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
141: When Others Then
142: --
143: Raise;
144: End update_dml;

Line 425: when hr_api.cannot_find_prog_unit then

421: );
422: --
423: exception
424: --
425: when hr_api.cannot_find_prog_unit then
426: --
427: hr_api.cannot_find_prog_unit_error
428: (p_module_name => 'PQP_CONFIGURATION_VALUES'
429: ,p_hook_type => 'AU');

Line 427: hr_api.cannot_find_prog_unit_error

423: exception
424: --
425: when hr_api.cannot_find_prog_unit then
426: --
427: hr_api.cannot_find_prog_unit_error
428: (p_module_name => 'PQP_CONFIGURATION_VALUES'
429: ,p_hook_type => 'AU');
430: --
431: end;

Line 490: If (p_rec.business_group_id = hr_api.g_number) then

486: -- p_rec plsql record structure
487: -- to see if a system default is being used. If a system default
488: -- is being used then we must set to the 'current' argument value.
489: --
490: If (p_rec.business_group_id = hr_api.g_number) then
491: p_rec.business_group_id :=
492: pqp_pcv_shd.g_old_rec.business_group_id;
493: End If;
494: If (p_rec.legislation_code = hr_api.g_varchar2) then

Line 494: If (p_rec.legislation_code = hr_api.g_varchar2) then

490: If (p_rec.business_group_id = hr_api.g_number) then
491: p_rec.business_group_id :=
492: pqp_pcv_shd.g_old_rec.business_group_id;
493: End If;
494: If (p_rec.legislation_code = hr_api.g_varchar2) then
495: p_rec.legislation_code :=
496: pqp_pcv_shd.g_old_rec.legislation_code;
497: End If;
498: If (p_rec.pcv_attribute_category = hr_api.g_varchar2) then

Line 498: If (p_rec.pcv_attribute_category = hr_api.g_varchar2) then

494: If (p_rec.legislation_code = hr_api.g_varchar2) then
495: p_rec.legislation_code :=
496: pqp_pcv_shd.g_old_rec.legislation_code;
497: End If;
498: If (p_rec.pcv_attribute_category = hr_api.g_varchar2) then
499: p_rec.pcv_attribute_category :=
500: pqp_pcv_shd.g_old_rec.pcv_attribute_category;
501: End If;
502: If (p_rec.pcv_attribute1 = hr_api.g_varchar2) then

Line 502: If (p_rec.pcv_attribute1 = hr_api.g_varchar2) then

498: If (p_rec.pcv_attribute_category = hr_api.g_varchar2) then
499: p_rec.pcv_attribute_category :=
500: pqp_pcv_shd.g_old_rec.pcv_attribute_category;
501: End If;
502: If (p_rec.pcv_attribute1 = hr_api.g_varchar2) then
503: p_rec.pcv_attribute1 :=
504: pqp_pcv_shd.g_old_rec.pcv_attribute1;
505: End If;
506: If (p_rec.pcv_attribute2 = hr_api.g_varchar2) then

Line 506: If (p_rec.pcv_attribute2 = hr_api.g_varchar2) then

502: If (p_rec.pcv_attribute1 = hr_api.g_varchar2) then
503: p_rec.pcv_attribute1 :=
504: pqp_pcv_shd.g_old_rec.pcv_attribute1;
505: End If;
506: If (p_rec.pcv_attribute2 = hr_api.g_varchar2) then
507: p_rec.pcv_attribute2 :=
508: pqp_pcv_shd.g_old_rec.pcv_attribute2;
509: End If;
510: If (p_rec.pcv_attribute3 = hr_api.g_varchar2) then

Line 510: If (p_rec.pcv_attribute3 = hr_api.g_varchar2) then

506: If (p_rec.pcv_attribute2 = hr_api.g_varchar2) then
507: p_rec.pcv_attribute2 :=
508: pqp_pcv_shd.g_old_rec.pcv_attribute2;
509: End If;
510: If (p_rec.pcv_attribute3 = hr_api.g_varchar2) then
511: p_rec.pcv_attribute3 :=
512: pqp_pcv_shd.g_old_rec.pcv_attribute3;
513: End If;
514: If (p_rec.pcv_attribute4 = hr_api.g_varchar2) then

Line 514: If (p_rec.pcv_attribute4 = hr_api.g_varchar2) then

510: If (p_rec.pcv_attribute3 = hr_api.g_varchar2) then
511: p_rec.pcv_attribute3 :=
512: pqp_pcv_shd.g_old_rec.pcv_attribute3;
513: End If;
514: If (p_rec.pcv_attribute4 = hr_api.g_varchar2) then
515: p_rec.pcv_attribute4 :=
516: pqp_pcv_shd.g_old_rec.pcv_attribute4;
517: End If;
518: If (p_rec.pcv_attribute5 = hr_api.g_varchar2) then

Line 518: If (p_rec.pcv_attribute5 = hr_api.g_varchar2) then

514: If (p_rec.pcv_attribute4 = hr_api.g_varchar2) then
515: p_rec.pcv_attribute4 :=
516: pqp_pcv_shd.g_old_rec.pcv_attribute4;
517: End If;
518: If (p_rec.pcv_attribute5 = hr_api.g_varchar2) then
519: p_rec.pcv_attribute5 :=
520: pqp_pcv_shd.g_old_rec.pcv_attribute5;
521: End If;
522: If (p_rec.pcv_attribute6 = hr_api.g_varchar2) then

Line 522: If (p_rec.pcv_attribute6 = hr_api.g_varchar2) then

518: If (p_rec.pcv_attribute5 = hr_api.g_varchar2) then
519: p_rec.pcv_attribute5 :=
520: pqp_pcv_shd.g_old_rec.pcv_attribute5;
521: End If;
522: If (p_rec.pcv_attribute6 = hr_api.g_varchar2) then
523: p_rec.pcv_attribute6 :=
524: pqp_pcv_shd.g_old_rec.pcv_attribute6;
525: End If;
526: If (p_rec.pcv_attribute7 = hr_api.g_varchar2) then

Line 526: If (p_rec.pcv_attribute7 = hr_api.g_varchar2) then

522: If (p_rec.pcv_attribute6 = hr_api.g_varchar2) then
523: p_rec.pcv_attribute6 :=
524: pqp_pcv_shd.g_old_rec.pcv_attribute6;
525: End If;
526: If (p_rec.pcv_attribute7 = hr_api.g_varchar2) then
527: p_rec.pcv_attribute7 :=
528: pqp_pcv_shd.g_old_rec.pcv_attribute7;
529: End If;
530: If (p_rec.pcv_attribute8 = hr_api.g_varchar2) then

Line 530: If (p_rec.pcv_attribute8 = hr_api.g_varchar2) then

526: If (p_rec.pcv_attribute7 = hr_api.g_varchar2) then
527: p_rec.pcv_attribute7 :=
528: pqp_pcv_shd.g_old_rec.pcv_attribute7;
529: End If;
530: If (p_rec.pcv_attribute8 = hr_api.g_varchar2) then
531: p_rec.pcv_attribute8 :=
532: pqp_pcv_shd.g_old_rec.pcv_attribute8;
533: End If;
534: If (p_rec.pcv_attribute9 = hr_api.g_varchar2) then

Line 534: If (p_rec.pcv_attribute9 = hr_api.g_varchar2) then

530: If (p_rec.pcv_attribute8 = hr_api.g_varchar2) then
531: p_rec.pcv_attribute8 :=
532: pqp_pcv_shd.g_old_rec.pcv_attribute8;
533: End If;
534: If (p_rec.pcv_attribute9 = hr_api.g_varchar2) then
535: p_rec.pcv_attribute9 :=
536: pqp_pcv_shd.g_old_rec.pcv_attribute9;
537: End If;
538: If (p_rec.pcv_attribute10 = hr_api.g_varchar2) then

Line 538: If (p_rec.pcv_attribute10 = hr_api.g_varchar2) then

534: If (p_rec.pcv_attribute9 = hr_api.g_varchar2) then
535: p_rec.pcv_attribute9 :=
536: pqp_pcv_shd.g_old_rec.pcv_attribute9;
537: End If;
538: If (p_rec.pcv_attribute10 = hr_api.g_varchar2) then
539: p_rec.pcv_attribute10 :=
540: pqp_pcv_shd.g_old_rec.pcv_attribute10;
541: End If;
542: If (p_rec.pcv_attribute11 = hr_api.g_varchar2) then

Line 542: If (p_rec.pcv_attribute11 = hr_api.g_varchar2) then

538: If (p_rec.pcv_attribute10 = hr_api.g_varchar2) then
539: p_rec.pcv_attribute10 :=
540: pqp_pcv_shd.g_old_rec.pcv_attribute10;
541: End If;
542: If (p_rec.pcv_attribute11 = hr_api.g_varchar2) then
543: p_rec.pcv_attribute11 :=
544: pqp_pcv_shd.g_old_rec.pcv_attribute11;
545: End If;
546: If (p_rec.pcv_attribute12 = hr_api.g_varchar2) then

Line 546: If (p_rec.pcv_attribute12 = hr_api.g_varchar2) then

542: If (p_rec.pcv_attribute11 = hr_api.g_varchar2) then
543: p_rec.pcv_attribute11 :=
544: pqp_pcv_shd.g_old_rec.pcv_attribute11;
545: End If;
546: If (p_rec.pcv_attribute12 = hr_api.g_varchar2) then
547: p_rec.pcv_attribute12 :=
548: pqp_pcv_shd.g_old_rec.pcv_attribute12;
549: End If;
550: If (p_rec.pcv_attribute13 = hr_api.g_varchar2) then

Line 550: If (p_rec.pcv_attribute13 = hr_api.g_varchar2) then

546: If (p_rec.pcv_attribute12 = hr_api.g_varchar2) then
547: p_rec.pcv_attribute12 :=
548: pqp_pcv_shd.g_old_rec.pcv_attribute12;
549: End If;
550: If (p_rec.pcv_attribute13 = hr_api.g_varchar2) then
551: p_rec.pcv_attribute13 :=
552: pqp_pcv_shd.g_old_rec.pcv_attribute13;
553: End If;
554: If (p_rec.pcv_attribute14 = hr_api.g_varchar2) then

Line 554: If (p_rec.pcv_attribute14 = hr_api.g_varchar2) then

550: If (p_rec.pcv_attribute13 = hr_api.g_varchar2) then
551: p_rec.pcv_attribute13 :=
552: pqp_pcv_shd.g_old_rec.pcv_attribute13;
553: End If;
554: If (p_rec.pcv_attribute14 = hr_api.g_varchar2) then
555: p_rec.pcv_attribute14 :=
556: pqp_pcv_shd.g_old_rec.pcv_attribute14;
557: End If;
558: If (p_rec.pcv_attribute15 = hr_api.g_varchar2) then

Line 558: If (p_rec.pcv_attribute15 = hr_api.g_varchar2) then

554: If (p_rec.pcv_attribute14 = hr_api.g_varchar2) then
555: p_rec.pcv_attribute14 :=
556: pqp_pcv_shd.g_old_rec.pcv_attribute14;
557: End If;
558: If (p_rec.pcv_attribute15 = hr_api.g_varchar2) then
559: p_rec.pcv_attribute15 :=
560: pqp_pcv_shd.g_old_rec.pcv_attribute15;
561: End If;
562: If (p_rec.pcv_attribute16 = hr_api.g_varchar2) then

Line 562: If (p_rec.pcv_attribute16 = hr_api.g_varchar2) then

558: If (p_rec.pcv_attribute15 = hr_api.g_varchar2) then
559: p_rec.pcv_attribute15 :=
560: pqp_pcv_shd.g_old_rec.pcv_attribute15;
561: End If;
562: If (p_rec.pcv_attribute16 = hr_api.g_varchar2) then
563: p_rec.pcv_attribute16 :=
564: pqp_pcv_shd.g_old_rec.pcv_attribute16;
565: End If;
566: If (p_rec.pcv_attribute17 = hr_api.g_varchar2) then

Line 566: If (p_rec.pcv_attribute17 = hr_api.g_varchar2) then

562: If (p_rec.pcv_attribute16 = hr_api.g_varchar2) then
563: p_rec.pcv_attribute16 :=
564: pqp_pcv_shd.g_old_rec.pcv_attribute16;
565: End If;
566: If (p_rec.pcv_attribute17 = hr_api.g_varchar2) then
567: p_rec.pcv_attribute17 :=
568: pqp_pcv_shd.g_old_rec.pcv_attribute17;
569: End If;
570: If (p_rec.pcv_attribute18 = hr_api.g_varchar2) then

Line 570: If (p_rec.pcv_attribute18 = hr_api.g_varchar2) then

566: If (p_rec.pcv_attribute17 = hr_api.g_varchar2) then
567: p_rec.pcv_attribute17 :=
568: pqp_pcv_shd.g_old_rec.pcv_attribute17;
569: End If;
570: If (p_rec.pcv_attribute18 = hr_api.g_varchar2) then
571: p_rec.pcv_attribute18 :=
572: pqp_pcv_shd.g_old_rec.pcv_attribute18;
573: End If;
574: If (p_rec.pcv_attribute19 = hr_api.g_varchar2) then

Line 574: If (p_rec.pcv_attribute19 = hr_api.g_varchar2) then

570: If (p_rec.pcv_attribute18 = hr_api.g_varchar2) then
571: p_rec.pcv_attribute18 :=
572: pqp_pcv_shd.g_old_rec.pcv_attribute18;
573: End If;
574: If (p_rec.pcv_attribute19 = hr_api.g_varchar2) then
575: p_rec.pcv_attribute19 :=
576: pqp_pcv_shd.g_old_rec.pcv_attribute19;
577: End If;
578: If (p_rec.pcv_attribute20 = hr_api.g_varchar2) then

Line 578: If (p_rec.pcv_attribute20 = hr_api.g_varchar2) then

574: If (p_rec.pcv_attribute19 = hr_api.g_varchar2) then
575: p_rec.pcv_attribute19 :=
576: pqp_pcv_shd.g_old_rec.pcv_attribute19;
577: End If;
578: If (p_rec.pcv_attribute20 = hr_api.g_varchar2) then
579: p_rec.pcv_attribute20 :=
580: pqp_pcv_shd.g_old_rec.pcv_attribute20;
581: End If;
582: If (p_rec.pcv_information_category = hr_api.g_varchar2) then

Line 582: If (p_rec.pcv_information_category = hr_api.g_varchar2) then

578: If (p_rec.pcv_attribute20 = hr_api.g_varchar2) then
579: p_rec.pcv_attribute20 :=
580: pqp_pcv_shd.g_old_rec.pcv_attribute20;
581: End If;
582: If (p_rec.pcv_information_category = hr_api.g_varchar2) then
583: p_rec.pcv_information_category :=
584: pqp_pcv_shd.g_old_rec.pcv_information_category;
585: End If;
586: If (p_rec.pcv_information1 = hr_api.g_varchar2) then

Line 586: If (p_rec.pcv_information1 = hr_api.g_varchar2) then

582: If (p_rec.pcv_information_category = hr_api.g_varchar2) then
583: p_rec.pcv_information_category :=
584: pqp_pcv_shd.g_old_rec.pcv_information_category;
585: End If;
586: If (p_rec.pcv_information1 = hr_api.g_varchar2) then
587: p_rec.pcv_information1 :=
588: pqp_pcv_shd.g_old_rec.pcv_information1;
589: End If;
590: If (p_rec.pcv_information2 = hr_api.g_varchar2) then

Line 590: If (p_rec.pcv_information2 = hr_api.g_varchar2) then

586: If (p_rec.pcv_information1 = hr_api.g_varchar2) then
587: p_rec.pcv_information1 :=
588: pqp_pcv_shd.g_old_rec.pcv_information1;
589: End If;
590: If (p_rec.pcv_information2 = hr_api.g_varchar2) then
591: p_rec.pcv_information2 :=
592: pqp_pcv_shd.g_old_rec.pcv_information2;
593: End If;
594: If (p_rec.pcv_information3 = hr_api.g_varchar2) then

Line 594: If (p_rec.pcv_information3 = hr_api.g_varchar2) then

590: If (p_rec.pcv_information2 = hr_api.g_varchar2) then
591: p_rec.pcv_information2 :=
592: pqp_pcv_shd.g_old_rec.pcv_information2;
593: End If;
594: If (p_rec.pcv_information3 = hr_api.g_varchar2) then
595: p_rec.pcv_information3 :=
596: pqp_pcv_shd.g_old_rec.pcv_information3;
597: End If;
598: If (p_rec.pcv_information4 = hr_api.g_varchar2) then

Line 598: If (p_rec.pcv_information4 = hr_api.g_varchar2) then

594: If (p_rec.pcv_information3 = hr_api.g_varchar2) then
595: p_rec.pcv_information3 :=
596: pqp_pcv_shd.g_old_rec.pcv_information3;
597: End If;
598: If (p_rec.pcv_information4 = hr_api.g_varchar2) then
599: p_rec.pcv_information4 :=
600: pqp_pcv_shd.g_old_rec.pcv_information4;
601: End If;
602: If (p_rec.pcv_information5 = hr_api.g_varchar2) then

Line 602: If (p_rec.pcv_information5 = hr_api.g_varchar2) then

598: If (p_rec.pcv_information4 = hr_api.g_varchar2) then
599: p_rec.pcv_information4 :=
600: pqp_pcv_shd.g_old_rec.pcv_information4;
601: End If;
602: If (p_rec.pcv_information5 = hr_api.g_varchar2) then
603: p_rec.pcv_information5 :=
604: pqp_pcv_shd.g_old_rec.pcv_information5;
605: End If;
606: If (p_rec.pcv_information6 = hr_api.g_varchar2) then

Line 606: If (p_rec.pcv_information6 = hr_api.g_varchar2) then

602: If (p_rec.pcv_information5 = hr_api.g_varchar2) then
603: p_rec.pcv_information5 :=
604: pqp_pcv_shd.g_old_rec.pcv_information5;
605: End If;
606: If (p_rec.pcv_information6 = hr_api.g_varchar2) then
607: p_rec.pcv_information6 :=
608: pqp_pcv_shd.g_old_rec.pcv_information6;
609: End If;
610: If (p_rec.pcv_information7 = hr_api.g_varchar2) then

Line 610: If (p_rec.pcv_information7 = hr_api.g_varchar2) then

606: If (p_rec.pcv_information6 = hr_api.g_varchar2) then
607: p_rec.pcv_information6 :=
608: pqp_pcv_shd.g_old_rec.pcv_information6;
609: End If;
610: If (p_rec.pcv_information7 = hr_api.g_varchar2) then
611: p_rec.pcv_information7 :=
612: pqp_pcv_shd.g_old_rec.pcv_information7;
613: End If;
614: If (p_rec.pcv_information8 = hr_api.g_varchar2) then

Line 614: If (p_rec.pcv_information8 = hr_api.g_varchar2) then

610: If (p_rec.pcv_information7 = hr_api.g_varchar2) then
611: p_rec.pcv_information7 :=
612: pqp_pcv_shd.g_old_rec.pcv_information7;
613: End If;
614: If (p_rec.pcv_information8 = hr_api.g_varchar2) then
615: p_rec.pcv_information8 :=
616: pqp_pcv_shd.g_old_rec.pcv_information8;
617: End If;
618: If (p_rec.pcv_information9 = hr_api.g_varchar2) then

Line 618: If (p_rec.pcv_information9 = hr_api.g_varchar2) then

614: If (p_rec.pcv_information8 = hr_api.g_varchar2) then
615: p_rec.pcv_information8 :=
616: pqp_pcv_shd.g_old_rec.pcv_information8;
617: End If;
618: If (p_rec.pcv_information9 = hr_api.g_varchar2) then
619: p_rec.pcv_information9 :=
620: pqp_pcv_shd.g_old_rec.pcv_information9;
621: End If;
622: If (p_rec.pcv_information10 = hr_api.g_varchar2) then

Line 622: If (p_rec.pcv_information10 = hr_api.g_varchar2) then

618: If (p_rec.pcv_information9 = hr_api.g_varchar2) then
619: p_rec.pcv_information9 :=
620: pqp_pcv_shd.g_old_rec.pcv_information9;
621: End If;
622: If (p_rec.pcv_information10 = hr_api.g_varchar2) then
623: p_rec.pcv_information10 :=
624: pqp_pcv_shd.g_old_rec.pcv_information10;
625: End If;
626: If (p_rec.pcv_information11 = hr_api.g_varchar2) then

Line 626: If (p_rec.pcv_information11 = hr_api.g_varchar2) then

622: If (p_rec.pcv_information10 = hr_api.g_varchar2) then
623: p_rec.pcv_information10 :=
624: pqp_pcv_shd.g_old_rec.pcv_information10;
625: End If;
626: If (p_rec.pcv_information11 = hr_api.g_varchar2) then
627: p_rec.pcv_information11 :=
628: pqp_pcv_shd.g_old_rec.pcv_information11;
629: End If;
630: If (p_rec.pcv_information12 = hr_api.g_varchar2) then

Line 630: If (p_rec.pcv_information12 = hr_api.g_varchar2) then

626: If (p_rec.pcv_information11 = hr_api.g_varchar2) then
627: p_rec.pcv_information11 :=
628: pqp_pcv_shd.g_old_rec.pcv_information11;
629: End If;
630: If (p_rec.pcv_information12 = hr_api.g_varchar2) then
631: p_rec.pcv_information12 :=
632: pqp_pcv_shd.g_old_rec.pcv_information12;
633: End If;
634: If (p_rec.pcv_information13 = hr_api.g_varchar2) then

Line 634: If (p_rec.pcv_information13 = hr_api.g_varchar2) then

630: If (p_rec.pcv_information12 = hr_api.g_varchar2) then
631: p_rec.pcv_information12 :=
632: pqp_pcv_shd.g_old_rec.pcv_information12;
633: End If;
634: If (p_rec.pcv_information13 = hr_api.g_varchar2) then
635: p_rec.pcv_information13 :=
636: pqp_pcv_shd.g_old_rec.pcv_information13;
637: End If;
638: If (p_rec.pcv_information14 = hr_api.g_varchar2) then

Line 638: If (p_rec.pcv_information14 = hr_api.g_varchar2) then

634: If (p_rec.pcv_information13 = hr_api.g_varchar2) then
635: p_rec.pcv_information13 :=
636: pqp_pcv_shd.g_old_rec.pcv_information13;
637: End If;
638: If (p_rec.pcv_information14 = hr_api.g_varchar2) then
639: p_rec.pcv_information14 :=
640: pqp_pcv_shd.g_old_rec.pcv_information14;
641: End If;
642: If (p_rec.pcv_information15 = hr_api.g_varchar2) then

Line 642: If (p_rec.pcv_information15 = hr_api.g_varchar2) then

638: If (p_rec.pcv_information14 = hr_api.g_varchar2) then
639: p_rec.pcv_information14 :=
640: pqp_pcv_shd.g_old_rec.pcv_information14;
641: End If;
642: If (p_rec.pcv_information15 = hr_api.g_varchar2) then
643: p_rec.pcv_information15 :=
644: pqp_pcv_shd.g_old_rec.pcv_information15;
645: End If;
646: If (p_rec.pcv_information16 = hr_api.g_varchar2) then

Line 646: If (p_rec.pcv_information16 = hr_api.g_varchar2) then

642: If (p_rec.pcv_information15 = hr_api.g_varchar2) then
643: p_rec.pcv_information15 :=
644: pqp_pcv_shd.g_old_rec.pcv_information15;
645: End If;
646: If (p_rec.pcv_information16 = hr_api.g_varchar2) then
647: p_rec.pcv_information16 :=
648: pqp_pcv_shd.g_old_rec.pcv_information16;
649: End If;
650: If (p_rec.pcv_information17 = hr_api.g_varchar2) then

Line 650: If (p_rec.pcv_information17 = hr_api.g_varchar2) then

646: If (p_rec.pcv_information16 = hr_api.g_varchar2) then
647: p_rec.pcv_information16 :=
648: pqp_pcv_shd.g_old_rec.pcv_information16;
649: End If;
650: If (p_rec.pcv_information17 = hr_api.g_varchar2) then
651: p_rec.pcv_information17 :=
652: pqp_pcv_shd.g_old_rec.pcv_information17;
653: End If;
654: If (p_rec.pcv_information18 = hr_api.g_varchar2) then

Line 654: If (p_rec.pcv_information18 = hr_api.g_varchar2) then

650: If (p_rec.pcv_information17 = hr_api.g_varchar2) then
651: p_rec.pcv_information17 :=
652: pqp_pcv_shd.g_old_rec.pcv_information17;
653: End If;
654: If (p_rec.pcv_information18 = hr_api.g_varchar2) then
655: p_rec.pcv_information18 :=
656: pqp_pcv_shd.g_old_rec.pcv_information18;
657: End If;
658: If (p_rec.pcv_information19 = hr_api.g_varchar2) then

Line 658: If (p_rec.pcv_information19 = hr_api.g_varchar2) then

654: If (p_rec.pcv_information18 = hr_api.g_varchar2) then
655: p_rec.pcv_information18 :=
656: pqp_pcv_shd.g_old_rec.pcv_information18;
657: End If;
658: If (p_rec.pcv_information19 = hr_api.g_varchar2) then
659: p_rec.pcv_information19 :=
660: pqp_pcv_shd.g_old_rec.pcv_information19;
661: End If;
662: If (p_rec.pcv_information20 = hr_api.g_varchar2) then

Line 662: If (p_rec.pcv_information20 = hr_api.g_varchar2) then

658: If (p_rec.pcv_information19 = hr_api.g_varchar2) then
659: p_rec.pcv_information19 :=
660: pqp_pcv_shd.g_old_rec.pcv_information19;
661: End If;
662: If (p_rec.pcv_information20 = hr_api.g_varchar2) then
663: p_rec.pcv_information20 :=
664: pqp_pcv_shd.g_old_rec.pcv_information20;
665: End If;
666: If (p_rec.configuration_name = hr_api.g_varchar2) then

Line 666: If (p_rec.configuration_name = hr_api.g_varchar2) then

662: If (p_rec.pcv_information20 = hr_api.g_varchar2) then
663: p_rec.pcv_information20 :=
664: pqp_pcv_shd.g_old_rec.pcv_information20;
665: End If;
666: If (p_rec.configuration_name = hr_api.g_varchar2) then
667: p_rec.configuration_name :=
668: pqp_pcv_shd.g_old_rec.configuration_name;
669: End If;
670: --