DBA Data[Home] [Help]

APPS.BEN_ELP_BUS dependencies on HR_API

Line 54: and nvl(p_eligy_prfl_id,hr_api.g_number)

50: p_eligy_prfl_id => p_eligy_prfl_id,
51: p_object_version_number => p_object_version_number);
52: --
53: if (l_api_updating
54: and nvl(p_eligy_prfl_id,hr_api.g_number)
55: <> ben_elp_shd.g_old_rec.eligy_prfl_id) then
56: --
57: -- raise error as PK has changed
58: --

Line 124: and eligy_prfl_id <> nvl(p_eligy_prfl_id, hr_api.g_number)

120: cursor csr_name is
121: select null
122: from ben_eligy_prfl_f
123: where name = p_name
124: and eligy_prfl_id <> nvl(p_eligy_prfl_id, hr_api.g_number)
125: and business_group_id + 0 = p_business_group_id
126: and p_validation_start_date <= effective_end_date
127: and p_validation_end_date >= effective_start_date;
128: --

Line 209: <> nvl(ben_elp_shd.g_old_rec.stat_cd,hr_api.g_varchar2)

205: p_object_version_number => p_object_version_number);
206: --
207: if (l_api_updating
208: and p_stat_cd
209: <> nvl(ben_elp_shd.g_old_rec.stat_cd,hr_api.g_varchar2)
210: or not l_api_updating) then
211: --
212: -- check if value of lookup falls within lookup type.
213: --

Line 215: if hr_api.not_exists_in_hr_lookups

211: --
212: -- check if value of lookup falls within lookup type.
213: --
214: --
215: if hr_api.not_exists_in_hr_lookups
216: (p_lookup_type => 'BEN_STAT',
217: p_lookup_code => p_stat_cd,
218: p_effective_date => p_effective_date) then
219: --

Line 278: <> nvl(ben_elp_shd.g_old_rec.asmt_to_use_cd,hr_api.g_varchar2)

274: p_object_version_number => p_object_version_number);
275: --
276: if (l_api_updating
277: and p_asmt_to_use_cd
278: <> nvl(ben_elp_shd.g_old_rec.asmt_to_use_cd,hr_api.g_varchar2)
279: or not l_api_updating) then
280: --
281: -- check if value of lookup falls within lookup type.
282: --

Line 284: if hr_api.not_exists_in_hr_lookups

280: --
281: -- check if value of lookup falls within lookup type.
282: --
283: --
284: if hr_api.not_exists_in_hr_lookups
285: (p_lookup_type => 'BEN_ASMT_TO_USE',
286: p_lookup_code => p_asmt_to_use_cd,
287: p_effective_date => p_effective_date) then
288: --

Line 561: if hr_api.not_exists_in_hr_lookups

557: -- We are testing flags only, it makes no sense to do tests whether an
558: -- update has occurred since its probably quicker to just call the routine
559: -- since no select is done for YES_NO lookups.
560: --
561: if hr_api.not_exists_in_hr_lookups
562: (p_lookup_type => 'YES_NO',
563: p_lookup_code => p_elig_enrld_plip_flag,
564: p_effective_date => p_effective_date) then
565: --

Line 575: if hr_api.not_exists_in_hr_lookups

571: fnd_message.raise_error;
572: --
573: end if;
574: --
575: if hr_api.not_exists_in_hr_lookups
576: (p_lookup_type => 'YES_NO',
577: p_lookup_code => p_elig_cbr_quald_bnf_flag,
578: p_effective_date => p_effective_date) then
579: --

Line 589: if hr_api.not_exists_in_hr_lookups

585: fnd_message.raise_error;
586: --
587: end if;
588: --
589: if hr_api.not_exists_in_hr_lookups
590: (p_lookup_type => 'YES_NO',
591: p_lookup_code => p_elig_enrld_ptip_flag,
592: p_effective_date => p_effective_date) then
593: --

Line 603: if hr_api.not_exists_in_hr_lookups

599: fnd_message.raise_error;
600: --
601: end if;
602: --
603: if hr_api.not_exists_in_hr_lookups
604: (p_lookup_type => 'YES_NO',
605: p_lookup_code => p_elig_dpnt_cvrd_plip_flag,
606: p_effective_date => p_effective_date) then
607: --

Line 617: if hr_api.not_exists_in_hr_lookups

613: fnd_message.raise_error;
614: --
615: end if;
616: --
617: if hr_api.not_exists_in_hr_lookups
618: (p_lookup_type => 'YES_NO',
619: p_lookup_code => p_elig_dpnt_cvrd_ptip_flag,
620: p_effective_date => p_effective_date) then
621: --

Line 631: if hr_api.not_exists_in_hr_lookups

627: fnd_message.raise_error;
628: --
629: end if;
630: --
631: if hr_api.not_exists_in_hr_lookups
632: (p_lookup_type => 'YES_NO',
633: p_lookup_code => p_elig_dpnt_cvrd_pgm_flag,
634: p_effective_date => p_effective_date) then
635: --

Line 645: if hr_api.not_exists_in_hr_lookups

641: fnd_message.raise_error;
642: --
643: end if;
644: --
645: if hr_api.not_exists_in_hr_lookups
646: (p_lookup_type => 'YES_NO',
647: p_lookup_code => p_elig_job_flag,
648: p_effective_date => p_effective_date) then
649: --

Line 659: if hr_api.not_exists_in_hr_lookups

655: fnd_message.raise_error;
656: --
657: end if;
658: --
659: if hr_api.not_exists_in_hr_lookups
660: (p_lookup_type => 'YES_NO',
661: p_lookup_code => p_elig_hrly_slrd_flag,
662: p_effective_date => p_effective_date) then
663: --

Line 673: if hr_api.not_exists_in_hr_lookups

669: fnd_message.raise_error;
670: --
671: end if;
672: --
673: if hr_api.not_exists_in_hr_lookups
674: (p_lookup_type => 'YES_NO',
675: p_lookup_code => p_elig_pstl_cd_flag,
676: p_effective_date => p_effective_date) then
677: --

Line 687: if hr_api.not_exists_in_hr_lookups

683: fnd_message.raise_error;
684: --
685: end if;
686: --
687: if hr_api.not_exists_in_hr_lookups
688: (p_lookup_type => 'YES_NO',
689: p_lookup_code => p_elig_lbr_mmbr_flag,
690: p_effective_date => p_effective_date) then
691: --

Line 701: if hr_api.not_exists_in_hr_lookups

697: fnd_message.raise_error;
698: --
699: end if;
700: --
701: if hr_api.not_exists_in_hr_lookups
702: (p_lookup_type => 'YES_NO',
703: p_lookup_code => p_elig_lgl_enty_flag,
704: p_effective_date => p_effective_date) then
705: --

Line 715: if hr_api.not_exists_in_hr_lookups

711: fnd_message.raise_error;
712: --
713: end if;
714: --
715: if hr_api.not_exists_in_hr_lookups
716: (p_lookup_type => 'YES_NO',
717: p_lookup_code => p_elig_benfts_grp_flag,
718: p_effective_date => p_effective_date) then
719: --

Line 729: if hr_api.not_exists_in_hr_lookups

725: fnd_message.raise_error;
726: --
727: end if;
728: --
729: if hr_api.not_exists_in_hr_lookups
730: (p_lookup_type => 'YES_NO',
731: p_lookup_code => p_elig_wk_loc_flag,
732: p_effective_date => p_effective_date) then
733: --

Line 743: if hr_api.not_exists_in_hr_lookups

739: fnd_message.raise_error;
740: --
741: end if;
742: --
743: if hr_api.not_exists_in_hr_lookups
744: (p_lookup_type => 'YES_NO',
745: p_lookup_code => p_elig_brgng_unit_flag,
746: p_effective_date => p_effective_date) then
747: --

Line 757: if hr_api.not_exists_in_hr_lookups

753: fnd_message.raise_error;
754: --
755: end if;
756: --
757: if hr_api.not_exists_in_hr_lookups
758: (p_lookup_type => 'YES_NO',
759: p_lookup_code => p_elig_age_flag,
760: p_effective_date => p_effective_date) then
761: --

Line 771: if hr_api.not_exists_in_hr_lookups

767: fnd_message.raise_error;
768: --
769: end if;
770: --
771: if hr_api.not_exists_in_hr_lookups
772: (p_lookup_type => 'YES_NO',
773: p_lookup_code => p_elig_los_flag,
774: p_effective_date => p_effective_date) then
775: --

Line 785: if hr_api.not_exists_in_hr_lookups

781: fnd_message.raise_error;
782: --
783: end if;
784: --
785: if hr_api.not_exists_in_hr_lookups
786: (p_lookup_type => 'YES_NO',
787: p_lookup_code => p_elig_per_typ_flag,
788: p_effective_date => p_effective_date) then
789: --

Line 799: if hr_api.not_exists_in_hr_lookups

795: fnd_message.raise_error;
796: --
797: end if;
798: --
799: if hr_api.not_exists_in_hr_lookups
800: (p_lookup_type => 'YES_NO',
801: p_lookup_code => p_elig_fl_tm_pt_tm_flag,
802: p_effective_date => p_effective_date) then
803: --

Line 813: if hr_api.not_exists_in_hr_lookups

809: fnd_message.raise_error;
810: --
811: end if;
812: --
813: if hr_api.not_exists_in_hr_lookups
814: (p_lookup_type => 'YES_NO',
815: p_lookup_code => p_elig_ee_stat_flag,
816: p_effective_date => p_effective_date) then
817: --

Line 827: if hr_api.not_exists_in_hr_lookups

823: fnd_message.raise_error;
824: --
825: end if;
826: --
827: if hr_api.not_exists_in_hr_lookups
828: (p_lookup_type => 'YES_NO',
829: p_lookup_code => p_elig_grd_flag,
830: p_effective_date => p_effective_date) then
831: --

Line 841: if hr_api.not_exists_in_hr_lookups

837: fnd_message.raise_error;
838: --
839: end if;
840: --
841: if hr_api.not_exists_in_hr_lookups
842: (p_lookup_type => 'YES_NO',
843: p_lookup_code => p_elig_pct_fl_tm_flag,
844: p_effective_date => p_effective_date) then
845: --

Line 855: if hr_api.not_exists_in_hr_lookups

851: fnd_message.raise_error;
852: --
853: end if;
854: --
855: if hr_api.not_exists_in_hr_lookups
856: (p_lookup_type => 'YES_NO',
857: p_lookup_code => p_elig_asnt_set_flag,
858: p_effective_date => p_effective_date) then
859: --

Line 869: if hr_api.not_exists_in_hr_lookups

865: fnd_message.raise_error;
866: --
867: end if;
868: --
869: if hr_api.not_exists_in_hr_lookups
870: (p_lookup_type => 'YES_NO',
871: p_lookup_code => p_elig_hrs_wkd_flag,
872: p_effective_date => p_effective_date) then
873: --

Line 883: if hr_api.not_exists_in_hr_lookups

879: fnd_message.raise_error;
880: --
881: end if;
882: --
883: if hr_api.not_exists_in_hr_lookups
884: (p_lookup_type => 'YES_NO',
885: p_lookup_code => p_elig_comp_lvl_flag,
886: p_effective_date => p_effective_date) then
887: --

Line 897: if hr_api.not_exists_in_hr_lookups

893: fnd_message.raise_error;
894: --
895: end if;
896: --
897: if hr_api.not_exists_in_hr_lookups
898: (p_lookup_type => 'YES_NO',
899: p_lookup_code => p_elig_org_unit_flag,
900: p_effective_date => p_effective_date) then
901: --

Line 911: if hr_api.not_exists_in_hr_lookups

907: fnd_message.raise_error;
908: --
909: end if;
910: --
911: if hr_api.not_exists_in_hr_lookups
912: (p_lookup_type => 'YES_NO',
913: p_lookup_code => p_elig_loa_rsn_flag,
914: p_effective_date => p_effective_date) then
915: --

Line 925: if hr_api.not_exists_in_hr_lookups

921: fnd_message.raise_error;
922: --
923: end if;
924: --
925: if hr_api.not_exists_in_hr_lookups
926: (p_lookup_type => 'YES_NO',
927: p_lookup_code => p_elig_pyrl_flag,
928: p_effective_date => p_effective_date) then
929: --

Line 939: if hr_api.not_exists_in_hr_lookups

935: fnd_message.raise_error;
936: --
937: end if;
938: --
939: if hr_api.not_exists_in_hr_lookups
940: (p_lookup_type => 'YES_NO',
941: p_lookup_code => p_elig_schedd_hrs_flag,
942: p_effective_date => p_effective_date) then
943: --

Line 953: if hr_api.not_exists_in_hr_lookups

949: fnd_message.raise_error;
950: --
951: end if;
952: --
953: if hr_api.not_exists_in_hr_lookups
954: (p_lookup_type => 'YES_NO',
955: p_lookup_code => p_elig_py_bss_flag,
956: p_effective_date => p_effective_date) then
957: --

Line 967: if hr_api.not_exists_in_hr_lookups

963: fnd_message.raise_error;
964: --
965: end if;
966: --
967: if hr_api.not_exists_in_hr_lookups
968: (p_lookup_type => 'YES_NO',
969: p_lookup_code => p_eligy_prfl_rl_flag,
970: p_effective_date => p_effective_date) then
971: --

Line 981: if hr_api.not_exists_in_hr_lookups

977: fnd_message.raise_error;
978: --
979: end if;
980: --
981: if hr_api.not_exists_in_hr_lookups
982: (p_lookup_type => 'YES_NO',
983: p_lookup_code => p_elig_cmbn_age_los_flag,
984: p_effective_date => p_effective_date) then
985: --

Line 995: if hr_api.not_exists_in_hr_lookups

991: fnd_message.raise_error;
992: --
993: end if;
994: --
995: if hr_api.not_exists_in_hr_lookups
996: (p_lookup_type => 'YES_NO',
997: p_lookup_code => p_cntng_prtn_elig_prfl_flag,
998: p_effective_date => p_effective_date) then
999: --

Line 1009: if hr_api.not_exists_in_hr_lookups

1005: fnd_message.raise_error;
1006: --
1007: end if;
1008: --
1009: if hr_api.not_exists_in_hr_lookups
1010: (p_lookup_type => 'YES_NO',
1011: p_lookup_code => p_elig_prtt_pl_flag,
1012: p_effective_date => p_effective_date) then
1013: --

Line 1023: if hr_api.not_exists_in_hr_lookups

1019: fnd_message.raise_error;
1020: --
1021: end if;
1022: --
1023: if hr_api.not_exists_in_hr_lookups
1024: (p_lookup_type => 'YES_NO',
1025: p_lookup_code => p_elig_ppl_grp_flag,
1026: p_effective_date => p_effective_date) then
1027: --

Line 1037: if hr_api.not_exists_in_hr_lookups

1033: fnd_message.raise_error;
1034: --
1035: end if;
1036: --
1037: if hr_api.not_exists_in_hr_lookups
1038: (p_lookup_type => 'YES_NO',
1039: p_lookup_code => p_elig_svc_area_flag,
1040: p_effective_date => p_effective_date) then
1041: --

Line 1051: if hr_api.not_exists_in_hr_lookups

1047: fnd_message.raise_error;
1048: --
1049: end if;
1050: --
1051: if hr_api.not_exists_in_hr_lookups
1052: (p_lookup_type => 'YES_NO',
1053: p_lookup_code => p_elig_ptip_prte_flag,
1054: p_effective_date => p_effective_date) then
1055: --

Line 1065: if hr_api.not_exists_in_hr_lookups

1061: fnd_message.raise_error;
1062: --
1063: end if;
1064: --
1065: if hr_api.not_exists_in_hr_lookups
1066: (p_lookup_type => 'YES_NO',
1067: p_lookup_code => p_elig_no_othr_cvg_flag,
1068: p_effective_date => p_effective_date) then
1069: --

Line 1079: if hr_api.not_exists_in_hr_lookups

1075: fnd_message.raise_error;
1076: --
1077: end if;
1078: --
1079: if hr_api.not_exists_in_hr_lookups
1080: (p_lookup_type => 'YES_NO',
1081: p_lookup_code => p_elig_enrld_pl_flag,
1082: p_effective_date => p_effective_date) then
1083: --

Line 1093: if hr_api.not_exists_in_hr_lookups

1089: fnd_message.raise_error;
1090: --
1091: end if;
1092: --
1093: if hr_api.not_exists_in_hr_lookups
1094: (p_lookup_type => 'YES_NO',
1095: p_lookup_code => p_elig_enrld_oipl_flag,
1096: p_effective_date => p_effective_date) then
1097: --

Line 1107: if hr_api.not_exists_in_hr_lookups

1103: fnd_message.raise_error;
1104: --
1105: end if;
1106: --
1107: if hr_api.not_exists_in_hr_lookups
1108: (p_lookup_type => 'YES_NO',
1109: p_lookup_code => p_elig_enrld_pgm_flag,
1110: p_effective_date => p_effective_date) then
1111: --

Line 1121: if hr_api.not_exists_in_hr_lookups

1117: fnd_message.raise_error;
1118: --
1119: end if;
1120: --
1121: if hr_api.not_exists_in_hr_lookups
1122: (p_lookup_type => 'YES_NO',
1123: p_lookup_code => p_elig_dpnt_cvrd_pl_flag,
1124: p_effective_date => p_effective_date) then
1125: --

Line 1135: if hr_api.not_exists_in_hr_lookups

1131: fnd_message.raise_error;
1132: --
1133: end if;
1134: --
1135: if hr_api.not_exists_in_hr_lookups
1136: (p_lookup_type => 'YES_NO',
1137: p_lookup_code => p_elig_lvg_rsn_flag,
1138: p_effective_date => p_effective_date) then
1139: --

Line 1149: if hr_api.not_exists_in_hr_lookups

1145: fnd_message.raise_error;
1146: --
1147: end if;
1148: --
1149: if hr_api.not_exists_in_hr_lookups
1150: (p_lookup_type => 'YES_NO',
1151: p_lookup_code => p_elig_optd_mdcr_flag,
1152: p_effective_date => p_effective_date) then
1153: --

Line 1163: if hr_api.not_exists_in_hr_lookups

1159: fnd_message.raise_error;
1160: --
1161: end if;
1162: --
1163: if hr_api.not_exists_in_hr_lookups
1164: (p_lookup_type => 'YES_NO',
1165: p_lookup_code => p_elig_tbco_use_flag,
1166: p_effective_date => p_effective_date) then
1167: --

Line 1177: if hr_api.not_exists_in_hr_lookups

1173: fnd_message.raise_error;
1174: --
1175: end if;
1176: --
1177: if hr_api.not_exists_in_hr_lookups
1178: (p_lookup_type => 'YES_NO',
1179: p_lookup_code => p_elig_dpnt_othr_ptip_flag,
1180: p_effective_date => p_effective_date) then
1181: --

Line 1191: if hr_api.not_exists_in_hr_lookups

1187: fnd_message.raise_error;
1188: --
1189: end if;
1190: --
1191: if hr_api.not_exists_in_hr_lookups
1192: (p_lookup_type => 'YES_NO',
1193: p_lookup_code => p_elig_dsbld_flag,
1194: p_effective_date => p_effective_date) then
1195: --

Line 1205: if hr_api.not_exists_in_hr_lookups

1201: fnd_message.raise_error;
1202: --
1203: end if;
1204: --
1205: if hr_api.not_exists_in_hr_lookups
1206: (p_lookup_type => 'YES_NO',
1207: p_lookup_code => p_elig_ttl_cvg_vol_flag,
1208: p_effective_date => p_effective_date) then
1209: --

Line 1219: if hr_api.not_exists_in_hr_lookups

1215: fnd_message.raise_error;
1216: --
1217: end if;
1218: --
1219: if hr_api.not_exists_in_hr_lookups
1220: (p_lookup_type => 'YES_NO',
1221: p_lookup_code => p_elig_ttl_prtt_flag,
1222: p_effective_date => p_effective_date) then
1223: --

Line 1233: if hr_api.not_exists_in_hr_lookups

1229: fnd_message.raise_error;
1230: --
1231: end if;
1232: --
1233: if hr_api.not_exists_in_hr_lookups
1234: (p_lookup_type => 'YES_NO',
1235: p_lookup_code => p_elig_comptncy_flag,
1236: p_effective_date => p_effective_date) then
1237: --

Line 1247: if hr_api.not_exists_in_hr_lookups

1243: fnd_message.raise_error;
1244: --
1245: end if;
1246: --
1247: if hr_api.not_exists_in_hr_lookups
1248: (p_lookup_type => 'YES_NO',
1249: p_lookup_code => p_elig_hlth_cvg_flag,
1250: p_effective_date => p_effective_date) then
1251: --

Line 1261: if hr_api.not_exists_in_hr_lookups

1257: fnd_message.raise_error;
1258: --
1259: end if;
1260: --
1261: if hr_api.not_exists_in_hr_lookups
1262: (p_lookup_type => 'YES_NO',
1263: p_lookup_code => p_elig_anthr_pl_flag,
1264: p_effective_date => p_effective_date) then
1265: --

Line 1275: if hr_api.not_exists_in_hr_lookups

1271: fnd_message.raise_error;
1272: --
1273: end if;
1274: --
1275: if hr_api.not_exists_in_hr_lookups
1276: (p_lookup_type => 'YES_NO',
1277: p_lookup_code => p_elig_qua_in_gr_flag,
1278: p_effective_date => p_effective_date) then
1279: --

Line 1289: if hr_api.not_exists_in_hr_lookups

1285: fnd_message.raise_error;
1286: --
1287: end if;
1288: --
1289: if hr_api.not_exists_in_hr_lookups
1290: (p_lookup_type => 'YES_NO',
1291: p_lookup_code => p_elig_perf_rtng_flag,
1292: p_effective_date => p_effective_date) then
1293: --

Line 1304: if hr_api.not_exists_in_hr_lookups

1300: --
1301: end if;
1302: --
1303: --
1304: if hr_api.not_exists_in_hr_lookups
1305: (p_lookup_type => 'YES_NO',
1306: p_lookup_code => p_elig_crit_values_flag,
1307: p_effective_date => p_effective_date) then
1308: --

Line 1363: hr_api.mandatory_arg_error

1359: hr_utility.set_location('Entering:'||l_proc, 5);
1360: --
1361: -- Ensure that the p_datetrack_mode argument is not null
1362: --
1363: hr_api.mandatory_arg_error
1364: (p_api_name => l_proc,
1365: p_argument => 'datetrack_mode',
1366: p_argument_value => p_datetrack_mode);
1367: --

Line 1375: hr_api.mandatory_arg_error

1371: --
1372: --
1373: -- Ensure the arguments are not null
1374: --
1375: hr_api.mandatory_arg_error
1376: (p_api_name => l_proc,
1377: p_argument => 'validation_start_date',
1378: p_argument_value => p_validation_start_date);
1379: --

Line 1380: hr_api.mandatory_arg_error

1376: (p_api_name => l_proc,
1377: p_argument => 'validation_start_date',
1378: p_argument_value => p_validation_start_date);
1379: --
1380: hr_api.mandatory_arg_error
1381: (p_api_name => l_proc,
1382: p_argument => 'validation_end_date',
1383: p_argument_value => p_validation_end_date);
1384: --

Line 1461: hr_api.mandatory_arg_error

1457: hr_utility.set_location('Entering:'||l_proc, 5);
1458: --
1459: -- Ensure that the p_datetrack_mode argument is not null
1460: --
1461: hr_api.mandatory_arg_error
1462: (p_api_name => l_proc,
1463: p_argument => 'datetrack_mode',
1464: p_argument_value => p_datetrack_mode);
1465: --

Line 1475: hr_api.mandatory_arg_error

1471: --
1472: --
1473: -- Ensure the arguments are not null
1474: --
1475: hr_api.mandatory_arg_error
1476: (p_api_name => l_proc,
1477: p_argument => 'validation_start_date',
1478: p_argument_value => p_validation_start_date);
1479: --

Line 1480: hr_api.mandatory_arg_error

1476: (p_api_name => l_proc,
1477: p_argument => 'validation_start_date',
1478: p_argument_value => p_validation_start_date);
1479: --
1480: hr_api.mandatory_arg_error
1481: (p_api_name => l_proc,
1482: p_argument => 'validation_end_date',
1483: p_argument_value => p_validation_end_date);
1484: --

Line 1485: hr_api.mandatory_arg_error

1481: (p_api_name => l_proc,
1482: p_argument => 'validation_end_date',
1483: p_argument_value => p_validation_end_date);
1484: --
1485: hr_api.mandatory_arg_error
1486: (p_api_name => l_proc,
1487: p_argument => 'eligy_prfl_id',
1488: p_argument_value => p_eligy_prfl_id);
1489: --

Line 1543: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp

1539: --
1540: -- Call all supporting business operations
1541: --
1542: --
1543: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
1544: --
1545: chk_eligy_prfl_id
1546: (p_eligy_prfl_id => p_rec.eligy_prfl_id,
1547: p_effective_date => p_effective_date,

Line 1592: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp

1588: --
1589: -- Call all supporting business operations
1590: --
1591: --
1592: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
1593: --
1594: chk_eligy_prfl_id
1595: (p_eligy_prfl_id => p_rec.eligy_prfl_id,
1596: p_effective_date => p_effective_date,

Line 1808: hr_api.mandatory_arg_error(p_api_name => l_proc,

1804: hr_utility.set_location('Entering:'|| l_proc, 10);
1805: --
1806: -- Ensure that all the mandatory parameter are not null
1807: --
1808: hr_api.mandatory_arg_error(p_api_name => l_proc,
1809: p_argument => 'eligy_prfl_id',
1810: p_argument_value => p_eligy_prfl_id);
1811: --
1812: open csr_leg_code;