DBA Data[Home] [Help]

APPS.OTA_THG_API dependencies on HR_UTILITY

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

26: --
27: l_effective_date date;
28: l_proc varchar2(72) := g_package||'create_hr_gl_flex';
29: begin
30: hr_utility.set_location('Entering:'|| l_proc, 10);
31: --
32: -- Issue a savepoint
33: --
34: savepoint create_hr_gl_flex;

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

117: /*p_id := ;
118: p_object_version_number := ;
119: p_some_warning := ; */
120: --
121: hr_utility.set_location(' Leaving:'||l_proc, 70);
122: exception
123: when hr_api.validate_enabled then
124: --
125: -- As the Validate_Enabled exception has been raised

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

133: --
134: /* p_id := null;
135: p_object_version_number := null;
136: p_some_warning := ;*/
137: hr_utility.set_location(' Leaving:'||l_proc, 80);
138: when others then
139: --
140: -- A validation or unexpected error has occured
141: --

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

139: --
140: -- A validation or unexpected error has occured
141: --
142: rollback to create_hr_gl_flex;
143: hr_utility.set_location(' Leaving:'||l_proc, 90);
144: raise;
145: end create_hr_gl_flex;
146: --
147:

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

167:
168: l_effective_date date;
169: l_proc varchar2(72) := g_package||'update_hr_gl_flex';
170: begin
171: hr_utility.set_location('Entering:'|| l_proc, 10);
172: --
173: -- Issue a savepoint
174: --
175: savepoint update_hr_gl_flex;

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

259: /* p_id := ;
260: p_object_version_number := ;
261: p_some_warning := ;*/
262: --
263: hr_utility.set_location(' Leaving:'||l_proc, 70);
264: exception
265: when hr_api.validate_enabled then
266: --
267: -- As the Validate_Enabled exception has been raised

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

275: --
276: /* p_id := null;
277: p_object_version_number := null;
278: p_some_warning := ; */
279: hr_utility.set_location(' Leaving:'||l_proc, 80);
280: when others then
281: --
282: -- A validation or unexpected error has occured
283: --

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

281: --
282: -- A validation or unexpected error has occured
283: --
284: rollback to update_hr_gl_flex;
285: hr_utility.set_location(' Leaving:'||l_proc, 90);
286: raise;
287: end update_hr_gl_flex;
288: --
289: