DBA Data[Home] [Help]

APPS.BEN_APC_BUS dependencies on HR_UTILITY

Line 46: hr_utility.set_location('Entering:'||l_proc, 5);

42: l_api_updating boolean;
43: --
44: Begin
45: --
46: hr_utility.set_location('Entering:'||l_proc, 5);
47: --
48: l_api_updating := ben_apc_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_acrs_ptip_cvg_id => p_acrs_ptip_cvg_id,

Line 75: hr_utility.set_location('Leaving:'||l_proc, 10);

71: end if;
72: --
73: end if;
74: --
75: hr_utility.set_location('Leaving:'||l_proc, 10);
76: --
77: End chk_acrs_ptip_cvg_id;
78: --
79: -- ----------------------------------------------------------------------------

Line 110: hr_utility.set_location('Entering:'||l_proc, 5);

106: l_proc varchar2(72) := g_package||'chk_min_or_max_not_null';
107: --
108: Begin
109: --
110: hr_utility.set_location('Entering:'||l_proc, 5);
111: --
112: --
113: if p_mn_cvg_alwd_amt is null and p_mx_cvg_alwd_amt is null then
114: --

Line 123: hr_utility.set_location('Leaving:'||l_proc, 10);

119: --
120: end if;
121: --
122: --
123: hr_utility.set_location('Leaving:'||l_proc, 10);
124: --
125: End chk_min_or_max_not_null;
126: --
127: -- ----------------------------------------------------------------------------

Line 167: hr_utility.set_location('Entering:'||l_proc, 5);

163: l_integrity_error Exception;
164: l_table_name all_tables.table_name%TYPE;
165: --
166: Begin
167: hr_utility.set_location('Entering:'||l_proc, 5);
168: --
169: -- Ensure that the p_datetrack_mode argument is not null
170: --
171: hr_api.mandatory_arg_error

Line 197: hr_utility.set_location(' Leaving:'||l_proc, 10);

193: --
194: --
195: End If;
196: --
197: hr_utility.set_location(' Leaving:'||l_proc, 10);
198: Exception
199: When l_integrity_error Then
200: --
201: -- A referential integrity check was violated therefore

Line 264: hr_utility.set_location('Entering:'||l_proc, 5);

260: l_rows_exist Exception;
261: l_table_name all_tables.table_name%TYPE;
262: --
263: Begin
264: hr_utility.set_location('Entering:'||l_proc, 5);
265: --
266: -- Ensure that the p_datetrack_mode argument is not null
267: --
268: hr_api.mandatory_arg_error

Line 301: hr_utility.set_location(' Leaving:'||l_proc, 10);

297: --
298: --
299: End If;
300: --
301: hr_utility.set_location(' Leaving:'||l_proc, 10);
302: Exception
303: When l_rows_exist Then
304: --
305: -- A referential integrity check was violated therefore

Line 334: hr_utility.set_location('Entering:'||l_proc, 5);

330: --
331: l_proc varchar2(72) := g_package||'insert_validate';
332: --
333: Begin
334: hr_utility.set_location('Entering:'||l_proc, 5);
335: --
336: -- Call all supporting business operations
337: --
338: --

Line 350: hr_utility.set_location(' Leaving:'||l_proc, 10);

346: chk_min_or_max_not_null
347: (p_mn_cvg_alwd_amt => p_rec.mn_cvg_alwd_amt,
348: p_mx_cvg_alwd_amt => p_rec.mx_cvg_alwd_amt);
349: --
350: hr_utility.set_location(' Leaving:'||l_proc, 10);
351: End insert_validate;
352: --
353: -- ----------------------------------------------------------------------------
354: -- |---------------------------< update_validate >----------------------------|

Line 366: hr_utility.set_location('Entering:'||l_proc, 5);

362: --
363: l_proc varchar2(72) := g_package||'update_validate';
364: --
365: Begin
366: hr_utility.set_location('Entering:'||l_proc, 5);
367: --
368: -- Call all supporting business operations
369: --
370: --

Line 390: hr_utility.set_location(' Leaving:'||l_proc, 10);

386: p_datetrack_mode => p_datetrack_mode,
387: p_validation_start_date => p_validation_start_date,
388: p_validation_end_date => p_validation_end_date);
389: --
390: hr_utility.set_location(' Leaving:'||l_proc, 10);
391: End update_validate;
392: --
393: -- ----------------------------------------------------------------------------
394: -- |---------------------------< delete_validate >----------------------------|

Line 406: hr_utility.set_location('Entering:'||l_proc, 5);

402: --
403: l_proc varchar2(72) := g_package||'delete_validate';
404: --
405: Begin
406: hr_utility.set_location('Entering:'||l_proc, 5);
407: --
408: -- Call all supporting business operations
409: --
410: dt_delete_validate

Line 416: hr_utility.set_location(' Leaving:'||l_proc, 10);

412: p_validation_start_date => p_validation_start_date,
413: p_validation_end_date => p_validation_end_date,
414: p_acrs_ptip_cvg_id => p_rec.acrs_ptip_cvg_id);
415: --
416: hr_utility.set_location(' Leaving:'||l_proc, 10);
417: End delete_validate;
418: --
419: --
420: -- ---------------------------------------------------------------------------

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

439: l_proc varchar2(72) := g_package||'return_legislation_code';
440: --
441: begin
442: --
443: hr_utility.set_location('Entering:'|| l_proc, 10);
444: --
445: -- Ensure that all the mandatory parameter are not null
446: --
447: hr_api.mandatory_arg_error(p_api_name => l_proc,

Line 468: hr_utility.set_location(' Leaving:'|| l_proc, 20);

464: end if;
465: --
466: close csr_leg_code;
467: --
468: hr_utility.set_location(' Leaving:'|| l_proc, 20);
469: --
470: return l_legislation_code;
471: --
472: end return_legislation_code;