DBA Data[Home] [Help]

APPS.BEN_PRC_UPD dependencies on HR_API

Line 172: When hr_api.check_integrity_violated Then

168: End If;
169: --
170: hr_utility.set_location(' Leaving:'||l_proc, 15);
171: Exception
172: When hr_api.check_integrity_violated Then
173: -- A check constraint has been violated
174: ben_prc_shd.g_api_dml := false; -- Unset the api dml status
175: ben_prc_shd.constraint_error
176: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

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

Line 177: When hr_api.unique_integrity_violated Then

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

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

177: When hr_api.unique_integrity_violated Then
178: -- Unique integrity has been violated
179: ben_prc_shd.g_api_dml := false; -- Unset the api dml status
180: ben_prc_shd.constraint_error
181: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
182: When Others Then
183: ben_prc_shd.g_api_dml := false; -- Unset the api dml status
184: Raise;
185: End dt_update_dml;

Line 595: when hr_api.cannot_find_prog_unit then

591: );
592: --
593: exception
594: --
595: when hr_api.cannot_find_prog_unit then
596: --
597: hr_api.cannot_find_prog_unit_error
598: (p_module_name => 'ben_prtt_reimbmt_rqst_f'
599: ,p_hook_type => 'AU');

Line 597: hr_api.cannot_find_prog_unit_error

593: exception
594: --
595: when hr_api.cannot_find_prog_unit then
596: --
597: hr_api.cannot_find_prog_unit_error
598: (p_module_name => 'ben_prtt_reimbmt_rqst_f'
599: ,p_hook_type => 'AU');
600: --
601: end;

Line 665: If (p_rec.incrd_from_dt = hr_api.g_date) then

661: -- p_rec plsql record structure
662: -- to see if a system default is being used. If a system default
663: -- is being used then we must set to the 'current' argument value.
664: --
665: If (p_rec.incrd_from_dt = hr_api.g_date) then
666: p_rec.incrd_from_dt :=
667: ben_prc_shd.g_old_rec.incrd_from_dt;
668: End If;
669: If (p_rec.incrd_to_dt = hr_api.g_date) then

Line 669: If (p_rec.incrd_to_dt = hr_api.g_date) then

665: If (p_rec.incrd_from_dt = hr_api.g_date) then
666: p_rec.incrd_from_dt :=
667: ben_prc_shd.g_old_rec.incrd_from_dt;
668: End If;
669: If (p_rec.incrd_to_dt = hr_api.g_date) then
670: p_rec.incrd_to_dt :=
671: ben_prc_shd.g_old_rec.incrd_to_dt;
672: End If;
673: If (p_rec.rqst_num = hr_api.g_number) then

Line 673: If (p_rec.rqst_num = hr_api.g_number) then

669: If (p_rec.incrd_to_dt = hr_api.g_date) then
670: p_rec.incrd_to_dt :=
671: ben_prc_shd.g_old_rec.incrd_to_dt;
672: End If;
673: If (p_rec.rqst_num = hr_api.g_number) then
674: p_rec.rqst_num :=
675: ben_prc_shd.g_old_rec.rqst_num;
676: End If;
677: If (p_rec.rqst_amt = hr_api.g_number) then

Line 677: If (p_rec.rqst_amt = hr_api.g_number) then

673: If (p_rec.rqst_num = hr_api.g_number) then
674: p_rec.rqst_num :=
675: ben_prc_shd.g_old_rec.rqst_num;
676: End If;
677: If (p_rec.rqst_amt = hr_api.g_number) then
678: p_rec.rqst_amt :=
679: ben_prc_shd.g_old_rec.rqst_amt;
680: End If;
681: If (p_rec.rqst_amt_uom = hr_api.g_varchar2) then

Line 681: If (p_rec.rqst_amt_uom = hr_api.g_varchar2) then

677: If (p_rec.rqst_amt = hr_api.g_number) then
678: p_rec.rqst_amt :=
679: ben_prc_shd.g_old_rec.rqst_amt;
680: End If;
681: If (p_rec.rqst_amt_uom = hr_api.g_varchar2) then
682: p_rec.rqst_amt_uom :=
683: ben_prc_shd.g_old_rec.rqst_amt_uom;
684: End If;
685: If (p_rec.rqst_btch_num = hr_api.g_number) then

Line 685: If (p_rec.rqst_btch_num = hr_api.g_number) then

681: If (p_rec.rqst_amt_uom = hr_api.g_varchar2) then
682: p_rec.rqst_amt_uom :=
683: ben_prc_shd.g_old_rec.rqst_amt_uom;
684: End If;
685: If (p_rec.rqst_btch_num = hr_api.g_number) then
686: p_rec.rqst_btch_num :=
687: ben_prc_shd.g_old_rec.rqst_btch_num;
688: End If;
689: If (p_rec.prtt_reimbmt_rqst_stat_cd = hr_api.g_varchar2) then

Line 689: If (p_rec.prtt_reimbmt_rqst_stat_cd = hr_api.g_varchar2) then

685: If (p_rec.rqst_btch_num = hr_api.g_number) then
686: p_rec.rqst_btch_num :=
687: ben_prc_shd.g_old_rec.rqst_btch_num;
688: End If;
689: If (p_rec.prtt_reimbmt_rqst_stat_cd = hr_api.g_varchar2) then
690: p_rec.prtt_reimbmt_rqst_stat_cd :=
691: ben_prc_shd.g_old_rec.prtt_reimbmt_rqst_stat_cd;
692: End If;
693: If (p_rec.reimbmt_ctfn_typ_prvdd_cd = hr_api.g_varchar2) then

Line 693: If (p_rec.reimbmt_ctfn_typ_prvdd_cd = hr_api.g_varchar2) then

689: If (p_rec.prtt_reimbmt_rqst_stat_cd = hr_api.g_varchar2) then
690: p_rec.prtt_reimbmt_rqst_stat_cd :=
691: ben_prc_shd.g_old_rec.prtt_reimbmt_rqst_stat_cd;
692: End If;
693: If (p_rec.reimbmt_ctfn_typ_prvdd_cd = hr_api.g_varchar2) then
694: p_rec.reimbmt_ctfn_typ_prvdd_cd :=
695: ben_prc_shd.g_old_rec.reimbmt_ctfn_typ_prvdd_cd;
696: End If;
697: If (p_rec.rcrrg_cd = hr_api.g_varchar2) then

Line 697: If (p_rec.rcrrg_cd = hr_api.g_varchar2) then

693: If (p_rec.reimbmt_ctfn_typ_prvdd_cd = hr_api.g_varchar2) then
694: p_rec.reimbmt_ctfn_typ_prvdd_cd :=
695: ben_prc_shd.g_old_rec.reimbmt_ctfn_typ_prvdd_cd;
696: End If;
697: If (p_rec.rcrrg_cd = hr_api.g_varchar2) then
698: p_rec.rcrrg_cd :=
699: ben_prc_shd.g_old_rec.rcrrg_cd;
700: End If;
701: If (p_rec.submitter_person_id = hr_api.g_number) then

Line 701: If (p_rec.submitter_person_id = hr_api.g_number) then

697: If (p_rec.rcrrg_cd = hr_api.g_varchar2) then
698: p_rec.rcrrg_cd :=
699: ben_prc_shd.g_old_rec.rcrrg_cd;
700: End If;
701: If (p_rec.submitter_person_id = hr_api.g_number) then
702: p_rec.submitter_person_id :=
703: ben_prc_shd.g_old_rec.submitter_person_id;
704: End If;
705: If (p_rec.recipient_person_id = hr_api.g_number) then

Line 705: If (p_rec.recipient_person_id = hr_api.g_number) then

701: If (p_rec.submitter_person_id = hr_api.g_number) then
702: p_rec.submitter_person_id :=
703: ben_prc_shd.g_old_rec.submitter_person_id;
704: End If;
705: If (p_rec.recipient_person_id = hr_api.g_number) then
706: p_rec.recipient_person_id :=
707: ben_prc_shd.g_old_rec.recipient_person_id;
708: End If;
709: If (p_rec.provider_person_id = hr_api.g_number) then

Line 709: If (p_rec.provider_person_id = hr_api.g_number) then

705: If (p_rec.recipient_person_id = hr_api.g_number) then
706: p_rec.recipient_person_id :=
707: ben_prc_shd.g_old_rec.recipient_person_id;
708: End If;
709: If (p_rec.provider_person_id = hr_api.g_number) then
710: p_rec.provider_person_id :=
711: ben_prc_shd.g_old_rec.provider_person_id;
712: End If;
713: If (p_rec.provider_ssn_person_id = hr_api.g_number) then

Line 713: If (p_rec.provider_ssn_person_id = hr_api.g_number) then

709: If (p_rec.provider_person_id = hr_api.g_number) then
710: p_rec.provider_person_id :=
711: ben_prc_shd.g_old_rec.provider_person_id;
712: End If;
713: If (p_rec.provider_ssn_person_id = hr_api.g_number) then
714: p_rec.provider_ssn_person_id :=
715: ben_prc_shd.g_old_rec.provider_ssn_person_id;
716: End If;
717: If (p_rec.pl_id = hr_api.g_number) then

Line 717: If (p_rec.pl_id = hr_api.g_number) then

713: If (p_rec.provider_ssn_person_id = hr_api.g_number) then
714: p_rec.provider_ssn_person_id :=
715: ben_prc_shd.g_old_rec.provider_ssn_person_id;
716: End If;
717: If (p_rec.pl_id = hr_api.g_number) then
718: p_rec.pl_id :=
719: ben_prc_shd.g_old_rec.pl_id;
720: End If;
721: If (p_rec.gd_or_svc_typ_id = hr_api.g_number) then

Line 721: If (p_rec.gd_or_svc_typ_id = hr_api.g_number) then

717: If (p_rec.pl_id = hr_api.g_number) then
718: p_rec.pl_id :=
719: ben_prc_shd.g_old_rec.pl_id;
720: End If;
721: If (p_rec.gd_or_svc_typ_id = hr_api.g_number) then
722: p_rec.gd_or_svc_typ_id :=
723: ben_prc_shd.g_old_rec.gd_or_svc_typ_id;
724: End If;
725: If (p_rec.contact_relationship_id = hr_api.g_number) then

Line 725: If (p_rec.contact_relationship_id = hr_api.g_number) then

721: If (p_rec.gd_or_svc_typ_id = hr_api.g_number) then
722: p_rec.gd_or_svc_typ_id :=
723: ben_prc_shd.g_old_rec.gd_or_svc_typ_id;
724: End If;
725: If (p_rec.contact_relationship_id = hr_api.g_number) then
726: p_rec.contact_relationship_id :=
727: ben_prc_shd.g_old_rec.contact_relationship_id;
728: End If;
729: If (p_rec.business_group_id = hr_api.g_number) then

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

725: If (p_rec.contact_relationship_id = hr_api.g_number) then
726: p_rec.contact_relationship_id :=
727: ben_prc_shd.g_old_rec.contact_relationship_id;
728: End If;
729: If (p_rec.business_group_id = hr_api.g_number) then
730: p_rec.business_group_id :=
731: ben_prc_shd.g_old_rec.business_group_id;
732: End If;
733: If (p_rec.opt_id = hr_api.g_number) then

Line 733: If (p_rec.opt_id = hr_api.g_number) then

729: If (p_rec.business_group_id = hr_api.g_number) then
730: p_rec.business_group_id :=
731: ben_prc_shd.g_old_rec.business_group_id;
732: End If;
733: If (p_rec.opt_id = hr_api.g_number) then
734: p_rec.opt_id :=
735: ben_prc_shd.g_old_rec.opt_id;
736: End If;
737: If (p_rec.popl_yr_perd_id_1 = hr_api.g_number) then

Line 737: If (p_rec.popl_yr_perd_id_1 = hr_api.g_number) then

733: If (p_rec.opt_id = hr_api.g_number) then
734: p_rec.opt_id :=
735: ben_prc_shd.g_old_rec.opt_id;
736: End If;
737: If (p_rec.popl_yr_perd_id_1 = hr_api.g_number) then
738: p_rec.popl_yr_perd_id_1 :=
739: ben_prc_shd.g_old_rec.popl_yr_perd_id_1;
740: End If;
741: If (p_rec.popl_yr_perd_id_2 = hr_api.g_number) then

Line 741: If (p_rec.popl_yr_perd_id_2 = hr_api.g_number) then

737: If (p_rec.popl_yr_perd_id_1 = hr_api.g_number) then
738: p_rec.popl_yr_perd_id_1 :=
739: ben_prc_shd.g_old_rec.popl_yr_perd_id_1;
740: End If;
741: If (p_rec.popl_yr_perd_id_2 = hr_api.g_number) then
742: p_rec.popl_yr_perd_id_2 :=
743: ben_prc_shd.g_old_rec.popl_yr_perd_id_2;
744: End If;
745: If (p_rec.amt_year1 = hr_api.g_number) then

Line 745: If (p_rec.amt_year1 = hr_api.g_number) then

741: If (p_rec.popl_yr_perd_id_2 = hr_api.g_number) then
742: p_rec.popl_yr_perd_id_2 :=
743: ben_prc_shd.g_old_rec.popl_yr_perd_id_2;
744: End If;
745: If (p_rec.amt_year1 = hr_api.g_number) then
746: p_rec.amt_year1 :=
747: ben_prc_shd.g_old_rec.amt_year1;
748: End If;
749: If (p_rec.amt_year2 = hr_api.g_number) then

Line 749: If (p_rec.amt_year2 = hr_api.g_number) then

745: If (p_rec.amt_year1 = hr_api.g_number) then
746: p_rec.amt_year1 :=
747: ben_prc_shd.g_old_rec.amt_year1;
748: End If;
749: If (p_rec.amt_year2 = hr_api.g_number) then
750: p_rec.amt_year2 :=
751: ben_prc_shd.g_old_rec.amt_year2;
752: End If;
753: If (p_rec.prc_attribute_category = hr_api.g_varchar2) then

Line 753: If (p_rec.prc_attribute_category = hr_api.g_varchar2) then

749: If (p_rec.amt_year2 = hr_api.g_number) then
750: p_rec.amt_year2 :=
751: ben_prc_shd.g_old_rec.amt_year2;
752: End If;
753: If (p_rec.prc_attribute_category = hr_api.g_varchar2) then
754: p_rec.prc_attribute_category :=
755: ben_prc_shd.g_old_rec.prc_attribute_category;
756: End If;
757: If (p_rec.prc_attribute1 = hr_api.g_varchar2) then

Line 757: If (p_rec.prc_attribute1 = hr_api.g_varchar2) then

753: If (p_rec.prc_attribute_category = hr_api.g_varchar2) then
754: p_rec.prc_attribute_category :=
755: ben_prc_shd.g_old_rec.prc_attribute_category;
756: End If;
757: If (p_rec.prc_attribute1 = hr_api.g_varchar2) then
758: p_rec.prc_attribute1 :=
759: ben_prc_shd.g_old_rec.prc_attribute1;
760: End If;
761: If (p_rec.prc_attribute2 = hr_api.g_varchar2) then

Line 761: If (p_rec.prc_attribute2 = hr_api.g_varchar2) then

757: If (p_rec.prc_attribute1 = hr_api.g_varchar2) then
758: p_rec.prc_attribute1 :=
759: ben_prc_shd.g_old_rec.prc_attribute1;
760: End If;
761: If (p_rec.prc_attribute2 = hr_api.g_varchar2) then
762: p_rec.prc_attribute2 :=
763: ben_prc_shd.g_old_rec.prc_attribute2;
764: End If;
765: If (p_rec.prc_attribute3 = hr_api.g_varchar2) then

Line 765: If (p_rec.prc_attribute3 = hr_api.g_varchar2) then

761: If (p_rec.prc_attribute2 = hr_api.g_varchar2) then
762: p_rec.prc_attribute2 :=
763: ben_prc_shd.g_old_rec.prc_attribute2;
764: End If;
765: If (p_rec.prc_attribute3 = hr_api.g_varchar2) then
766: p_rec.prc_attribute3 :=
767: ben_prc_shd.g_old_rec.prc_attribute3;
768: End If;
769: If (p_rec.prc_attribute4 = hr_api.g_varchar2) then

Line 769: If (p_rec.prc_attribute4 = hr_api.g_varchar2) then

765: If (p_rec.prc_attribute3 = hr_api.g_varchar2) then
766: p_rec.prc_attribute3 :=
767: ben_prc_shd.g_old_rec.prc_attribute3;
768: End If;
769: If (p_rec.prc_attribute4 = hr_api.g_varchar2) then
770: p_rec.prc_attribute4 :=
771: ben_prc_shd.g_old_rec.prc_attribute4;
772: End If;
773: If (p_rec.prc_attribute5 = hr_api.g_varchar2) then

Line 773: If (p_rec.prc_attribute5 = hr_api.g_varchar2) then

769: If (p_rec.prc_attribute4 = hr_api.g_varchar2) then
770: p_rec.prc_attribute4 :=
771: ben_prc_shd.g_old_rec.prc_attribute4;
772: End If;
773: If (p_rec.prc_attribute5 = hr_api.g_varchar2) then
774: p_rec.prc_attribute5 :=
775: ben_prc_shd.g_old_rec.prc_attribute5;
776: End If;
777: If (p_rec.prc_attribute6 = hr_api.g_varchar2) then

Line 777: If (p_rec.prc_attribute6 = hr_api.g_varchar2) then

773: If (p_rec.prc_attribute5 = hr_api.g_varchar2) then
774: p_rec.prc_attribute5 :=
775: ben_prc_shd.g_old_rec.prc_attribute5;
776: End If;
777: If (p_rec.prc_attribute6 = hr_api.g_varchar2) then
778: p_rec.prc_attribute6 :=
779: ben_prc_shd.g_old_rec.prc_attribute6;
780: End If;
781: If (p_rec.prc_attribute7 = hr_api.g_varchar2) then

Line 781: If (p_rec.prc_attribute7 = hr_api.g_varchar2) then

777: If (p_rec.prc_attribute6 = hr_api.g_varchar2) then
778: p_rec.prc_attribute6 :=
779: ben_prc_shd.g_old_rec.prc_attribute6;
780: End If;
781: If (p_rec.prc_attribute7 = hr_api.g_varchar2) then
782: p_rec.prc_attribute7 :=
783: ben_prc_shd.g_old_rec.prc_attribute7;
784: End If;
785: If (p_rec.prc_attribute8 = hr_api.g_varchar2) then

Line 785: If (p_rec.prc_attribute8 = hr_api.g_varchar2) then

781: If (p_rec.prc_attribute7 = hr_api.g_varchar2) then
782: p_rec.prc_attribute7 :=
783: ben_prc_shd.g_old_rec.prc_attribute7;
784: End If;
785: If (p_rec.prc_attribute8 = hr_api.g_varchar2) then
786: p_rec.prc_attribute8 :=
787: ben_prc_shd.g_old_rec.prc_attribute8;
788: End If;
789: If (p_rec.prc_attribute9 = hr_api.g_varchar2) then

Line 789: If (p_rec.prc_attribute9 = hr_api.g_varchar2) then

785: If (p_rec.prc_attribute8 = hr_api.g_varchar2) then
786: p_rec.prc_attribute8 :=
787: ben_prc_shd.g_old_rec.prc_attribute8;
788: End If;
789: If (p_rec.prc_attribute9 = hr_api.g_varchar2) then
790: p_rec.prc_attribute9 :=
791: ben_prc_shd.g_old_rec.prc_attribute9;
792: End If;
793: If (p_rec.prc_attribute10 = hr_api.g_varchar2) then

Line 793: If (p_rec.prc_attribute10 = hr_api.g_varchar2) then

789: If (p_rec.prc_attribute9 = hr_api.g_varchar2) then
790: p_rec.prc_attribute9 :=
791: ben_prc_shd.g_old_rec.prc_attribute9;
792: End If;
793: If (p_rec.prc_attribute10 = hr_api.g_varchar2) then
794: p_rec.prc_attribute10 :=
795: ben_prc_shd.g_old_rec.prc_attribute10;
796: End If;
797: If (p_rec.prc_attribute11 = hr_api.g_varchar2) then

Line 797: If (p_rec.prc_attribute11 = hr_api.g_varchar2) then

793: If (p_rec.prc_attribute10 = hr_api.g_varchar2) then
794: p_rec.prc_attribute10 :=
795: ben_prc_shd.g_old_rec.prc_attribute10;
796: End If;
797: If (p_rec.prc_attribute11 = hr_api.g_varchar2) then
798: p_rec.prc_attribute11 :=
799: ben_prc_shd.g_old_rec.prc_attribute11;
800: End If;
801: If (p_rec.prc_attribute12 = hr_api.g_varchar2) then

Line 801: If (p_rec.prc_attribute12 = hr_api.g_varchar2) then

797: If (p_rec.prc_attribute11 = hr_api.g_varchar2) then
798: p_rec.prc_attribute11 :=
799: ben_prc_shd.g_old_rec.prc_attribute11;
800: End If;
801: If (p_rec.prc_attribute12 = hr_api.g_varchar2) then
802: p_rec.prc_attribute12 :=
803: ben_prc_shd.g_old_rec.prc_attribute12;
804: End If;
805: If (p_rec.prc_attribute13 = hr_api.g_varchar2) then

Line 805: If (p_rec.prc_attribute13 = hr_api.g_varchar2) then

801: If (p_rec.prc_attribute12 = hr_api.g_varchar2) then
802: p_rec.prc_attribute12 :=
803: ben_prc_shd.g_old_rec.prc_attribute12;
804: End If;
805: If (p_rec.prc_attribute13 = hr_api.g_varchar2) then
806: p_rec.prc_attribute13 :=
807: ben_prc_shd.g_old_rec.prc_attribute13;
808: End If;
809: If (p_rec.prc_attribute14 = hr_api.g_varchar2) then

Line 809: If (p_rec.prc_attribute14 = hr_api.g_varchar2) then

805: If (p_rec.prc_attribute13 = hr_api.g_varchar2) then
806: p_rec.prc_attribute13 :=
807: ben_prc_shd.g_old_rec.prc_attribute13;
808: End If;
809: If (p_rec.prc_attribute14 = hr_api.g_varchar2) then
810: p_rec.prc_attribute14 :=
811: ben_prc_shd.g_old_rec.prc_attribute14;
812: End If;
813: If (p_rec.prc_attribute15 = hr_api.g_varchar2) then

Line 813: If (p_rec.prc_attribute15 = hr_api.g_varchar2) then

809: If (p_rec.prc_attribute14 = hr_api.g_varchar2) then
810: p_rec.prc_attribute14 :=
811: ben_prc_shd.g_old_rec.prc_attribute14;
812: End If;
813: If (p_rec.prc_attribute15 = hr_api.g_varchar2) then
814: p_rec.prc_attribute15 :=
815: ben_prc_shd.g_old_rec.prc_attribute15;
816: End If;
817: If (p_rec.prc_attribute16 = hr_api.g_varchar2) then

Line 817: If (p_rec.prc_attribute16 = hr_api.g_varchar2) then

813: If (p_rec.prc_attribute15 = hr_api.g_varchar2) then
814: p_rec.prc_attribute15 :=
815: ben_prc_shd.g_old_rec.prc_attribute15;
816: End If;
817: If (p_rec.prc_attribute16 = hr_api.g_varchar2) then
818: p_rec.prc_attribute16 :=
819: ben_prc_shd.g_old_rec.prc_attribute16;
820: End If;
821: If (p_rec.prc_attribute17 = hr_api.g_varchar2) then

Line 821: If (p_rec.prc_attribute17 = hr_api.g_varchar2) then

817: If (p_rec.prc_attribute16 = hr_api.g_varchar2) then
818: p_rec.prc_attribute16 :=
819: ben_prc_shd.g_old_rec.prc_attribute16;
820: End If;
821: If (p_rec.prc_attribute17 = hr_api.g_varchar2) then
822: p_rec.prc_attribute17 :=
823: ben_prc_shd.g_old_rec.prc_attribute17;
824: End If;
825: If (p_rec.prc_attribute18 = hr_api.g_varchar2) then

Line 825: If (p_rec.prc_attribute18 = hr_api.g_varchar2) then

821: If (p_rec.prc_attribute17 = hr_api.g_varchar2) then
822: p_rec.prc_attribute17 :=
823: ben_prc_shd.g_old_rec.prc_attribute17;
824: End If;
825: If (p_rec.prc_attribute18 = hr_api.g_varchar2) then
826: p_rec.prc_attribute18 :=
827: ben_prc_shd.g_old_rec.prc_attribute18;
828: End If;
829: If (p_rec.prc_attribute19 = hr_api.g_varchar2) then

Line 829: If (p_rec.prc_attribute19 = hr_api.g_varchar2) then

825: If (p_rec.prc_attribute18 = hr_api.g_varchar2) then
826: p_rec.prc_attribute18 :=
827: ben_prc_shd.g_old_rec.prc_attribute18;
828: End If;
829: If (p_rec.prc_attribute19 = hr_api.g_varchar2) then
830: p_rec.prc_attribute19 :=
831: ben_prc_shd.g_old_rec.prc_attribute19;
832: End If;
833: If (p_rec.prc_attribute20 = hr_api.g_varchar2) then

Line 833: If (p_rec.prc_attribute20 = hr_api.g_varchar2) then

829: If (p_rec.prc_attribute19 = hr_api.g_varchar2) then
830: p_rec.prc_attribute19 :=
831: ben_prc_shd.g_old_rec.prc_attribute19;
832: End If;
833: If (p_rec.prc_attribute20 = hr_api.g_varchar2) then
834: p_rec.prc_attribute20 :=
835: ben_prc_shd.g_old_rec.prc_attribute20;
836: End If;
837: If (p_rec.prc_attribute21 = hr_api.g_varchar2) then

Line 837: If (p_rec.prc_attribute21 = hr_api.g_varchar2) then

833: If (p_rec.prc_attribute20 = hr_api.g_varchar2) then
834: p_rec.prc_attribute20 :=
835: ben_prc_shd.g_old_rec.prc_attribute20;
836: End If;
837: If (p_rec.prc_attribute21 = hr_api.g_varchar2) then
838: p_rec.prc_attribute21 :=
839: ben_prc_shd.g_old_rec.prc_attribute21;
840: End If;
841: If (p_rec.prc_attribute22 = hr_api.g_varchar2) then

Line 841: If (p_rec.prc_attribute22 = hr_api.g_varchar2) then

837: If (p_rec.prc_attribute21 = hr_api.g_varchar2) then
838: p_rec.prc_attribute21 :=
839: ben_prc_shd.g_old_rec.prc_attribute21;
840: End If;
841: If (p_rec.prc_attribute22 = hr_api.g_varchar2) then
842: p_rec.prc_attribute22 :=
843: ben_prc_shd.g_old_rec.prc_attribute22;
844: End If;
845: If (p_rec.prc_attribute23 = hr_api.g_varchar2) then

Line 845: If (p_rec.prc_attribute23 = hr_api.g_varchar2) then

841: If (p_rec.prc_attribute22 = hr_api.g_varchar2) then
842: p_rec.prc_attribute22 :=
843: ben_prc_shd.g_old_rec.prc_attribute22;
844: End If;
845: If (p_rec.prc_attribute23 = hr_api.g_varchar2) then
846: p_rec.prc_attribute23 :=
847: ben_prc_shd.g_old_rec.prc_attribute23;
848: End If;
849: If (p_rec.prc_attribute24 = hr_api.g_varchar2) then

Line 849: If (p_rec.prc_attribute24 = hr_api.g_varchar2) then

845: If (p_rec.prc_attribute23 = hr_api.g_varchar2) then
846: p_rec.prc_attribute23 :=
847: ben_prc_shd.g_old_rec.prc_attribute23;
848: End If;
849: If (p_rec.prc_attribute24 = hr_api.g_varchar2) then
850: p_rec.prc_attribute24 :=
851: ben_prc_shd.g_old_rec.prc_attribute24;
852: End If;
853: If (p_rec.prc_attribute25 = hr_api.g_varchar2) then

Line 853: If (p_rec.prc_attribute25 = hr_api.g_varchar2) then

849: If (p_rec.prc_attribute24 = hr_api.g_varchar2) then
850: p_rec.prc_attribute24 :=
851: ben_prc_shd.g_old_rec.prc_attribute24;
852: End If;
853: If (p_rec.prc_attribute25 = hr_api.g_varchar2) then
854: p_rec.prc_attribute25 :=
855: ben_prc_shd.g_old_rec.prc_attribute25;
856: End If;
857: If (p_rec.prc_attribute26 = hr_api.g_varchar2) then

Line 857: If (p_rec.prc_attribute26 = hr_api.g_varchar2) then

853: If (p_rec.prc_attribute25 = hr_api.g_varchar2) then
854: p_rec.prc_attribute25 :=
855: ben_prc_shd.g_old_rec.prc_attribute25;
856: End If;
857: If (p_rec.prc_attribute26 = hr_api.g_varchar2) then
858: p_rec.prc_attribute26 :=
859: ben_prc_shd.g_old_rec.prc_attribute26;
860: End If;
861: If (p_rec.prc_attribute27 = hr_api.g_varchar2) then

Line 861: If (p_rec.prc_attribute27 = hr_api.g_varchar2) then

857: If (p_rec.prc_attribute26 = hr_api.g_varchar2) then
858: p_rec.prc_attribute26 :=
859: ben_prc_shd.g_old_rec.prc_attribute26;
860: End If;
861: If (p_rec.prc_attribute27 = hr_api.g_varchar2) then
862: p_rec.prc_attribute27 :=
863: ben_prc_shd.g_old_rec.prc_attribute27;
864: End If;
865: If (p_rec.prc_attribute28 = hr_api.g_varchar2) then

Line 865: If (p_rec.prc_attribute28 = hr_api.g_varchar2) then

861: If (p_rec.prc_attribute27 = hr_api.g_varchar2) then
862: p_rec.prc_attribute27 :=
863: ben_prc_shd.g_old_rec.prc_attribute27;
864: End If;
865: If (p_rec.prc_attribute28 = hr_api.g_varchar2) then
866: p_rec.prc_attribute28 :=
867: ben_prc_shd.g_old_rec.prc_attribute28;
868: End If;
869: If (p_rec.prc_attribute29 = hr_api.g_varchar2) then

Line 869: If (p_rec.prc_attribute29 = hr_api.g_varchar2) then

865: If (p_rec.prc_attribute28 = hr_api.g_varchar2) then
866: p_rec.prc_attribute28 :=
867: ben_prc_shd.g_old_rec.prc_attribute28;
868: End If;
869: If (p_rec.prc_attribute29 = hr_api.g_varchar2) then
870: p_rec.prc_attribute29 :=
871: ben_prc_shd.g_old_rec.prc_attribute29;
872: End If;
873: If (p_rec.prc_attribute30 = hr_api.g_varchar2) then

Line 873: If (p_rec.prc_attribute30 = hr_api.g_varchar2) then

869: If (p_rec.prc_attribute29 = hr_api.g_varchar2) then
870: p_rec.prc_attribute29 :=
871: ben_prc_shd.g_old_rec.prc_attribute29;
872: End If;
873: If (p_rec.prc_attribute30 = hr_api.g_varchar2) then
874: p_rec.prc_attribute30 :=
875: ben_prc_shd.g_old_rec.prc_attribute30;
876: End If;
877: If (p_rec.exp_incurd_dt = hr_api.g_date) then

Line 877: If (p_rec.exp_incurd_dt = hr_api.g_date) then

873: If (p_rec.prc_attribute30 = hr_api.g_varchar2) then
874: p_rec.prc_attribute30 :=
875: ben_prc_shd.g_old_rec.prc_attribute30;
876: End If;
877: If (p_rec.exp_incurd_dt = hr_api.g_date) then
878: p_rec.exp_incurd_dt :=
879: ben_prc_shd.g_old_rec.exp_incurd_dt;
880: End If;
881: