DBA Data[Home] [Help]

APPS.PSP_ERD_BUS dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

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

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

167: close csr_leg_code;
168: psp_erd_bus.g_effort_report_detail_id := p_effort_report_detail_id;
169: psp_erd_bus.g_legislation_code := l_legislation_code;
170: end if;
171: hr_utility.set_location(' Leaving:'|| l_proc, 40);
172: return l_legislation_code;
173: end return_legislation_code;
174: --
175: -- ----------------------------------------------------------------------------

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

206: --
207: l_proc varchar2(72) := g_package || 'chk_df';
208: --
209: begin
210: hr_utility.set_location('Entering:'||l_proc,10);
211: --
212: if ((p_rec.effort_report_detail_id is not null) and (
213: nvl(psp_erd_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>
214: nvl(p_rec.attribute1, hr_api.g_varchar2) or

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

263: ,p_attribute10_value => p_rec.attribute10
264: );
265: end if;
266: --
267: hr_utility.set_location(' Leaving:'||l_proc,20);
268: end chk_df;
269: --
270: -- ----------------------------------------------------------------------------
271: -- |-----------------------< chk_non_updateable_args >------------------------|

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

329: --
330: l_proc varchar2(72) := g_package||'insert_validate';
331: --
332: Begin
333: hr_utility.set_location('Entering:'||l_proc, 5);
334: --
335: -- Call all supporting business operations
336: --
337: --

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

346: --
347: --
348: -- psp_erd_bus.chk_df(p_rec);
349: --
350: hr_utility.set_location(' Leaving:'||l_proc, 10);
351: End insert_validate;
352: --
353: -- ----------------------------------------------------------------------------
354: -- |---------------------------< update_validate >----------------------------|

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

359: --
360: l_proc varchar2(72) := g_package||'update_validate';
361: --
362: Begin
363: hr_utility.set_location('Entering:'||l_proc, 5);
364: --
365: -- Call all supporting business operations
366: --
367: --

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

380: --
381: --
382: -- psp_erd_bus.chk_df(p_rec);
383: --
384: hr_utility.set_location(' Leaving:'||l_proc, 10);
385: End update_validate;
386: --
387: -- ----------------------------------------------------------------------------
388: -- |---------------------------< delete_validate >----------------------------|

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

393: --
394: l_proc varchar2(72) := g_package||'delete_validate';
395: --
396: Begin
397: hr_utility.set_location('Entering:'||l_proc, 5);
398: --
399: -- Call all supporting business operations
400: --
401: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

397: hr_utility.set_location('Entering:'||l_proc, 5);
398: --
399: -- Call all supporting business operations
400: --
401: hr_utility.set_location(' Leaving:'||l_proc, 10);
402: End delete_validate;
403: --
404: end psp_erd_bus;