DBA Data[Home] [Help]

APPS.PSP_PSC_BUS dependencies on HR_UTILITY

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

49: l_legislation_code varchar2(150);
50: --
51: begin
52: --
53: hr_utility.set_location('Entering:'|| l_proc, 10);
54: --
55: -- Ensure that all the mandatory parameter are not null
56: --
57: hr_api.mandatory_arg_error

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

89: --
90: hr_api.set_legislation_context(l_legislation_code);
91: end if;
92: --
93: hr_utility.set_location(' Leaving:'|| l_proc, 20);
94: --
95: end set_security_group_id;
96: */
97: --

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

127: l_proc varchar2(72) := g_package||'return_legislation_code';
128: --
129: Begin
130: --
131: hr_utility.set_location('Entering:'|| l_proc, 10);
132: --
133: -- Ensure that all the mandatory parameter are not null
134: --
135: hr_api.mandatory_arg_error

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

145: -- call to this function. Just return the value in the global
146: -- variable.
147: --
148: l_legislation_code := psp_psc_bus.g_legislation_code;
149: hr_utility.set_location(l_proc, 20);
150: else
151: --
152: -- The ID is different to the last call to this function
153: -- or this is the first call to this function.

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

162: close csr_leg_code;
163: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
164: fnd_message.raise_error;
165: end if;
166: hr_utility.set_location(l_proc,30);
167: --
168: -- Set the global variables so the values are
169: -- available for the next call to this function.
170: --

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

171: close csr_leg_code;
172: psp_psc_bus.g_salary_cap_id := p_salary_cap_id;
173: psp_psc_bus.g_legislation_code := l_legislation_code;
174: end if;
175: hr_utility.set_location(' Leaving:'|| l_proc, 40);
176: return l_legislation_code;
177: end return_legislation_code;
178: */
179: --

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

310: --
311: l_proc varchar2(72) := g_package||'insert_validate';
312: --
313: Begin
314: hr_utility.set_location('Entering:'||l_proc, 5);
315: --
316: -- Call all supporting business operations
317: --
318: --

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

327: --
328: -- Validate Dependent Attributes
329: --
330: --
331: hr_utility.set_location(' Leaving:'||l_proc, 10);
332: End insert_validate;
333: --
334: -- ----------------------------------------------------------------------------
335: -- |---------------------------< update_validate >----------------------------|

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

340: --
341: l_proc varchar2(72) := g_package||'update_validate';
342: --
343: Begin
344: hr_utility.set_location('Entering:'||l_proc, 5);
345: --
346: -- Call all supporting business operations
347: --
348:

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

366: (p_rec => p_rec
367: );
368: --
369: --
370: hr_utility.set_location(' Leaving:'||l_proc, 10);
371: End update_validate;
372: --
373: -- ----------------------------------------------------------------------------
374: -- |---------------------------< delete_validate >----------------------------|

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

379: --
380: l_proc varchar2(72) := g_package||'delete_validate';
381: --
382: Begin
383: hr_utility.set_location('Entering:'||l_proc, 5);
384: --
385: -- Call all supporting business operations
386: --
387: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

383: hr_utility.set_location('Entering:'||l_proc, 5);
384: --
385: -- Call all supporting business operations
386: --
387: hr_utility.set_location(' Leaving:'||l_proc, 10);
388: End delete_validate;
389: --
390: end psp_psc_bus;