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 586: if hr_api.not_exists_in_hr_lookups

582: -- We are testing flags only, it makes no sense to do tests whether an
583: -- update has occurred since its probably quicker to just call the routine
584: -- since no select is done for YES_NO lookups.
585: --
586: if hr_api.not_exists_in_hr_lookups
587: (p_lookup_type => 'YES_NO',
588: p_lookup_code => p_elig_enrld_plip_flag,
589: p_effective_date => p_effective_date) then
590: --

Line 600: if hr_api.not_exists_in_hr_lookups

596: fnd_message.raise_error;
597: --
598: end if;
599: --
600: if hr_api.not_exists_in_hr_lookups
601: (p_lookup_type => 'YES_NO',
602: p_lookup_code => p_elig_cbr_quald_bnf_flag,
603: p_effective_date => p_effective_date) then
604: --

Line 614: if hr_api.not_exists_in_hr_lookups

610: fnd_message.raise_error;
611: --
612: end if;
613: --
614: if hr_api.not_exists_in_hr_lookups
615: (p_lookup_type => 'YES_NO',
616: p_lookup_code => p_elig_enrld_ptip_flag,
617: p_effective_date => p_effective_date) then
618: --

Line 628: if hr_api.not_exists_in_hr_lookups

624: fnd_message.raise_error;
625: --
626: end if;
627: --
628: if hr_api.not_exists_in_hr_lookups
629: (p_lookup_type => 'YES_NO',
630: p_lookup_code => p_elig_dpnt_cvrd_plip_flag,
631: p_effective_date => p_effective_date) then
632: --

Line 642: if hr_api.not_exists_in_hr_lookups

638: fnd_message.raise_error;
639: --
640: end if;
641: --
642: if hr_api.not_exists_in_hr_lookups
643: (p_lookup_type => 'YES_NO',
644: p_lookup_code => p_elig_dpnt_cvrd_ptip_flag,
645: p_effective_date => p_effective_date) then
646: --

Line 656: if hr_api.not_exists_in_hr_lookups

652: fnd_message.raise_error;
653: --
654: end if;
655: --
656: if hr_api.not_exists_in_hr_lookups
657: (p_lookup_type => 'YES_NO',
658: p_lookup_code => p_elig_dpnt_cvrd_pgm_flag,
659: p_effective_date => p_effective_date) then
660: --

Line 670: if hr_api.not_exists_in_hr_lookups

666: fnd_message.raise_error;
667: --
668: end if;
669: --
670: if hr_api.not_exists_in_hr_lookups
671: (p_lookup_type => 'YES_NO',
672: p_lookup_code => p_elig_job_flag,
673: p_effective_date => p_effective_date) then
674: --

Line 684: if hr_api.not_exists_in_hr_lookups

680: fnd_message.raise_error;
681: --
682: end if;
683: --
684: if hr_api.not_exists_in_hr_lookups
685: (p_lookup_type => 'YES_NO',
686: p_lookup_code => p_elig_hrly_slrd_flag,
687: p_effective_date => p_effective_date) then
688: --

Line 698: if hr_api.not_exists_in_hr_lookups

694: fnd_message.raise_error;
695: --
696: end if;
697: --
698: if hr_api.not_exists_in_hr_lookups
699: (p_lookup_type => 'YES_NO',
700: p_lookup_code => p_elig_pstl_cd_flag,
701: p_effective_date => p_effective_date) then
702: --

Line 712: if hr_api.not_exists_in_hr_lookups

708: fnd_message.raise_error;
709: --
710: end if;
711: --
712: if hr_api.not_exists_in_hr_lookups
713: (p_lookup_type => 'YES_NO',
714: p_lookup_code => p_elig_lbr_mmbr_flag,
715: p_effective_date => p_effective_date) then
716: --

Line 726: if hr_api.not_exists_in_hr_lookups

722: fnd_message.raise_error;
723: --
724: end if;
725: --
726: if hr_api.not_exists_in_hr_lookups
727: (p_lookup_type => 'YES_NO',
728: p_lookup_code => p_elig_lgl_enty_flag,
729: p_effective_date => p_effective_date) then
730: --

Line 740: if hr_api.not_exists_in_hr_lookups

736: fnd_message.raise_error;
737: --
738: end if;
739: --
740: if hr_api.not_exists_in_hr_lookups
741: (p_lookup_type => 'YES_NO',
742: p_lookup_code => p_elig_benfts_grp_flag,
743: p_effective_date => p_effective_date) then
744: --

Line 754: if hr_api.not_exists_in_hr_lookups

750: fnd_message.raise_error;
751: --
752: end if;
753: --
754: if hr_api.not_exists_in_hr_lookups
755: (p_lookup_type => 'YES_NO',
756: p_lookup_code => p_elig_wk_loc_flag,
757: p_effective_date => p_effective_date) then
758: --

Line 768: if hr_api.not_exists_in_hr_lookups

764: fnd_message.raise_error;
765: --
766: end if;
767: --
768: if hr_api.not_exists_in_hr_lookups
769: (p_lookup_type => 'YES_NO',
770: p_lookup_code => p_elig_brgng_unit_flag,
771: p_effective_date => p_effective_date) then
772: --

Line 782: if hr_api.not_exists_in_hr_lookups

778: fnd_message.raise_error;
779: --
780: end if;
781: --
782: if hr_api.not_exists_in_hr_lookups
783: (p_lookup_type => 'YES_NO',
784: p_lookup_code => p_elig_age_flag,
785: p_effective_date => p_effective_date) then
786: --

Line 796: if hr_api.not_exists_in_hr_lookups

792: fnd_message.raise_error;
793: --
794: end if;
795: --
796: if hr_api.not_exists_in_hr_lookups
797: (p_lookup_type => 'YES_NO',
798: p_lookup_code => p_elig_los_flag,
799: p_effective_date => p_effective_date) then
800: --

Line 810: if hr_api.not_exists_in_hr_lookups

806: fnd_message.raise_error;
807: --
808: end if;
809: --
810: if hr_api.not_exists_in_hr_lookups
811: (p_lookup_type => 'YES_NO',
812: p_lookup_code => p_elig_per_typ_flag,
813: p_effective_date => p_effective_date) then
814: --

Line 824: if hr_api.not_exists_in_hr_lookups

820: fnd_message.raise_error;
821: --
822: end if;
823: --
824: if hr_api.not_exists_in_hr_lookups
825: (p_lookup_type => 'YES_NO',
826: p_lookup_code => p_elig_fl_tm_pt_tm_flag,
827: p_effective_date => p_effective_date) then
828: --

Line 838: if hr_api.not_exists_in_hr_lookups

834: fnd_message.raise_error;
835: --
836: end if;
837: --
838: if hr_api.not_exists_in_hr_lookups
839: (p_lookup_type => 'YES_NO',
840: p_lookup_code => p_elig_ee_stat_flag,
841: p_effective_date => p_effective_date) then
842: --

Line 852: if hr_api.not_exists_in_hr_lookups

848: fnd_message.raise_error;
849: --
850: end if;
851: --
852: if hr_api.not_exists_in_hr_lookups
853: (p_lookup_type => 'YES_NO',
854: p_lookup_code => p_elig_grd_flag,
855: p_effective_date => p_effective_date) then
856: --

Line 866: if hr_api.not_exists_in_hr_lookups

862: fnd_message.raise_error;
863: --
864: end if;
865: --
866: if hr_api.not_exists_in_hr_lookups
867: (p_lookup_type => 'YES_NO',
868: p_lookup_code => p_elig_pct_fl_tm_flag,
869: p_effective_date => p_effective_date) then
870: --

Line 880: if hr_api.not_exists_in_hr_lookups

876: fnd_message.raise_error;
877: --
878: end if;
879: --
880: if hr_api.not_exists_in_hr_lookups
881: (p_lookup_type => 'YES_NO',
882: p_lookup_code => p_elig_asnt_set_flag,
883: p_effective_date => p_effective_date) then
884: --

Line 894: if hr_api.not_exists_in_hr_lookups

890: fnd_message.raise_error;
891: --
892: end if;
893: --
894: if hr_api.not_exists_in_hr_lookups
895: (p_lookup_type => 'YES_NO',
896: p_lookup_code => p_elig_hrs_wkd_flag,
897: p_effective_date => p_effective_date) then
898: --

Line 908: if hr_api.not_exists_in_hr_lookups

904: fnd_message.raise_error;
905: --
906: end if;
907: --
908: if hr_api.not_exists_in_hr_lookups
909: (p_lookup_type => 'YES_NO',
910: p_lookup_code => p_elig_comp_lvl_flag,
911: p_effective_date => p_effective_date) then
912: --

Line 922: if hr_api.not_exists_in_hr_lookups

918: fnd_message.raise_error;
919: --
920: end if;
921: --
922: if hr_api.not_exists_in_hr_lookups
923: (p_lookup_type => 'YES_NO',
924: p_lookup_code => p_elig_org_unit_flag,
925: p_effective_date => p_effective_date) then
926: --

Line 936: if hr_api.not_exists_in_hr_lookups

932: fnd_message.raise_error;
933: --
934: end if;
935: --
936: if hr_api.not_exists_in_hr_lookups
937: (p_lookup_type => 'YES_NO',
938: p_lookup_code => p_elig_loa_rsn_flag,
939: p_effective_date => p_effective_date) then
940: --

Line 950: if hr_api.not_exists_in_hr_lookups

946: fnd_message.raise_error;
947: --
948: end if;
949: --
950: if hr_api.not_exists_in_hr_lookups
951: (p_lookup_type => 'YES_NO',
952: p_lookup_code => p_elig_pyrl_flag,
953: p_effective_date => p_effective_date) then
954: --

Line 964: if hr_api.not_exists_in_hr_lookups

960: fnd_message.raise_error;
961: --
962: end if;
963: --
964: if hr_api.not_exists_in_hr_lookups
965: (p_lookup_type => 'YES_NO',
966: p_lookup_code => p_elig_schedd_hrs_flag,
967: p_effective_date => p_effective_date) then
968: --

Line 978: if hr_api.not_exists_in_hr_lookups

974: fnd_message.raise_error;
975: --
976: end if;
977: --
978: if hr_api.not_exists_in_hr_lookups
979: (p_lookup_type => 'YES_NO',
980: p_lookup_code => p_elig_py_bss_flag,
981: p_effective_date => p_effective_date) then
982: --

Line 992: if hr_api.not_exists_in_hr_lookups

988: fnd_message.raise_error;
989: --
990: end if;
991: --
992: if hr_api.not_exists_in_hr_lookups
993: (p_lookup_type => 'YES_NO',
994: p_lookup_code => p_eligy_prfl_rl_flag,
995: p_effective_date => p_effective_date) then
996: --

Line 1006: if hr_api.not_exists_in_hr_lookups

1002: fnd_message.raise_error;
1003: --
1004: end if;
1005: --
1006: if hr_api.not_exists_in_hr_lookups
1007: (p_lookup_type => 'YES_NO',
1008: p_lookup_code => p_elig_cmbn_age_los_flag,
1009: p_effective_date => p_effective_date) then
1010: --

Line 1020: if hr_api.not_exists_in_hr_lookups

1016: fnd_message.raise_error;
1017: --
1018: end if;
1019: --
1020: if hr_api.not_exists_in_hr_lookups
1021: (p_lookup_type => 'YES_NO',
1022: p_lookup_code => p_cntng_prtn_elig_prfl_flag,
1023: p_effective_date => p_effective_date) then
1024: --

Line 1034: if hr_api.not_exists_in_hr_lookups

1030: fnd_message.raise_error;
1031: --
1032: end if;
1033: --
1034: if hr_api.not_exists_in_hr_lookups
1035: (p_lookup_type => 'YES_NO',
1036: p_lookup_code => p_elig_prtt_pl_flag,
1037: p_effective_date => p_effective_date) then
1038: --

Line 1048: if hr_api.not_exists_in_hr_lookups

1044: fnd_message.raise_error;
1045: --
1046: end if;
1047: --
1048: if hr_api.not_exists_in_hr_lookups
1049: (p_lookup_type => 'YES_NO',
1050: p_lookup_code => p_elig_ppl_grp_flag,
1051: p_effective_date => p_effective_date) then
1052: --

Line 1062: if hr_api.not_exists_in_hr_lookups

1058: fnd_message.raise_error;
1059: --
1060: end if;
1061: --
1062: if hr_api.not_exists_in_hr_lookups
1063: (p_lookup_type => 'YES_NO',
1064: p_lookup_code => p_elig_svc_area_flag,
1065: p_effective_date => p_effective_date) then
1066: --

Line 1076: if hr_api.not_exists_in_hr_lookups

1072: fnd_message.raise_error;
1073: --
1074: end if;
1075: --
1076: if hr_api.not_exists_in_hr_lookups
1077: (p_lookup_type => 'YES_NO',
1078: p_lookup_code => p_elig_ptip_prte_flag,
1079: p_effective_date => p_effective_date) then
1080: --

Line 1090: if hr_api.not_exists_in_hr_lookups

1086: fnd_message.raise_error;
1087: --
1088: end if;
1089: --
1090: if hr_api.not_exists_in_hr_lookups
1091: (p_lookup_type => 'YES_NO',
1092: p_lookup_code => p_elig_no_othr_cvg_flag,
1093: p_effective_date => p_effective_date) then
1094: --

Line 1104: if hr_api.not_exists_in_hr_lookups

1100: fnd_message.raise_error;
1101: --
1102: end if;
1103: --
1104: if hr_api.not_exists_in_hr_lookups
1105: (p_lookup_type => 'YES_NO',
1106: p_lookup_code => p_elig_enrld_pl_flag,
1107: p_effective_date => p_effective_date) then
1108: --

Line 1118: if hr_api.not_exists_in_hr_lookups

1114: fnd_message.raise_error;
1115: --
1116: end if;
1117: --
1118: if hr_api.not_exists_in_hr_lookups
1119: (p_lookup_type => 'YES_NO',
1120: p_lookup_code => p_elig_enrld_oipl_flag,
1121: p_effective_date => p_effective_date) then
1122: --

Line 1132: if hr_api.not_exists_in_hr_lookups

1128: fnd_message.raise_error;
1129: --
1130: end if;
1131: --
1132: if hr_api.not_exists_in_hr_lookups
1133: (p_lookup_type => 'YES_NO',
1134: p_lookup_code => p_elig_enrld_pgm_flag,
1135: p_effective_date => p_effective_date) then
1136: --

Line 1146: if hr_api.not_exists_in_hr_lookups

1142: fnd_message.raise_error;
1143: --
1144: end if;
1145: --
1146: if hr_api.not_exists_in_hr_lookups
1147: (p_lookup_type => 'YES_NO',
1148: p_lookup_code => p_elig_dpnt_cvrd_pl_flag,
1149: p_effective_date => p_effective_date) then
1150: --

Line 1160: if hr_api.not_exists_in_hr_lookups

1156: fnd_message.raise_error;
1157: --
1158: end if;
1159: --
1160: if hr_api.not_exists_in_hr_lookups
1161: (p_lookup_type => 'YES_NO',
1162: p_lookup_code => p_elig_lvg_rsn_flag,
1163: p_effective_date => p_effective_date) then
1164: --

Line 1174: if hr_api.not_exists_in_hr_lookups

1170: fnd_message.raise_error;
1171: --
1172: end if;
1173: --
1174: if hr_api.not_exists_in_hr_lookups
1175: (p_lookup_type => 'YES_NO',
1176: p_lookup_code => p_elig_optd_mdcr_flag,
1177: p_effective_date => p_effective_date) then
1178: --

Line 1188: if hr_api.not_exists_in_hr_lookups

1184: fnd_message.raise_error;
1185: --
1186: end if;
1187: --
1188: if hr_api.not_exists_in_hr_lookups
1189: (p_lookup_type => 'YES_NO',
1190: p_lookup_code => p_elig_tbco_use_flag,
1191: p_effective_date => p_effective_date) then
1192: --

Line 1202: if hr_api.not_exists_in_hr_lookups

1198: fnd_message.raise_error;
1199: --
1200: end if;
1201: --
1202: if hr_api.not_exists_in_hr_lookups
1203: (p_lookup_type => 'YES_NO',
1204: p_lookup_code => p_elig_dpnt_othr_ptip_flag,
1205: p_effective_date => p_effective_date) then
1206: --

Line 1216: if hr_api.not_exists_in_hr_lookups

1212: fnd_message.raise_error;
1213: --
1214: end if;
1215: --
1216: if hr_api.not_exists_in_hr_lookups
1217: (p_lookup_type => 'YES_NO',
1218: p_lookup_code => p_elig_dsbld_flag,
1219: p_effective_date => p_effective_date) then
1220: --

Line 1230: if hr_api.not_exists_in_hr_lookups

1226: fnd_message.raise_error;
1227: --
1228: end if;
1229: --
1230: if hr_api.not_exists_in_hr_lookups
1231: (p_lookup_type => 'YES_NO',
1232: p_lookup_code => p_elig_ttl_cvg_vol_flag,
1233: p_effective_date => p_effective_date) then
1234: --

Line 1244: if hr_api.not_exists_in_hr_lookups

1240: fnd_message.raise_error;
1241: --
1242: end if;
1243: --
1244: if hr_api.not_exists_in_hr_lookups
1245: (p_lookup_type => 'YES_NO',
1246: p_lookup_code => p_elig_ttl_prtt_flag,
1247: p_effective_date => p_effective_date) then
1248: --

Line 1258: if hr_api.not_exists_in_hr_lookups

1254: fnd_message.raise_error;
1255: --
1256: end if;
1257: --
1258: if hr_api.not_exists_in_hr_lookups
1259: (p_lookup_type => 'YES_NO',
1260: p_lookup_code => p_elig_comptncy_flag,
1261: p_effective_date => p_effective_date) then
1262: --

Line 1272: if hr_api.not_exists_in_hr_lookups

1268: fnd_message.raise_error;
1269: --
1270: end if;
1271: --
1272: if hr_api.not_exists_in_hr_lookups
1273: (p_lookup_type => 'YES_NO',
1274: p_lookup_code => p_elig_hlth_cvg_flag,
1275: p_effective_date => p_effective_date) then
1276: --

Line 1286: if hr_api.not_exists_in_hr_lookups

1282: fnd_message.raise_error;
1283: --
1284: end if;
1285: --
1286: if hr_api.not_exists_in_hr_lookups
1287: (p_lookup_type => 'YES_NO',
1288: p_lookup_code => p_elig_anthr_pl_flag,
1289: p_effective_date => p_effective_date) then
1290: --

Line 1300: if hr_api.not_exists_in_hr_lookups

1296: fnd_message.raise_error;
1297: --
1298: end if;
1299: --
1300: if hr_api.not_exists_in_hr_lookups
1301: (p_lookup_type => 'YES_NO',
1302: p_lookup_code => p_elig_qua_in_gr_flag,
1303: p_effective_date => p_effective_date) then
1304: --

Line 1314: if hr_api.not_exists_in_hr_lookups

1310: fnd_message.raise_error;
1311: --
1312: end if;
1313: --
1314: if hr_api.not_exists_in_hr_lookups
1315: (p_lookup_type => 'YES_NO',
1316: p_lookup_code => p_elig_perf_rtng_flag,
1317: p_effective_date => p_effective_date) then
1318: --

Line 1329: if hr_api.not_exists_in_hr_lookups

1325: --
1326: end if;
1327: --
1328: --
1329: if hr_api.not_exists_in_hr_lookups
1330: (p_lookup_type => 'YES_NO',
1331: p_lookup_code => p_elig_crit_values_flag,
1332: p_effective_date => p_effective_date) then
1333: --

Line 1388: hr_api.mandatory_arg_error

1384: hr_utility.set_location('Entering:'||l_proc, 5);
1385: --
1386: -- Ensure that the p_datetrack_mode argument is not null
1387: --
1388: hr_api.mandatory_arg_error
1389: (p_api_name => l_proc,
1390: p_argument => 'datetrack_mode',
1391: p_argument_value => p_datetrack_mode);
1392: --

Line 1400: hr_api.mandatory_arg_error

1396: --
1397: --
1398: -- Ensure the arguments are not null
1399: --
1400: hr_api.mandatory_arg_error
1401: (p_api_name => l_proc,
1402: p_argument => 'validation_start_date',
1403: p_argument_value => p_validation_start_date);
1404: --

Line 1405: hr_api.mandatory_arg_error

1401: (p_api_name => l_proc,
1402: p_argument => 'validation_start_date',
1403: p_argument_value => p_validation_start_date);
1404: --
1405: hr_api.mandatory_arg_error
1406: (p_api_name => l_proc,
1407: p_argument => 'validation_end_date',
1408: p_argument_value => p_validation_end_date);
1409: --

Line 1486: hr_api.mandatory_arg_error

1482: hr_utility.set_location('Entering:'||l_proc, 5);
1483: --
1484: -- Ensure that the p_datetrack_mode argument is not null
1485: --
1486: hr_api.mandatory_arg_error
1487: (p_api_name => l_proc,
1488: p_argument => 'datetrack_mode',
1489: p_argument_value => p_datetrack_mode);
1490: --

Line 1500: hr_api.mandatory_arg_error

1496: --
1497: --
1498: -- Ensure the arguments are not null
1499: --
1500: hr_api.mandatory_arg_error
1501: (p_api_name => l_proc,
1502: p_argument => 'validation_start_date',
1503: p_argument_value => p_validation_start_date);
1504: --

Line 1505: hr_api.mandatory_arg_error

1501: (p_api_name => l_proc,
1502: p_argument => 'validation_start_date',
1503: p_argument_value => p_validation_start_date);
1504: --
1505: hr_api.mandatory_arg_error
1506: (p_api_name => l_proc,
1507: p_argument => 'validation_end_date',
1508: p_argument_value => p_validation_end_date);
1509: --

Line 1510: hr_api.mandatory_arg_error

1506: (p_api_name => l_proc,
1507: p_argument => 'validation_end_date',
1508: p_argument_value => p_validation_end_date);
1509: --
1510: hr_api.mandatory_arg_error
1511: (p_api_name => l_proc,
1512: p_argument => 'eligy_prfl_id',
1513: p_argument_value => p_eligy_prfl_id);
1514: --

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

1564: --
1565: -- Call all supporting business operations
1566: --
1567: --
1568: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
1569: --
1570: chk_eligy_prfl_id
1571: (p_eligy_prfl_id => p_rec.eligy_prfl_id,
1572: p_effective_date => p_effective_date,

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

1613: --
1614: -- Call all supporting business operations
1615: --
1616: --
1617: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
1618: --
1619: chk_eligy_prfl_id
1620: (p_eligy_prfl_id => p_rec.eligy_prfl_id,
1621: p_effective_date => p_effective_date,

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

1829: hr_utility.set_location('Entering:'|| l_proc, 10);
1830: --
1831: -- Ensure that all the mandatory parameter are not null
1832: --
1833: hr_api.mandatory_arg_error(p_api_name => l_proc,
1834: p_argument => 'eligy_prfl_id',
1835: p_argument_value => p_eligy_prfl_id);
1836: --
1837: open csr_leg_code;