DBA Data[Home] [Help]

APPS.PSP_PSO_BUS dependencies on HR_UTILITY

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

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

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

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

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

120: l_proc varchar2(72) := g_package||'return_legislation_code';
121: --
122: Begin
123: --
124: hr_utility.set_location('Entering:'|| l_proc, 10);
125: --
126: -- Ensure that all the mandatory parameter are not null
127: --
128: hr_api.mandatory_arg_error

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

138: -- call to this function. Just return the value in the global
139: -- variable.
140: --
141: l_legislation_code := psp_pso_bus.g_legislation_code;
142: hr_utility.set_location(l_proc, 20);
143: else
144: --
145: -- The ID is different to the last call to this function
146: -- or this is the first call to this function.

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

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

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

164: close csr_leg_code;
165: psp_pso_bus.g_salary_cap_override_id := p_salary_cap_override_id;
166: psp_pso_bus.g_legislation_code := l_legislation_code;
167: end if;
168: hr_utility.set_location(' Leaving:'|| l_proc, 40);
169: return l_legislation_code;
170: end return_legislation_code;
171: --
172: -- ----------------------------------------------------------------------------

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

350: --
351: l_proc varchar2(72) := g_package||'insert_validate';
352: --
353: Begin
354: hr_utility.set_location('Entering:'||l_proc, 5);
355: --
356: -- Call all supporting business operations
357: --
358: --

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

368: --
369: -- Validate Dependent Attributes
370: --
371: --
372: hr_utility.set_location(' Leaving:'||l_proc, 10);
373: End insert_validate;
374: --
375: -- ----------------------------------------------------------------------------
376: -- |---------------------------< update_validate >----------------------------|

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

381: --
382: l_proc varchar2(72) := g_package||'update_validate';
383: --
384: Begin
385: hr_utility.set_location('Entering:'||l_proc, 5);
386: --
387: -- Call all supporting business operations
388: --
389: --

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

403: (p_rec => p_rec
404: );
405: --
406: --
407: hr_utility.set_location(' Leaving:'||l_proc, 10);
408: End update_validate;
409: --
410: -- ----------------------------------------------------------------------------
411: -- |---------------------------< delete_validate >----------------------------|

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

416: --
417: l_proc varchar2(72) := g_package||'delete_validate';
418: --
419: Begin
420: hr_utility.set_location('Entering:'||l_proc, 5);
421: --
422: -- Call all supporting business operations
423: --
424: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

420: hr_utility.set_location('Entering:'||l_proc, 5);
421: --
422: -- Call all supporting business operations
423: --
424: hr_utility.set_location(' Leaving:'||l_proc, 10);
425: End delete_validate;
426: --
427: end psp_pso_bus;