DBA Data[Home] [Help]

APPS.BEN_PRT_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_prt_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_poe_rt_id => p_poe_rt_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_poe_rt_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_prt_shd.api_updating
118: (p_poe_rt_id => p_poe_rt_id,
119: p_effective_date => p_effective_date,

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

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

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

192: and ff.effective_end_date;
193: --
194: Begin
195: --
196: hr_utility.set_location('Entering:'||l_proc, 5);
197: --
198: l_api_updating := ben_prt_shd.api_updating
199: (p_poe_rt_id => p_poe_rt_id,
200: p_effective_date => p_effective_date,

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

228: close c1;
229: --
230: end if;
231: --
232: hr_utility.set_location('Leaving:'||l_proc,10);
233: --
234: end chk_rndg_rl;
235: --
236: -- ----------------------------------------------------------------------------

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

268: l_api_updating boolean;
269: --
270: Begin
271: --
272: hr_utility.set_location('Entering:'||l_proc, 5);
273: --
274: l_api_updating := ben_prt_shd.api_updating
275: (p_poe_rt_id => p_poe_rt_id,
276: p_effective_date => p_effective_date,

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

297: end if;
298: --
299: end if;
300: --
301: hr_utility.set_location('Leaving:'||l_proc,10);
302: --
303: end chk_rndg_cd;
304: --
305: -- ----------------------------------------------------------------------------

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

337: l_api_updating boolean;
338: --
339: Begin
340: --
341: hr_utility.set_location('Entering:'||l_proc, 5);
342: --
343: l_api_updating := ben_prt_shd.api_updating
344: (p_poe_rt_id => p_poe_rt_id,
345: p_effective_date => p_effective_date,

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

366: end if;
367: --
368: end if;
369: --
370: hr_utility.set_location('Leaving:'||l_proc,10);
371: --
372: end chk_no_mx_poe_flag;
373: --
374: -- ----------------------------------------------------------------------------

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

406: l_api_updating boolean;
407: --
408: Begin
409: --
410: hr_utility.set_location('Entering:'||l_proc, 5);
411: --
412: l_api_updating := ben_prt_shd.api_updating
413: (p_poe_rt_id => p_poe_rt_id,
414: p_effective_date => p_effective_date,

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

435: end if;
436: --
437: end if;
438: --
439: hr_utility.set_location('Leaving:'||l_proc,10);
440: --
441: end chk_no_mn_poe_flag;
442: --
443: -- ----------------------------------------------------------------------------

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

475: l_api_updating boolean;
476: --
477: Begin
478: --
479: hr_utility.set_location('Entering:'||l_proc, 5);
480: --
481: l_api_updating := ben_prt_shd.api_updating
482: (p_poe_rt_id => p_poe_rt_id,
483: p_effective_date => p_effective_date,

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

504: end if;
505: --
506: end if;
507: --
508: hr_utility.set_location('Leaving:'||l_proc,10);
509: --
510: end chk_cbr_dsblty_apls_flag;
511: --
512: ----------------------------------------------------------------------------

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

551: l_dummy varchar2(1);
552: --
553: Begin
554: --
555: hr_utility.set_location('Entering:'||l_proc, 5);
556: --
557: -- Minimum Poe Number must be < Maximum Poe Number,
558: -- if both are used.
559: --

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

603: fnd_message.raise_error;
604: --
605: end if;
606: --
607: hr_utility.set_location('Leaving:'||l_proc,10);
608: --
609: end chk_mn_mx_poe_num;
610: -- ----------------------------------------------------------------------------
611: -- |--------------------------< dt_update_validate >--------------------------|

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

646: l_integrity_error Exception;
647: l_table_name all_tables.table_name%TYPE;
648: --
649: Begin
650: hr_utility.set_location('Entering:'||l_proc, 5);
651: --
652: -- Ensure that the p_datetrack_mode argument is not null
653: --
654: hr_api.mandatory_arg_error

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

685: End If;
686: --
687: End If;
688: --
689: hr_utility.set_location(' Leaving:'||l_proc, 10);
690: Exception
691: When l_integrity_error Then
692: --
693: -- A referential integrity check was violated therefore

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

751: l_rows_exist Exception;
752: l_table_name all_tables.table_name%TYPE;
753: --
754: Begin
755: hr_utility.set_location('Entering:'||l_proc, 5);
756: --
757: -- Ensure that the p_datetrack_mode argument is not null
758: --
759: hr_api.mandatory_arg_error

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

788: --
789: --
790: End If;
791: --
792: hr_utility.set_location(' Leaving:'||l_proc, 10);
793: Exception
794: When l_rows_exist Then
795: --
796: -- A referential integrity check was violated therefore

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

822: --
823: l_proc varchar2(72) := g_package||'insert_validate';
824: --
825: Begin
826: hr_utility.set_location('Entering:'||l_proc, 5);
827: --
828: -- Call all supporting business operations
829: --
830: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp

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

877: p_no_mx_poe_flag => p_rec.no_mx_poe_flag,
878: p_mx_poe_num => p_rec.mx_poe_num,
879: p_object_version_number => p_rec.object_version_number);
880: --
881: hr_utility.set_location(' Leaving:'||l_proc, 10);
882: End insert_validate;
883: --
884: -- ----------------------------------------------------------------------------
885: -- |---------------------------< update_validate >----------------------------|

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

893: --
894: l_proc varchar2(72) := g_package||'update_validate';
895: --
896: Begin
897: hr_utility.set_location('Entering:'||l_proc, 5);
898: --
899: -- Call all supporting business operations
900: --
901: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp

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

956: p_no_mx_poe_flag => p_rec.no_mx_poe_flag,
957: p_mx_poe_num => p_rec.mx_poe_num,
958: p_object_version_number => p_rec.object_version_number);
959: --
960: hr_utility.set_location(' Leaving:'||l_proc, 10);
961: End update_validate;
962: --
963: -- ----------------------------------------------------------------------------
964: -- |---------------------------< delete_validate >----------------------------|

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

972: --
973: l_proc varchar2(72) := g_package||'delete_validate';
974: --
975: Begin
976: hr_utility.set_location('Entering:'||l_proc, 5);
977: --
978: -- Call all supporting business operations
979: --
980: dt_delete_validate

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

982: p_validation_start_date => p_validation_start_date,
983: p_validation_end_date => p_validation_end_date,
984: p_poe_rt_id => p_rec.poe_rt_id);
985: --
986: hr_utility.set_location(' Leaving:'||l_proc, 10);
987: End delete_validate;
988: --
989: --
990: -- ---------------------------------------------------------------------------

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

1009: l_proc varchar2(72) := g_package||'return_legislation_code';
1010: --
1011: begin
1012: --
1013: hr_utility.set_location('Entering:'|| l_proc, 10);
1014: --
1015: -- Ensure that all the mandatory parameter are not null
1016: --
1017: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

1034: end if;
1035: --
1036: close csr_leg_code;
1037: --
1038: hr_utility.set_location(' Leaving:'|| l_proc, 20);
1039: --
1040: return l_legislation_code;
1041: --
1042: end return_legislation_code;