DBA Data[Home] [Help]

APPS.BEN_ACTY_BASE_RATE_API dependencies on HR_UTILITY

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

166:
167: --
168: begin
169: --
170: hr_utility.set_location('Entering:'|| l_proc, 10);
171: --
172: -- Issue a savepoint if operating in validation only mode
173: --
174: savepoint create_acty_base_rate;

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

172: -- Issue a savepoint if operating in validation only mode
173: --
174: savepoint create_acty_base_rate;
175: --
176: hr_utility.set_location(l_proc, 20);
177: --
178: -- Process Logic
179: --
180: begin

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

635: -- End of API User Hook for the after hook of create_acty_base_rate
636: --
637: end;
638: --
639: hr_utility.set_location(l_proc, 60);
640: --
641: -- When in validation only mode raise the Validate_Enabled exception
642: --
643: if p_validate then

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

650: p_effective_start_date := l_effective_start_date;
651: p_effective_end_date := l_effective_end_date;
652: p_object_version_number := l_object_version_number;
653: --
654: hr_utility.set_location(' Leaving:'||l_proc, 70);
655: --
656: exception
657: --
658: when hr_api.validate_enabled then

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

669: p_acty_base_rt_id := null;
670: p_effective_start_date := null;
671: p_effective_end_date := null;
672: p_object_version_number := null;
673: hr_utility.set_location(' Leaving:'||l_proc, 80);
674: --
675: when others then
676: --
677: -- A validation or unexpected error has occured

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

844: l_prdct_flx_cr_when_elig_flag ben_acty_base_rt_f.prdct_flx_cr_when_elig_flag%TYPE := p_prdct_flx_cr_when_elig_flag;
845: ---
846: begin
847: --
848: hr_utility.set_location('Entering:'|| l_proc, 10);
849: --
850: -- Issue a savepoint if operating in validation only mode
851: --
852: savepoint update_acty_base_rate;

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

850: -- Issue a savepoint if operating in validation only mode
851: --
852: savepoint update_acty_base_rate;
853: --
854: hr_utility.set_location(l_proc, 20);
855: --
856: -- Process Logic
857: --
858: l_object_version_number := p_object_version_number;

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

1315: -- End of API User Hook for the after hook of update_acty_base_rate
1316: --
1317: end;
1318: --
1319: hr_utility.set_location(l_proc, 60);
1320: --
1321: -- When in validation only mode raise the Validate_Enabled exception
1322: --
1323: if p_validate then

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

1329: p_object_version_number := l_object_version_number;
1330: p_effective_start_date := l_effective_start_date;
1331: p_effective_end_date := l_effective_end_date;
1332: --
1333: hr_utility.set_location(' Leaving:'||l_proc, 70);
1334: --
1335: exception
1336: --
1337: when hr_api.validate_enabled then

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

1344: -- Only set output warning arguments
1345: -- (Any key or derived arguments must be set to null
1346: -- when validation only mode is being used.)
1347: --
1348: hr_utility.set_location(' Leaving:'||l_proc, 80);
1349: --
1350: when others then
1351: --
1352: -- A validation or unexpected error has occured

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

1410: and prtt_rt_val_stat_cd is null;
1411:
1412: begin
1413: --
1414: hr_utility.set_location('Entering:'|| l_proc, 10);
1415: --
1416: -- Issue a savepoint if operating in validation only mode
1417: --
1418: savepoint delete_acty_base_rate;

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

1416: -- Issue a savepoint if operating in validation only mode
1417: --
1418: savepoint delete_acty_base_rate;
1419: --
1420: hr_utility.set_location(l_proc, 20);
1421: --
1422: -- Bug 3636162, Following If condition added so as to avoid the check for records
1423: -- in ben_prtt_rt, ben_enrt_rt tables for delete modes FUTURE_CHANGE, DELETE_NEXT_CHANGE.
1424: --

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

1501: -- End of API User Hook for the after hook of delete_acty_base_rate
1502: --
1503: end;
1504: --
1505: hr_utility.set_location(l_proc, 60);
1506: --
1507: -- When in validation only mode raise the Validate_Enabled exception
1508: --
1509: if p_validate then

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

1509: if p_validate then
1510: raise hr_api.validate_enabled;
1511: end if;
1512: --
1513: hr_utility.set_location(' Leaving:'||l_proc, 70);
1514: --
1515: exception
1516: --
1517: when hr_api.validate_enabled then

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

1565: l_validation_end_date date;
1566: --
1567: begin
1568: --
1569: hr_utility.set_location('Entering:'|| l_proc, 10);
1570: --
1571: ben_abr_shd.lck
1572: (
1573: p_acty_base_rt_id => p_acty_base_rt_id

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

1577: ,p_effective_date => p_effective_date
1578: ,p_datetrack_mode => p_datetrack_mode
1579: );
1580: --
1581: hr_utility.set_location(' Leaving:'||l_proc, 70);
1582: --
1583: end lck;
1584: --
1585: end ben_acty_base_rate_api;