DBA Data[Home] [Help]

APPS.BEN_PBC_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_pbc_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_pl_bnf_ctfn_prvdd_id => p_pl_bnf_ctfn_prvdd_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_pl_bnf_ctfn_prvdd_id;
78: --
79: -- ----------------------------------------------------------------------------

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

111: l_api_updating boolean;
112: --
113: Begin
114: --
115: hr_utility.set_location('Entering:'||l_proc, 5);
116: --
117: l_api_updating := ben_pbc_shd.api_updating
118: (p_pl_bnf_ctfn_prvdd_id => p_pl_bnf_ctfn_prvdd_id,
119: p_effective_date => p_effective_date,

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

140: end if;
141: --
142: end if;
143: --
144: hr_utility.set_location('Leaving:'||l_proc,10);
145: --
146: end chk_bnf_ctfn_rqd_flag;
147: --
148: -- ----------------------------------------------------------------------------

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

197: --
198: --
199: Begin
200: --
201: hr_utility.set_location('Entering:'||l_proc, 5);
202: --
203: l_api_updating := ben_pbc_shd.api_updating
204: (p_pl_bnf_ctfn_prvdd_id => p_pl_bnf_ctfn_prvdd_id,
205: p_effective_date => p_effective_date,

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

240: --
241: --
242: end if;
243: --
244: hr_utility.set_location('Leaving:'||l_proc,10);
245: --
246: end chk_bnf_ctfn_typ_cd;
247: --
248: -- ----------------------------------------------------------------------------

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

285: l_integrity_error Exception;
286: l_table_name all_tables.table_name%TYPE;
287: --
288: Begin
289: hr_utility.set_location('Entering:'||l_proc, 5);
290: --
291: -- Ensure that the p_datetrack_mode argument is not null
292: --
293: hr_api.mandatory_arg_error

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

334: End If;
335: --
336: End If;
337: --
338: hr_utility.set_location(' Leaving:'||l_proc, 10);
339: Exception
340: When l_integrity_error Then
341: --
342: -- A referential integrity check was violated therefore

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

401: l_rows_exist Exception;
402: l_table_name all_tables.table_name%TYPE;
403: --
404: Begin
405: hr_utility.set_location('Entering:'||l_proc, 5);
406: --
407: -- Ensure that the p_datetrack_mode argument is not null
408: --
409: hr_api.mandatory_arg_error

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

438: --
439: --
440: End If;
441: --
442: hr_utility.set_location(' Leaving:'||l_proc, 10);
443: Exception
444: When l_rows_exist Then
445: --
446: -- A referential integrity check was violated therefore

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

472: --
473: l_proc varchar2(72) := g_package||'insert_validate';
474: --
475: Begin
476: hr_utility.set_location('Entering:'||l_proc, 5);
477: --
478: -- Call all supporting business operations
479: --
480: --

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

500: p_validation_end_date => p_validation_end_date,
501: p_business_group_id => p_rec.business_group_id,
502: p_object_version_number => p_rec.object_version_number);
503: --
504: hr_utility.set_location(' Leaving:'||l_proc, 10);
505: End insert_validate;
506: --
507: -- ----------------------------------------------------------------------------
508: -- |---------------------------< update_validate >----------------------------|

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

516: --
517: l_proc varchar2(72) := g_package||'update_validate';
518: --
519: Begin
520: hr_utility.set_location('Entering:'||l_proc, 5);
521: --
522: -- Call all supporting business operations
523: --
524: --

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

553: p_datetrack_mode => p_datetrack_mode,
554: p_validation_start_date => p_validation_start_date,
555: p_validation_end_date => p_validation_end_date);
556: --
557: hr_utility.set_location(' Leaving:'||l_proc, 10);
558: End update_validate;
559: --
560: -- ----------------------------------------------------------------------------
561: -- |---------------------------< delete_validate >----------------------------|

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

569: --
570: l_proc varchar2(72) := g_package||'delete_validate';
571: --
572: Begin
573: hr_utility.set_location('Entering:'||l_proc, 5);
574: --
575: -- Call all supporting business operations
576: --
577: dt_delete_validate

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

579: p_validation_start_date => p_validation_start_date,
580: p_validation_end_date => p_validation_end_date,
581: p_pl_bnf_ctfn_prvdd_id => p_rec.pl_bnf_ctfn_prvdd_id);
582: --
583: hr_utility.set_location(' Leaving:'||l_proc, 10);
584: End delete_validate;
585: --
586: --
587: -- ---------------------------------------------------------------------------

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

606: l_proc varchar2(72) := g_package||'return_legislation_code';
607: --
608: begin
609: --
610: hr_utility.set_location('Entering:'|| l_proc, 10);
611: --
612: -- Ensure that all the mandatory parameter are not null
613: --
614: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

631: end if;
632: --
633: close csr_leg_code;
634: --
635: hr_utility.set_location(' Leaving:'|| l_proc, 20);
636: --
637: return l_legislation_code;
638: --
639: end return_legislation_code;