DBA Data[Home] [Help]

APPS.BEN_PCM_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_pcm_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_per_cm_id => p_per_cm_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_per_cm_id;
78: --
79: -- -------------------------------------------------------------------------

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

120: cmt.business_group_id = p_business_group_id and
121: p_effective_date between
122: cmt.effective_start_date and cmt.effective_end_date;
123: begin
124: hr_utility.set_location ('Entering '||l_proc,10);
125: --
126: -- Get assignment ID from per_all_assignments_f table.
127: --
128: open c_asg;

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

172: fnd_message.raise_error;
173: --
174: end if;
175: --
176: hr_utility.set_location('Leaving:'||l_proc, 10);
177: --
178: end chk_cm_typ_rl;
179: --
180: -- ----------------------------------------------------------------------------

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

217: l_integrity_error Exception;
218: l_table_name all_tables.table_name%TYPE;
219: --
220: Begin
221: hr_utility.set_location('Entering:'||l_proc, 5);
222: --
223: -- Ensure that the p_datetrack_mode argument is not null
224: --
225: hr_api.mandatory_arg_error

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

266: End If;
267: --
268: End If;
269: --
270: hr_utility.set_location(' Leaving:'||l_proc, 10);
271: Exception
272: When l_integrity_error Then
273: --
274: -- A referential integrity check was violated therefore

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

332: l_rows_exist Exception;
333: l_table_name all_tables.table_name%TYPE;
334: --
335: Begin
336: hr_utility.set_location('Entering:'||l_proc, 5);
337: --
338: -- Ensure that the p_datetrack_mode argument is not null
339: --
340: hr_api.mandatory_arg_error

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

395: End If;
396: --
397: End If;
398: --
399: hr_utility.set_location(' Leaving:'||l_proc, 10);
400: Exception
401: When l_rows_exist Then
402: --
403: -- A referential integrity check was violated therefore

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

428: --
429: l_proc varchar2(72) := g_package||'insert_validate';
430: --
431: Begin
432: hr_utility.set_location('Entering:'||l_proc, 5);
433: --
434: -- Call all supporting business operations
435: --
436: --

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

446: p_effective_date => p_effective_date,
447: p_cm_typ_id => p_rec.cm_typ_id,
448: p_business_group_id => p_rec.business_group_id);
449: --
450: hr_utility.set_location(' Leaving:'||l_proc, 10);
451: End insert_validate;
452: --
453: -- ----------------------------------------------------------------------------
454: -- |---------------------------< update_validate >----------------------------|

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

462: --
463: l_proc varchar2(72) := g_package||'update_validate';
464: --
465: Begin
466: hr_utility.set_location('Entering:'||l_proc, 5);
467: --
468: -- Call all supporting business operations
469: --
470: --

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

483: p_datetrack_mode => p_datetrack_mode,
484: p_validation_start_date => p_validation_start_date,
485: p_validation_end_date => p_validation_end_date);
486: --
487: hr_utility.set_location(' Leaving:'||l_proc, 10);
488: End update_validate;
489: --
490: -- ----------------------------------------------------------------------------
491: -- |---------------------------< delete_validate >----------------------------|

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

499: --
500: l_proc varchar2(72) := g_package||'delete_validate';
501: --
502: Begin
503: hr_utility.set_location('Entering:'||l_proc, 5);
504: --
505: -- Call all supporting business operations
506: --
507: dt_delete_validate

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

509: p_validation_start_date => p_validation_start_date,
510: p_validation_end_date => p_validation_end_date,
511: p_per_cm_id => p_rec.per_cm_id);
512: --
513: hr_utility.set_location(' Leaving:'||l_proc, 10);
514: End delete_validate;
515: --
516: --
517: -- ---------------------------------------------------------------------------

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

536: l_proc varchar2(72) := g_package||'return_legislation_code';
537: --
538: begin
539: --
540: hr_utility.set_location('Entering:'|| l_proc, 10);
541: --
542: -- Ensure that all the mandatory parameter are not null
543: --
544: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

561: end if;
562: --
563: close csr_leg_code;
564: --
565: hr_utility.set_location(' Leaving:'|| l_proc, 20);
566: --
567: return l_legislation_code;
568: --
569: end return_legislation_code;