DBA Data[Home] [Help]

APPS.BEN_VRBL_RATE_PROFILE_API dependencies on HR_UTILITY

Line 158: hr_utility.set_location('Entering:'|| l_proc, 10);

154: l_object_version_number ben_vrbl_rt_prfl_f.object_version_number%TYPE;
155: --
156: begin
157: --
158: hr_utility.set_location('Entering:'|| l_proc, 10);
159:
160: hr_utility.set_location(' ins upr limit api ' || p_ultmt_upr_lmt,393);
161: hr_utility.set_location(' ins lwr limit api ' || p_ultmt_lwr_lmt,393);
162:

Line 160: hr_utility.set_location(' ins upr limit api ' || p_ultmt_upr_lmt,393);

156: begin
157: --
158: hr_utility.set_location('Entering:'|| l_proc, 10);
159:
160: hr_utility.set_location(' ins upr limit api ' || p_ultmt_upr_lmt,393);
161: hr_utility.set_location(' ins lwr limit api ' || p_ultmt_lwr_lmt,393);
162:
163: --
164: -- Issue a savepoint if operating in validation only mode

Line 161: hr_utility.set_location(' ins lwr limit api ' || p_ultmt_lwr_lmt,393);

157: --
158: hr_utility.set_location('Entering:'|| l_proc, 10);
159:
160: hr_utility.set_location(' ins upr limit api ' || p_ultmt_upr_lmt,393);
161: hr_utility.set_location(' ins lwr limit api ' || p_ultmt_lwr_lmt,393);
162:
163: --
164: -- Issue a savepoint if operating in validation only mode
165: --

Line 168: hr_utility.set_location(l_proc, 20);

164: -- Issue a savepoint if operating in validation only mode
165: --
166: savepoint create_vrbl_rate_profile;
167: --
168: hr_utility.set_location(l_proc, 20);
169: --
170: -- Process Logic
171: --
172: begin

Line 600: hr_utility.set_location(l_proc, 60);

596: -- End of API User Hook for the after hook of create_vrbl_rate_profile
597: --
598: end;
599: --
600: hr_utility.set_location(l_proc, 60);
601: --
602: -- When in validation only mode raise the Validate_Enabled exception
603: --
604: if p_validate then

Line 615: hr_utility.set_location(' Leaving:'||l_proc, 70);

611: p_effective_start_date := l_effective_start_date;
612: p_effective_end_date := l_effective_end_date;
613: p_object_version_number := l_object_version_number;
614: --
615: hr_utility.set_location(' Leaving:'||l_proc, 70);
616: --
617: exception
618: --
619: when hr_api.validate_enabled then

Line 634: hr_utility.set_location(' Leaving:'||l_proc, 80);

630: p_vrbl_rt_prfl_id := null;
631: p_effective_start_date := null;
632: p_effective_end_date := null;
633: p_object_version_number := null;
634: hr_utility.set_location(' Leaving:'||l_proc, 80);
635: --
636: when others then
637: --
638: -- A validation or unexpected error has occured

Line 794: hr_utility.set_location('Entering:'|| l_proc, 10);

790: l_effective_end_date ben_vrbl_rt_prfl_f.effective_end_date%TYPE;
791: --
792: begin
793: --
794: hr_utility.set_location('Entering:'|| l_proc, 10);
795:
796:
797: hr_utility.set_location(' upd upr limit api ' || p_ultmt_upr_lmt_calc_rl,393);
798: hr_utility.set_location(' upd lwr limit api ' || p_ultmt_lwr_lmt_calc_rl,393);

Line 797: hr_utility.set_location(' upd upr limit api ' || p_ultmt_upr_lmt_calc_rl,393);

793: --
794: hr_utility.set_location('Entering:'|| l_proc, 10);
795:
796:
797: hr_utility.set_location(' upd upr limit api ' || p_ultmt_upr_lmt_calc_rl,393);
798: hr_utility.set_location(' upd lwr limit api ' || p_ultmt_lwr_lmt_calc_rl,393);
799: --
800: -- Issue a savepoint if operating in validation only mode
801: --

Line 798: hr_utility.set_location(' upd lwr limit api ' || p_ultmt_lwr_lmt_calc_rl,393);

794: hr_utility.set_location('Entering:'|| l_proc, 10);
795:
796:
797: hr_utility.set_location(' upd upr limit api ' || p_ultmt_upr_lmt_calc_rl,393);
798: hr_utility.set_location(' upd lwr limit api ' || p_ultmt_lwr_lmt_calc_rl,393);
799: --
800: -- Issue a savepoint if operating in validation only mode
801: --
802: savepoint update_vrbl_rate_profile;

Line 804: hr_utility.set_location(l_proc, 20);

800: -- Issue a savepoint if operating in validation only mode
801: --
802: savepoint update_vrbl_rate_profile;
803: --
804: hr_utility.set_location(l_proc, 20);
805: --
806: -- Process Logic
807: --
808: l_object_version_number := p_object_version_number;

Line 1244: hr_utility.set_location(l_proc, 60);

1240: -- End of API User Hook for the after hook of update_vrbl_rate_profile
1241: --
1242: end;
1243: --
1244: hr_utility.set_location(l_proc, 60);
1245: --
1246: -- When in validation only mode raise the Validate_Enabled exception
1247: --
1248: if p_validate then

Line 1258: hr_utility.set_location(' Leaving:'||l_proc, 70);

1254: p_object_version_number := l_object_version_number;
1255: p_effective_start_date := l_effective_start_date;
1256: p_effective_end_date := l_effective_end_date;
1257: --
1258: hr_utility.set_location(' Leaving:'||l_proc, 70);
1259: --
1260: exception
1261: --
1262: when hr_api.validate_enabled then

Line 1273: hr_utility.set_location(' Leaving:'||l_proc, 80);

1269: -- Only set output warning arguments
1270: -- (Any key or derived arguments must be set to null
1271: -- when validation only mode is being used.)
1272: --
1273: hr_utility.set_location(' Leaving:'||l_proc, 80);
1274: --
1275: when others then
1276: --
1277: -- A validation or unexpected error has occured

Line 1308: hr_utility.set_location('Entering:'|| l_proc, 10);

1304: l_effective_end_date ben_vrbl_rt_prfl_f.effective_end_date%TYPE;
1305: --
1306: begin
1307: --
1308: hr_utility.set_location('Entering:'|| l_proc, 10);
1309: --
1310: -- Issue a savepoint if operating in validation only mode
1311: --
1312: savepoint delete_vrbl_rate_profile;

Line 1314: hr_utility.set_location(l_proc, 20);

1310: -- Issue a savepoint if operating in validation only mode
1311: --
1312: savepoint delete_vrbl_rate_profile;
1313: --
1314: hr_utility.set_location(l_proc, 20);
1315: --
1316: -- Process Logic
1317: --
1318: l_object_version_number := p_object_version_number;

Line 1373: hr_utility.set_location(l_proc, 60);

1369: -- End of API User Hook for the after hook of delete_vrbl_rate_profile
1370: --
1371: end;
1372: --
1373: hr_utility.set_location(l_proc, 60);
1374: --
1375: -- When in validation only mode raise the Validate_Enabled exception
1376: --
1377: if p_validate then

Line 1381: hr_utility.set_location(' Leaving:'||l_proc, 70);

1377: if p_validate then
1378: raise hr_api.validate_enabled;
1379: end if;
1380: --
1381: hr_utility.set_location(' Leaving:'||l_proc, 70);
1382: --
1383: exception
1384: --
1385: when hr_api.validate_enabled then

Line 1432: hr_utility.set_location('Entering:'|| l_proc, 10);

1428: l_validation_end_date date;
1429: --
1430: begin
1431: --
1432: hr_utility.set_location('Entering:'|| l_proc, 10);
1433: --
1434: ben_vpf_shd.lck
1435: ( p_vrbl_rt_prfl_id => p_vrbl_rt_prfl_id
1436: ,p_validation_start_date => l_validation_start_date

Line 1442: hr_utility.set_location(' Leaving:'||l_proc, 70);

1438: ,p_object_version_number => p_object_version_number
1439: ,p_effective_date => p_effective_date
1440: ,p_datetrack_mode => p_datetrack_mode);
1441: --
1442: hr_utility.set_location(' Leaving:'||l_proc, 70);
1443: --
1444: end lck;
1445: --
1446: end ben_vrbl_rate_profile_api;