DBA Data[Home] [Help]

APPS.BEN_SER_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_ser_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_schedd_enrt_rl_id => p_schedd_enrt_rl_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_schedd_enrt_rl_id;
78: --
79: -- ----------------------------------------------------------------------------

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

129: and p_validation_end_date >= effective_start_date;
130: --
131: Begin
132: --
133: hr_utility.set_location('Entering:'||l_proc, 5);
134: --
135: l_api_updating := ben_ser_shd.api_updating
136: (p_schedd_enrt_rl_id => p_schedd_enrt_rl_id ,
137: p_effective_date => p_effective_date,

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

159: close chk_unique;
160: --
161: end if;
162: --
163: hr_utility.set_location('Leaving:'||l_proc,10);
164: --
165: end chk_ordr_to_aply_num;
166: --
167: -- ----------------------------------------------------------------------------

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

217: and p_validation_end_date >= effective_start_date;
218: --
219: Begin
220: --
221: hr_utility.set_location('Entering:'||l_proc, 5);
222: --
223: l_api_updating := ben_ser_shd.api_updating
224: (p_schedd_enrt_rl_id => p_schedd_enrt_rl_id ,
225: p_effective_date => p_effective_date,

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

249: close chk_unique;
250: --
251: end if;
252: --
253: hr_utility.set_location('Leaving:'||l_proc,10);
254: --
255: end chk_formula_id;
256: --
257: -- ----------------------------------------------------------------------------

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

294: l_integrity_error Exception;
295: l_table_name all_tables.table_name%TYPE;
296: --
297: Begin
298: hr_utility.set_location('Entering:'||l_proc, 5);
299: --
300: -- Ensure that the p_datetrack_mode argument is not null
301: --
302: hr_api.mandatory_arg_error

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

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

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

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

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

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

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

467: --
468: l_proc varchar2(72) := g_package||'insert_validate';
469: --
470: Begin
471: hr_utility.set_location('Entering:'||l_proc, 5);
472: --
473: -- Call all supporting business operations
474: --
475: --

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

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

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

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

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

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

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

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

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

582: p_validation_start_date => p_validation_start_date,
583: p_validation_end_date => p_validation_end_date,
584: p_schedd_enrt_rl_id => p_rec.schedd_enrt_rl_id);
585: --
586: hr_utility.set_location(' Leaving:'||l_proc, 10);
587: End delete_validate;
588: --
589: --
590: -- ---------------------------------------------------------------------------

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

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

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

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