DBA Data[Home] [Help]

APPS.HR_ADI_LOB_BUS dependencies on HR_UTILITY

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

27: -- l_proc varchar2(72) := g_package||'set_security_group_id';
28: --
29: -- begin
30: --
31: -- hr_utility.set_location('Entering:'|| l_proc, 10);
32: --
33: -- Ensure that all the mandatory parameter are not null
34: --
35: -- hr_api.mandatory_arg_error

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

37: -- ,p_argument => 'file_id'
38: -- ,p_argument_value => p_file_id
39: -- );
40: --
41: -- hr_utility.set_location(' Leaving:'|| l_proc, 20);
42: --
43: -- end set_security_group_id;
44: --
45: -- ---------------------------------------------------------------------------

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

57: -- l_proc varchar2(72) := g_package||'return_legislation_code';
58: --
59: -- Begin
60: --
61: -- hr_utility.set_location('Entering:'|| l_proc, 10);
62: --
63: -- Ensure that all the mandatory parameter are not null
64: --
65: -- hr_api.mandatory_arg_error

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

67: -- ,p_argument => 'file_id'
68: -- ,p_argument_value => p_file_id
69: -- );
70: --
71: -- hr_utility.set_location(' Leaving:'|| l_proc, 40);
72: -- return l_legislation_code;
73: -- end return_legislation_code;
74: --
75: -- ----------------------------------------------------------------------------

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

128: (p_api_name => l_proc
129: ,p_argument => l_argument);
130: WHEN OTHERS THEN
131: RAISE;
132: hr_utility.set_location(' Leaving:'|| l_proc, 10);
133: End chk_non_updateable_args;
134: --
135: -- ----------------------------------------------------------------------------
136: -- |---------------------------< insert_validate >----------------------------|

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

142: --
143: l_proc varchar2(72) := g_package||'insert_validate';
144: --
145: Begin
146: hr_utility.set_location('Entering:'||l_proc, 5);
147: --
148: -- Call all supporting business operations
149: --
150: --

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

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

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

166: --
167: l_proc varchar2(72) := g_package||'update_validate';
168: --
169: Begin
170: hr_utility.set_location('Entering:'||l_proc, 5);
171: --
172: -- Call all supporting business operations
173: --
174: --

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

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

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

194: --
195: l_proc varchar2(72) := g_package||'delete_validate';
196: --
197: Begin
198: hr_utility.set_location('Entering:'||l_proc, 5);
199: --
200: -- Call all supporting business operations
201: --
202: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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