DBA Data[Home] [Help]

APPS.PAY_ETT_BUS dependencies on HR_UTILITY

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

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

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

76: (p_security_group_id => l_security_group_id
77: );
78: end if;
79: --
80: hr_utility.set_location(' Leaving:'|| l_proc, 20);
81: --
82: end set_security_group_id;
83: --
84: -- ---------------------------------------------------------------------------

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

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

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

130: -- call to this function. Just return the value in the global
131: -- variable.
132: --
133: l_legislation_code := pay_ett_bus.g_legislation_code;
134: hr_utility.set_location(l_proc, 20);
135: else
136: --
137: -- The ID is different to the last call to this function
138: -- or this is the first call to this function.

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

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

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

157: pay_ett_bus.g_element_type_id := p_element_type_id;
158: pay_ett_bus.g_language := p_language;
159: pay_ett_bus.g_legislation_code := l_legislation_code;
160: end if;
161: hr_utility.set_location(' Leaving:'|| l_proc, 40);
162: return l_legislation_code;
163: end return_legislation_code;
164: --
165: -- ----------------------------------------------------------------------------

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

222: --
223: l_proc varchar2(72) := g_package||'insert_validate';
224: --
225: Begin
226: hr_utility.set_location('Entering:'||l_proc, 5);
227: --
228: -- Call all supporting business operations
229: --
230: -- "-- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS."

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

230: -- "-- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS."
231: --
232: -- Validate Dependent Attributes
233: --
234: hr_utility.set_location(' Leaving:'||l_proc, 10);
235: End insert_validate;
236: --
237: -- ----------------------------------------------------------------------------
238: -- |---------------------------< update_validate >----------------------------|

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

243: --
244: l_proc varchar2(72) := g_package||'update_validate';
245: --
246: Begin
247: hr_utility.set_location('Entering:'||l_proc, 5);
248: --
249: -- Call all supporting business operations
250: --
251: -- "-- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS."

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

256: (p_rec => p_rec
257: );
258: --
259: --
260: hr_utility.set_location(' Leaving:'||l_proc, 10);
261: End update_validate;
262: --
263: -- ----------------------------------------------------------------------------
264: -- |---------------------------< delete_validate >----------------------------|

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

269: --
270: l_proc varchar2(72) := g_package||'delete_validate';
271: --
272: Begin
273: hr_utility.set_location('Entering:'||l_proc, 5);
274: --
275: -- Call all supporting business operations
276: --
277: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

273: hr_utility.set_location('Entering:'||l_proc, 5);
274: --
275: -- Call all supporting business operations
276: --
277: hr_utility.set_location(' Leaving:'||l_proc, 10);
278: End delete_validate;
279: --
280: end pay_ett_bus;