DBA Data[Home] [Help]

APPS.PQH_DFLT_BUDGET_SETS_API dependencies on HR_UTILITY

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

24: l_object_version_number pqh_dflt_budget_sets.object_version_number%TYPE;
25: --
26: begin
27: --
28: hr_utility.set_location('Entering:'|| l_proc, 10);
29: --
30: -- Issue a savepoint if operating in validation only mode
31: --
32: savepoint create_dflt_budget_set;

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

30: -- Issue a savepoint if operating in validation only mode
31: --
32: savepoint create_dflt_budget_set;
33: --
34: hr_utility.set_location(l_proc, 20);
35: --
36: -- Process Logic
37: --
38: begin

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

85: -- End of API User Hook for the after hook of create_dflt_budget_set
86: --
87: end;
88: --
89: hr_utility.set_location(l_proc, 60);
90: --
91: -- When in validation only mode raise the Validate_Enabled exception
92: --
93: if p_validate then

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

98: --
99: p_dflt_budget_set_id := l_dflt_budget_set_id;
100: p_object_version_number := l_object_version_number;
101: --
102: hr_utility.set_location(' Leaving:'||l_proc, 70);
103: --
104: exception
105: --
106: when hr_api.validate_enabled then

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

115: -- when validation only mode is being used.)
116: --
117: p_dflt_budget_set_id := null;
118: p_object_version_number := null;
119: hr_utility.set_location(' Leaving:'||l_proc, 80);
120: --
121: when others then
122: p_dflt_budget_set_id := null;
123: p_object_version_number := null;

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

146: l_object_version_number pqh_dflt_budget_sets.object_version_number%TYPE;
147: --
148: begin
149: --
150: hr_utility.set_location('Entering:'|| l_proc, 10);
151: --
152: -- Issue a savepoint if operating in validation only mode
153: --
154: savepoint update_dflt_budget_set;

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

152: -- Issue a savepoint if operating in validation only mode
153: --
154: savepoint update_dflt_budget_set;
155: --
156: hr_utility.set_location(l_proc, 20);
157: --
158: -- Process Logic
159: --
160: l_object_version_number := p_object_version_number;

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

210: -- End of API User Hook for the after hook of update_dflt_budget_set
211: --
212: end;
213: --
214: hr_utility.set_location(l_proc, 60);
215: --
216: -- When in validation only mode raise the Validate_Enabled exception
217: --
218: if p_validate then

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

222: -- Set all output arguments
223: --
224: p_object_version_number := l_object_version_number;
225: --
226: hr_utility.set_location(' Leaving:'||l_proc, 70);
227: --
228: exception
229: --
230: when hr_api.validate_enabled then

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

237: -- Only set output warning arguments
238: -- (Any key or derived arguments must be set to null
239: -- when validation only mode is being used.)
240: --
241: hr_utility.set_location(' Leaving:'||l_proc, 80);
242: --
243: when others then
244: p_object_version_number := l_object_version_number;
245: --

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

265: l_object_version_number pqh_dflt_budget_sets.object_version_number%TYPE;
266: --
267: begin
268: --
269: hr_utility.set_location('Entering:'|| l_proc, 10);
270: --
271: -- Issue a savepoint if operating in validation only mode
272: --
273: savepoint delete_dflt_budget_set;

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

271: -- Issue a savepoint if operating in validation only mode
272: --
273: savepoint delete_dflt_budget_set;
274: --
275: hr_utility.set_location(l_proc, 20);
276: --
277: -- Process Logic
278: --
279: l_object_version_number := p_object_version_number;

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

324: -- End of API User Hook for the after hook of delete_dflt_budget_set
325: --
326: end;
327: --
328: hr_utility.set_location(l_proc, 60);
329: --
330: -- When in validation only mode raise the Validate_Enabled exception
331: --
332: if p_validate then

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

332: if p_validate then
333: raise hr_api.validate_enabled;
334: end if;
335: --
336: hr_utility.set_location(' Leaving:'||l_proc, 70);
337: --
338: exception
339: --
340: when hr_api.validate_enabled then

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

375: l_proc varchar2(72) := g_package||'lck';
376: --
377: begin
378: --
379: hr_utility.set_location('Entering:'|| l_proc, 10);
380: --
381: pqh_dst_shd.lck
382: (
383: p_dflt_budget_set_id => p_dflt_budget_set_id

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

383: p_dflt_budget_set_id => p_dflt_budget_set_id
384: ,p_object_version_number => p_object_version_number
385: );
386: --
387: hr_utility.set_location(' Leaving:'||l_proc, 70);
388: --
389: end lck;
390: */
391: --