DBA Data[Home] [Help]

APPS.PER_GDT_BUS dependencies on HR_UTILITY

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

26: l_proc varchar2(72) := g_package||'set_security_group_id';
27: --
28: begin
29: --
30: hr_utility.set_location('Entering:'|| l_proc, 10);
31: --
32: per_grd_bus.set_security_group_id(p_grade_id => p_grade_id
33: ,p_associated_column1 => p_associated_column1 );
34: --

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

31: --
32: per_grd_bus.set_security_group_id(p_grade_id => p_grade_id
33: ,p_associated_column1 => p_associated_column1 );
34: --
35: hr_utility.set_location(' Leaving:'|| l_proc, 20);
36: --
37: end set_security_group_id;
38: --
39: -- ---------------------------------------------------------------------------

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

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

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

85: -- call to this function. Just return the value in the global
86: -- variable.
87: --
88: l_legislation_code := per_gdt_bus.g_legislation_code;
89: hr_utility.set_location(l_proc, 20);
90: else
91: --
92: -- The ID is different to the last call to this function
93: -- or this is the first call to this function.

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

102: close csr_leg_code;
103: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
104: fnd_message.raise_error;
105: end if;
106: hr_utility.set_location(l_proc,30);
107: --
108: -- Set the global variables so the values are
109: -- available for the next call to this function.
110: --

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

112: per_gdt_bus.g_grade_id := p_grade_id;
113: per_gdt_bus.g_language := p_language;
114: per_gdt_bus.g_legislation_code := l_legislation_code;
115: end if;
116: hr_utility.set_location(' Leaving:'|| l_proc, 40);
117: return l_legislation_code;
118: end return_legislation_code;
119: --
120: -- ----------------------------------------------------------------------------

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

178: --
179: l_proc varchar2(72) := g_package||'insert_validate';
180: --
181: Begin
182: hr_utility.set_location('Entering:'||l_proc, 5);
183: --
184: -- Call all supporting business operations
185: --
186: --

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

188: --
189: -- Validate Dependent Attributes
190: --
191: --
192: hr_utility.set_location(' Leaving:'||l_proc, 10);
193: End insert_validate;
194: --
195: -- ----------------------------------------------------------------------------
196: -- |---------------------------< update_validate >----------------------------|

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

201: --
202: l_proc varchar2(72) := g_package||'update_validate';
203: --
204: Begin
205: hr_utility.set_location('Entering:'||l_proc, 5);
206: --
207: -- Call all supporting business operations
208: --
209: -- TODO

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

215: (p_rec => p_rec
216: );
217: --
218: --
219: hr_utility.set_location(' Leaving:'||l_proc, 10);
220: End update_validate;
221: --
222: -- ----------------------------------------------------------------------------
223: -- |---------------------------< delete_validate >----------------------------|

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

228: --
229: l_proc varchar2(72) := g_package||'delete_validate';
230: --
231: Begin
232: hr_utility.set_location('Entering:'||l_proc, 5);
233: --
234: -- Call all supporting business operations
235: --
236: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

232: hr_utility.set_location('Entering:'||l_proc, 5);
233: --
234: -- Call all supporting business operations
235: --
236: hr_utility.set_location(' Leaving:'||l_proc, 10);
237: End delete_validate;
238: --
239: end per_gdt_bus;