DBA Data[Home] [Help]

APPS.OTA_LPT_BUS dependencies on HR_UTILITY

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

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

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

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

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

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

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

134: -- call to this function. Just return the value in the global
135: -- variable.
136: --
137: l_legislation_code := ota_lpt_bus.g_legislation_code;
138: hr_utility.set_location(l_proc, 20);
139: else
140: --
141: -- The ID is different to the last call to this function
142: -- or this is the first call to this function.

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

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

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

161: ota_lpt_bus.g_learning_path_id := p_learning_path_id;
162: ota_lpt_bus.g_language := p_language;
163: ota_lpt_bus.g_legislation_code := l_legislation_code;
164: end if;
165: hr_utility.set_location(' Leaving:'|| l_proc, 40);
166: return l_legislation_code;
167: end return_legislation_code;
168: --
169: -- ----------------------------------------------------------------------------

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

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

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

240: --
241: -- Validate Dependent Attributes
242: --
243: --
244: hr_utility.set_location(' Leaving:'||l_proc, 10);
245: End insert_validate;
246: --
247: -- ----------------------------------------------------------------------------
248: -- |---------------------------< update_validate >----------------------------|

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

254: --
255: l_proc varchar2(72) := g_package||'update_validate';
256: --
257: Begin
258: hr_utility.set_location('Entering:'||l_proc, 5);
259: --
260: -- Call all supporting business operations
261: --
262: --

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

270: ,p_rec => p_rec
271: );
272: --
273: --
274: hr_utility.set_location(' Leaving:'||l_proc, 10);
275: End update_validate;
276: --
277: -- ----------------------------------------------------------------------------
278: -- |---------------------------< delete_validate >----------------------------|

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

283: --
284: l_proc varchar2(72) := g_package||'delete_validate';
285: --
286: Begin
287: hr_utility.set_location('Entering:'||l_proc, 5);
288: --
289: -- Call all supporting business operations
290: --
291: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

287: hr_utility.set_location('Entering:'||l_proc, 5);
288: --
289: -- Call all supporting business operations
290: --
291: hr_utility.set_location(' Leaving:'||l_proc, 10);
292: End delete_validate;
293:
294: --
295: end ota_lpt_bus;