DBA Data[Home] [Help]

APPS.BEN_PDT_BUS dependencies on HR_UTILITY

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

39: l_legislation_code varchar2(150);
40: --
41: begin
42: --
43: hr_utility.set_location('Entering:'|| l_proc, 10);
44: --
45: -- Ensure that all the mandatory parameter are not null
46: --
47: hr_api.mandatory_arg_error

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

79: --
80: hr_api.set_legislation_context(l_legislation_code);
81: end if;
82: --
83: hr_utility.set_location(' Leaving:'|| l_proc, 20);
84: --
85: end set_security_group_id;
86: --
87: -- ---------------------------------------------------------------------------

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

108: l_proc varchar2(72) := g_package||'return_legislation_code';
109: --
110: Begin
111: --
112: hr_utility.set_location('Entering:'|| l_proc, 10);
113: --
114: -- Ensure that all the mandatory parameter are not null
115: --
116: hr_api.mandatory_arg_error

Line 130: hr_utility.set_location(l_proc, 20);

126: -- call to this function. Just return the value in the global
127: -- variable.
128: --
129: l_legislation_code := ben_pdt_bus.g_legislation_code;
130: hr_utility.set_location(l_proc, 20);
131: else
132: --
133: -- The ID is different to the last call to this function
134: -- or this is the first call to this function.

Line 147: hr_utility.set_location(l_proc,30);

143: close csr_leg_code;
144: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
145: fnd_message.raise_error;
146: end if;
147: hr_utility.set_location(l_proc,30);
148: --
149: -- Set the global variables so the values are
150: -- available for the next call to this function.
151: --

Line 156: hr_utility.set_location(' Leaving:'|| l_proc, 40);

152: close csr_leg_code;
153: ben_pdt_bus.g_pymt_check_det_id := p_pymt_check_det_id;
154: ben_pdt_bus.g_legislation_code := l_legislation_code;
155: end if;
156: hr_utility.set_location(' Leaving:'|| l_proc, 40);
157: return l_legislation_code;
158: end return_legislation_code;
159: --
160: -- ----------------------------------------------------------------------------

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

191: --
192: l_proc varchar2(72) := g_package || 'chk_df';
193: --
194: begin
195: hr_utility.set_location('Entering:'||l_proc,10);
196: --
197: if ((p_rec.pymt_check_det_id is not null) and (
198: nvl(ben_pdt_shd.g_old_rec.pdt_attribute_category, hr_api.g_varchar2) <>
199: nvl(p_rec.pdt_attribute_category, hr_api.g_varchar2) or

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

330: ,p_attribute30_value => p_rec.pdt_attribute30
331: );
332: end if;
333: --
334: hr_utility.set_location(' Leaving:'||l_proc,20);
335: end chk_df;
336: --
337: -- ----------------------------------------------------------------------------
338: -- |-----------------------< chk_non_updateable_args >------------------------|

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

437: l_api_updating boolean;
438: --
439: Begin
440: --
441: hr_utility.set_location('Entering:'||l_proc, 5);
442: --
443: l_api_updating := ben_pdt_shd.api_updating
444: (p_pymt_check_det_id => p_pymt_check_det_id,
445: p_object_version_number => p_object_version_number);

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

465: end if;
466: --
467: end if;
468: --
469: hr_utility.set_location('Leaving:'||l_proc, 10);
470: --
471: End chk_pymt_check_det_id;
472: --
473: -- ----------------------------------------------------------------------------

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

509: where a.person_id = p_person_id;
510: --
511: Begin
512: --
513: hr_utility.set_location('Entering:'||l_proc,5);
514: --
515: l_api_updating := ben_pdt_shd.api_updating
516: (p_pymt_check_det_id => p_pymt_check_det_id,
517: p_object_version_number => p_object_version_number);

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

540: close c1;
541: --
542: end if;
543: --
544: hr_utility.set_location('Leaving:'||l_proc,10);
545: --
546: End chk_person_id;
547: --
548: -- ----------------------------------------------------------------------------

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

555: --
556: l_proc varchar2(72) := g_package||'insert_validate';
557: --
558: Begin
559: hr_utility.set_location('Entering:'||l_proc, 5);
560: --
561: -- Call all supporting business operations
562: --
563: hr_api.validate_bus_grp_id

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

580: chk_person_id(p_pymt_check_det_id => p_rec.pymt_check_det_id
581: ,p_person_id => p_rec.person_id
582: ,p_object_version_number => p_rec.object_version_number);
583: --
584: hr_utility.set_location(' Leaving:'||l_proc, 10);
585: End insert_validate;
586: --
587: -- ----------------------------------------------------------------------------
588: -- |---------------------------< update_validate >----------------------------|

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

594: --
595: l_proc varchar2(72) := g_package||'update_validate';
596: --
597: Begin
598: hr_utility.set_location('Entering:'||l_proc, 5);
599: --
600: -- Call all supporting business operations
601: --
602: hr_api.validate_bus_grp_id

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

624: ,p_person_id => p_rec.person_id
625: ,p_object_version_number => p_rec.object_version_number);
626:
627:
628: hr_utility.set_location(' Leaving:'||l_proc, 10);
629: End update_validate;
630: --
631: -- ----------------------------------------------------------------------------
632: -- |---------------------------< delete_validate >----------------------------|

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

637: --
638: l_proc varchar2(72) := g_package||'delete_validate';
639: --
640: Begin
641: hr_utility.set_location('Entering:'||l_proc, 5);
642: --
643: -- Call all supporting business operations
644: --
645: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

641: hr_utility.set_location('Entering:'||l_proc, 5);
642: --
643: -- Call all supporting business operations
644: --
645: hr_utility.set_location(' Leaving:'||l_proc, 10);
646: End delete_validate;
647: --
648: end ben_pdt_bus;