DBA Data[Home] [Help]

APPS.BEN_PLAN_API dependencies on HR_UTILITY

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

214: l_object_version_number ben_pl_f.object_version_number%TYPE;
215: --
216: begin
217: --
218: hr_utility.set_location('Entering:'|| l_proc, 10);
219: --
220: -- Issue a savepoint if operating in validation only mode
221: --
222: savepoint create_Plan;

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

220: -- Issue a savepoint if operating in validation only mode
221: --
222: savepoint create_Plan;
223: --
224: hr_utility.set_location(l_proc, 20);
225: --
226: -- Process Logic
227: --
228: begin

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

834: -- End of API User Hook for the after hook of create_Plan
835: --
836: end;
837: --
838: hr_utility.set_location(l_proc, 60);
839: --
840: -- When in validation only mode raise the Validate_Enabled exception
841: --
842: if p_validate then

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

849: p_effective_start_date := l_effective_start_date;
850: p_effective_end_date := l_effective_end_date;
851: p_object_version_number := l_object_version_number;
852: --
853: hr_utility.set_location(' Leaving:'||l_proc, 70);
854: --
855: exception
856: --
857: when hr_api.validate_enabled then

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

868: p_pl_id := null;
869: p_effective_start_date := null;
870: p_effective_end_date := null;
871: p_object_version_number := null;
872: hr_utility.set_location(' Leaving:'||l_proc, 80);
873: --
874: when others then
875: --
876: -- A validation or unexpected error has occured

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

1093: l_effective_end_date ben_pl_f.effective_end_date%TYPE;
1094: --
1095: begin
1096: --
1097: hr_utility.set_location('Entering:'|| l_proc, 10);
1098: --
1099: -- Issue a savepoint if operating in validation only mode
1100: --
1101: savepoint update_Plan;

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

1099: -- Issue a savepoint if operating in validation only mode
1100: --
1101: savepoint update_Plan;
1102: --
1103: hr_utility.set_location(l_proc, 20);
1104: --
1105: -- Process Logic
1106: --
1107: l_object_version_number := p_object_version_number;

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

1722: -- End of API User Hook for the after hook of update_Plan
1723: --
1724: end;
1725: --
1726: hr_utility.set_location(l_proc, 60);
1727: --
1728: -- When in validation only mode raise the Validate_Enabled exception
1729: --
1730: if p_validate then

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

1736: p_object_version_number := l_object_version_number;
1737: p_effective_start_date := l_effective_start_date;
1738: p_effective_end_date := l_effective_end_date;
1739: --
1740: hr_utility.set_location(' Leaving:'||l_proc, 70);
1741: --
1742: exception
1743: --
1744: when hr_api.validate_enabled then

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

1751: -- Only set output warning arguments
1752: -- (Any key or derived arguments must be set to null
1753: -- when validation only mode is being used.)
1754: --
1755: hr_utility.set_location(' Leaving:'||l_proc, 80);
1756: --
1757: when others then
1758: --
1759: -- A validation or unexpected error has occured

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

1788: l_effective_end_date ben_pl_f.effective_end_date%TYPE;
1789: --
1790: begin
1791: --
1792: hr_utility.set_location('Entering:'|| l_proc, 10);
1793: --
1794: -- Issue a savepoint if operating in validation only mode
1795: --
1796: savepoint delete_Plan;

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

1794: -- Issue a savepoint if operating in validation only mode
1795: --
1796: savepoint delete_Plan;
1797: --
1798: hr_utility.set_location(l_proc, 20);
1799: --
1800: -- Process Logic
1801: --
1802: l_object_version_number := p_object_version_number;

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

1856: -- End of API User Hook for the after hook of delete_Plan
1857: --
1858: end;
1859: --
1860: hr_utility.set_location(l_proc, 60);
1861: --
1862: -- When in validation only mode raise the Validate_Enabled exception
1863: --
1864: if p_validate then

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

1864: if p_validate then
1865: raise hr_api.validate_enabled;
1866: end if;
1867: --
1868: hr_utility.set_location(' Leaving:'||l_proc, 70);
1869: --
1870: exception
1871: --
1872: when hr_api.validate_enabled then

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

1918: l_validation_end_date date;
1919: --
1920: begin
1921: --
1922: hr_utility.set_location('Entering:'|| l_proc, 10);
1923: --
1924: ben_pln_shd.lck
1925: (p_pl_id => p_pl_id
1926: ,p_validation_start_date => l_validation_start_date

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

1929: ,p_effective_date => p_effective_date
1930: ,p_datetrack_mode => p_datetrack_mode
1931: );
1932: --
1933: hr_utility.set_location(' Leaving:'||l_proc, 70);
1934: --
1935: end lck;
1936: --
1937: end ben_Plan_api;