DBA Data[Home] [Help]

APPS.BEN_CWB_MATRIX_DTL_API dependencies on HR_UTILITY

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

28: l_object_version_number ben_cwb_matrix_dtl.object_version_number%TYPE;
29: l_proc varchar2(72) := g_package||'create_cwb_matrix_dtl';
30: --
31: begin
32: hr_utility.set_location('Entering:'|| l_proc, 10);
33: --
34: -- Issue a savepoint
35: --
36: savepoint create_cwb_matrix_dtl;

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

102: --
103: p_cwb_matrix_dtl_id := l_cwb_matrix_dtl_id;
104: p_object_version_number := l_object_version_number;
105: --
106: hr_utility.set_location(' Leaving:'||l_proc, 70);
107: --
108: exception
109: when hr_api.validate_enabled then
110: --

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

118: -- when validation only mode is being used.)
119: --
120: p_cwb_matrix_dtl_id := null;
121: p_object_version_number := null;
122: hr_utility.set_location(' Leaving:'||l_proc, 80);
123: when others then
124: --
125: -- A validation or unexpected error has occured
126: --

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

127: rollback to create_cwb_matrix_dtl;
128: p_cwb_matrix_dtl_id := null; --nocopy changes
129: p_object_version_number := null; --nocopy changes
130:
131: hr_utility.set_location(' Leaving:'||l_proc, 90);
132: raise;
133: end create_cwb_matrix_dtl;
134: --
135: -- ----------------------------------------------------------------------------

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

154: l_object_version_number ben_cwb_matrix_dtl.object_version_number%TYPE;
155: l_proc varchar2(72) := g_package||'update_cwb_matrix_dtl';
156: --
157: begin
158: hr_utility.set_location('Entering:'|| l_proc, 10);
159: --
160: -- Issue a savepoint
161: --
162: savepoint update_cwb_matrix_dtl;

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

160: -- Issue a savepoint
161: --
162: savepoint update_cwb_matrix_dtl;
163: --
164: hr_utility.set_location(l_proc, 20);
165: --
166: -- Process Logic
167: --
168: l_object_version_number := p_object_version_number;

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

242: -- Set all output arguments
243: --
244: p_object_version_number := l_object_version_number;
245: --
246: hr_utility.set_location(' Leaving:'||l_proc, 70);
247: --
248: exception
249: when hr_api.validate_enabled then
250: --

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

256: -- Only set output warning arguments
257: -- (Any key or derived arguments must be set to null
258: -- when validation only mode is being used.)
259: --
260: hr_utility.set_location(' Leaving:'||l_proc, 80);
261: --
262: when others then
263: --
264: -- A validation or unexpected error has occured

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

264: -- A validation or unexpected error has occured
265: --
266: rollback to update_cwb_matrix_dtl;
267:
268: hr_utility.set_location(' Leaving:'||l_proc, 90);
269: raise;
270: end update_cwb_matrix_dtl;
271: --
272: -- ----------------------------------------------------------------------------

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

284: l_object_version_number ben_cwb_matrix_dtl.object_version_number%TYPE;
285: l_proc varchar2(72) := g_package||'delete_cwb_matrix_dtl';
286: --
287: begin
288: hr_utility.set_location('Entering:'|| l_proc, 10);
289: --
290: -- Issue a savepoint
291: --
292: savepoint delete_cwb_matrix_dtl;

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

290: -- Issue a savepoint
291: --
292: savepoint delete_cwb_matrix_dtl;
293: --
294: hr_utility.set_location(l_proc, 20);
295: --
296: -- Process Logic
297: --
298: l_object_version_number := p_object_version_number;

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

349: end if;
350: --
351:
352:
353: hr_utility.set_location(' Leaving:'||l_proc, 70);
354: --
355: exception
356: when hr_api.validate_enabled then
357: --

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

363: -- Only set output warning arguments
364: -- (Any key or derived arguments must be set to null
365: -- when validation only mode is being used.)
366: --
367: hr_utility.set_location(' Leaving:'||l_proc, 80);
368: --
369: when others then
370: --
371: -- A validation or unexpected error has occured

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

371: -- A validation or unexpected error has occured
372: --
373: rollback to delete_cwb_matrix_dtl;
374:
375: hr_utility.set_location(' Leaving:'||l_proc, 90);
376: raise;
377: end delete_cwb_matrix_dtl;
378: --
379: -- ----------------------------------------------------------------------------

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

391: l_proc varchar2(72) := g_package||'lck';
392: --
393: begin
394: --
395: hr_utility.set_location('Entering:'|| l_proc, 10);
396: --
397: ben_bcd_shd.lck
398: (p_cwb_matrix_dtl_id => p_cwb_matrix_dtl_id
399: ,p_object_version_number => p_object_version_number

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

398: (p_cwb_matrix_dtl_id => p_cwb_matrix_dtl_id
399: ,p_object_version_number => p_object_version_number
400: );
401: --
402: hr_utility.set_location(' Leaving:'||l_proc, 70);
403: --
404: end lck;
405: --
406: end ben_cwb_matrix_dtl_api;