DBA Data[Home] [Help]

APPS.BEN_PRM_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_prm_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_prtt_prem_by_mo_id => p_prtt_prem_by_mo_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_prtt_prem_by_mo_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_prm_shd.api_updating
118: (p_prtt_prem_by_mo_id => p_prtt_prem_by_mo_id,
119: p_effective_date => p_effective_date,

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

142: end if;
143: --
144: end if;
145: --
146: hr_utility.set_location('Leaving:'||l_proc,10);
147: --
148: end chk_alctd_val_flag;
149: --
150: -- ----------------------------------------------------------------------------

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

182: l_api_updating boolean;
183: --
184: Begin
185: --
186: hr_utility.set_location('Entering:'||l_proc, 5);
187: --
188: l_api_updating := ben_prm_shd.api_updating
189: (p_prtt_prem_by_mo_id => p_prtt_prem_by_mo_id,
190: p_effective_date => p_effective_date,

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

213: end if;
214: --
215: end if;
216: --
217: hr_utility.set_location('Leaving:'||l_proc,10);
218: --
219: end chk_cr_mnl_adj_flag;
220: --
221: -- |------< chk_antcpd_prtt_cntr_uom >------|

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

256: where currency_code = p_antcpd_prtt_cntr_uom;
257: --
258: Begin
259: --
260: hr_utility.set_location('Entering:'||l_proc, 5);
261: --
262: l_api_updating := ben_prm_shd.api_updating
263: (p_prtt_prem_by_mo_id => p_prtt_prem_by_mo_id,
264: p_effective_date => p_effective_date,

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

287: end if;
288: --
289: end if;
290: --
291: hr_utility.set_location('Leaving:'||l_proc,10);
292: --
293: end chk_antcpd_prtt_cntr_uom;
294: --
295: -- |------< chk_uom >------|

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

330: where currency_code = p_uom;
331: --
332: Begin
333: --
334: hr_utility.set_location('Entering:'||l_proc, 5);
335: --
336: l_api_updating := ben_prm_shd.api_updating
337: (p_prtt_prem_by_mo_id => p_prtt_prem_by_mo_id,
338: p_effective_date => p_effective_date,

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

361: end if;
362: --
363: end if;
364: --
365: hr_utility.set_location('Leaving:'||l_proc,10);
366: --
367: end chk_uom;
368: -- ----------------------------------------------------------------------------
369: -- |------< chk_mnl_adj_flag >------|

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

400: l_api_updating boolean;
401: --
402: Begin
403: --
404: hr_utility.set_location('Entering:'||l_proc, 5);
405: --
406: l_api_updating := ben_prm_shd.api_updating
407: (p_prtt_prem_by_mo_id => p_prtt_prem_by_mo_id,
408: p_effective_date => p_effective_date,

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

431: end if;
432: --
433: end if;
434: --
435: hr_utility.set_location('Leaving:'||l_proc,10);
436: --
437: end chk_mnl_adj_flag;
438: --
439: -- ----------------------------------------------------------------------------

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

475: l_integrity_error Exception;
476: l_table_name all_tables.table_name%TYPE;
477: --
478: Begin
479: hr_utility.set_location('Entering:'||l_proc, 5);
480: --
481: -- Ensure that the p_datetrack_mode argument is not null
482: --
483: hr_api.mandatory_arg_error

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

514: End If;
515: --
516: End If;
517: --
518: hr_utility.set_location(' Leaving:'||l_proc, 10);
519: Exception
520: When l_integrity_error Then
521: --
522: -- A referential integrity check was violated therefore

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

579: l_rows_exist Exception;
580: l_table_name all_tables.table_name%TYPE;
581: --
582: Begin
583: hr_utility.set_location('Entering:'||l_proc, 5);
584: --
585: -- Ensure that the p_datetrack_mode argument is not null
586: --
587: hr_api.mandatory_arg_error

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

616: --
617: --
618: End If;
619: --
620: hr_utility.set_location(' Leaving:'||l_proc, 10);
621: Exception
622: When l_rows_exist Then
623: --
624: -- A referential integrity check was violated therefore

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

648: --
649: l_proc varchar2(72) := g_package||'insert_validate';
650: --
651: Begin
652: hr_utility.set_location('Entering:'||l_proc, 5);
653: --
654: -- Call all supporting business operations
655: --
656: --

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

690: p_mnl_adj_flag => p_rec.mnl_adj_flag,
691: p_effective_date => p_effective_date,
692: p_object_version_number => p_rec.object_version_number);
693: --
694: hr_utility.set_location(' Leaving:'||l_proc, 10);
695: End insert_validate;
696: --
697: -- ----------------------------------------------------------------------------
698: -- |---------------------------< update_validate >----------------------------|

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

706: --
707: l_proc varchar2(72) := g_package||'update_validate';
708: --
709: Begin
710: hr_utility.set_location('Entering:'||l_proc, 5);
711: --
712: -- Call all supporting business operations
713: --
714: --

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

756: p_datetrack_mode => p_datetrack_mode,
757: p_validation_start_date => p_validation_start_date,
758: p_validation_end_date => p_validation_end_date);
759: --
760: hr_utility.set_location(' Leaving:'||l_proc, 10);
761: End update_validate;
762: --
763: -- ----------------------------------------------------------------------------
764: -- |---------------------------< delete_validate >----------------------------|

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

772: --
773: l_proc varchar2(72) := g_package||'delete_validate';
774: --
775: Begin
776: hr_utility.set_location('Entering:'||l_proc, 5);
777: --
778: -- Call all supporting business operations
779: --
780: dt_delete_validate

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

782: p_validation_start_date => p_validation_start_date,
783: p_validation_end_date => p_validation_end_date,
784: p_prtt_prem_by_mo_id => p_rec.prtt_prem_by_mo_id);
785: --
786: hr_utility.set_location(' Leaving:'||l_proc, 10);
787: End delete_validate;
788: --
789: --
790: -- ---------------------------------------------------------------------------

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

809: l_proc varchar2(72) := g_package||'return_legislation_code';
810: --
811: begin
812: --
813: hr_utility.set_location('Entering:'|| l_proc, 10);
814: --
815: -- Ensure that all the mandatory parameter are not null
816: --
817: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

834: end if;
835: --
836: close csr_leg_code;
837: --
838: hr_utility.set_location(' Leaving:'|| l_proc, 20);
839: --
840: return l_legislation_code;
841: --
842: end return_legislation_code;