DBA Data[Home] [Help]

APPS.PAY_AMT_BUS dependencies on HR_UTILITY

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

32: begin
33: --
34: l_proc := g_package||'set_security_group_id';
35: --
36: hr_utility.set_location('Entering:'|| l_proc, 10);
37: --
38: -- Ensure that all the mandatory parameter are not null
39: --
40: hr_api.mandatory_arg_error

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

43: ,p_argument_value => p_module_type_id
44: );
45: --
46: --
47: hr_utility.set_location(' Leaving:'|| l_proc, 20);
48: --
49: end set_security_group_id;
50: --
51: -- ---------------------------------------------------------------------------

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

66: Begin
67: --
68: l_proc := g_package||'return_legislation_code';
69: --
70: hr_utility.set_location('Entering:'|| l_proc, 10);
71: --
72: -- Ensure that all the mandatory parameter are not null
73: --
74: hr_api.mandatory_arg_error

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

76: ,p_argument => 'module_type_id'
77: ,p_argument_value => p_module_type_id
78: );
79: --
80: hr_utility.set_location(' Leaving:'|| l_proc, 40);
81: return l_legislation_code;
82: end return_legislation_code;
83: --
84: -- ----------------------------------------------------------------------------

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

147: --
148: Begin
149: l_proc := g_package||'insert_validate';
150: --
151: hr_utility.set_location('Entering:'||l_proc, 5);
152: --
153: -- Call all supporting business operations
154: --
155: --

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

155: --
156: -- Validate Dependent Attributes
157: --
158: --
159: hr_utility.set_location(' Leaving:'||l_proc, 10);
160: End insert_validate;
161: --
162: -- ----------------------------------------------------------------------------
163: -- |---------------------------< update_validate >----------------------------|

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

170: --
171: Begin
172: l_proc := g_package||'update_validate';
173: --
174: hr_utility.set_location('Entering:'||l_proc, 5);
175: --
176: -- Call all supporting business operations
177: --
178: --

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

182: (p_rec => p_rec
183: );
184: --
185: --
186: hr_utility.set_location(' Leaving:'||l_proc, 10);
187: End update_validate;
188: --
189: -- ----------------------------------------------------------------------------
190: -- |---------------------------< delete_validate >----------------------------|

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

197: --
198: Begin
199: l_proc := g_package||'delete_validate';
200: --
201: hr_utility.set_location('Entering:'||l_proc, 5);
202: --
203: -- Call all supporting business operations
204: --
205: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

201: hr_utility.set_location('Entering:'||l_proc, 5);
202: --
203: -- Call all supporting business operations
204: --
205: hr_utility.set_location(' Leaving:'||l_proc, 10);
206: End delete_validate;
207: --
208: begin
209: g_package := ' pay_amt_bus.'; -- Global package name