DBA Data[Home] [Help]

APPS.BEN_CWB_BDGT_CHNG_POP dependencies on HR_UTILITY

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

56: l_current_bdgt_pop varchar2(30);
57: l_proc varchar2(72) := g_package||'clear_bdgt_vals';
58: begin
59: --
60: hr_utility.set_location('Entering:'|| l_proc, 10);
61: --
62: -- Issue a savepoint
63: --
64: savepoint clear_bdgt_vals;

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

103: if p_validate then
104: raise hr_api.validate_enabled;
105: end if;
106: --
107: hr_utility.set_location(' Leaving:'|| l_proc, 70);
108: exception
109: when hr_api.validate_enabled then
110: --
111: -- As the Validate_Enabled exception has been raised

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

112: -- we must rollback to the savepoint
113: --
114: rollback to clear_bdgt_vals;
115: --
116: hr_utility.set_location(' Leaving:'|| l_proc, 80);
117: --
118: when others then
119: --
120: -- A validation or unexpected error has occured

Line 127: hr_utility.set_location(' Leaving:'|| l_proc, 90);

123: --
124: -- Reset IN OUT parameters and set all
125: -- OUT parameters, including warnings, to null
126: --
127: hr_utility.set_location(' Leaving:'|| l_proc, 90);
128: raise;
129: end clear_bdgt_vals;
130: -- End of Procedure
131: --