DBA Data[Home] [Help]

APPS.PSP_ERA_BUS dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

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

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

170: close csr_leg_code;
171: psp_era_bus.g_effort_report_approval_id := p_effort_report_approval_id;
172: psp_era_bus.g_legislation_code := l_legislation_code;
173: end if;
174: hr_utility.set_location(' Leaving:'|| l_proc, 40);
175: return l_legislation_code;
176: end return_legislation_code;
177: --
178: -- ----------------------------------------------------------------------------

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

209: --
210: l_proc varchar2(72) := g_package || 'chk_ddf';
211: --
212: begin
213: hr_utility.set_location('Entering:'||l_proc,10);
214: --
215: if ((p_rec.effort_report_approval_id is not null) and (
216: nvl(psp_era_shd.g_old_rec.pera_information_category, hr_api.g_varchar2) <>
217: nvl(p_rec.pera_information_category, hr_api.g_varchar2) or

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

386: );
387: end if;
388:
389: --
390: hr_utility.set_location(' Leaving:'||l_proc,20);
391: end chk_ddf;
392: --
393: -- ----------------------------------------------------------------------------
394: -- |-----------------------< chk_non_updateable_args >------------------------|

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

452: --
453: l_proc varchar2(72) := g_package||'insert_validate';
454: --
455: Begin
456: hr_utility.set_location('Entering:'||l_proc, 5);
457: --
458: -- Call all supporting business operations
459: --
460: --

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

469: --
470: --
471: psp_era_bus.chk_ddf(p_rec);
472: --
473: hr_utility.set_location(' Leaving:'||l_proc, 10);
474: End insert_validate;
475: --
476: -- ----------------------------------------------------------------------------
477: -- |---------------------------< update_validate >----------------------------|

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

482: --
483: l_proc varchar2(72) := g_package||'update_validate';
484: --
485: Begin
486: hr_utility.set_location('Entering:'||l_proc, 5);
487: --
488: -- Call all supporting business operations
489: --
490: --

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

503: --
504: --
505: psp_era_bus.chk_ddf(p_rec);
506: --
507: hr_utility.set_location(' Leaving:'||l_proc, 10);
508: End update_validate;
509: --
510: -- ----------------------------------------------------------------------------
511: -- |---------------------------< delete_validate >----------------------------|

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

516: --
517: l_proc varchar2(72) := g_package||'delete_validate';
518: --
519: Begin
520: hr_utility.set_location('Entering:'||l_proc, 5);
521: --
522: -- Call all supporting business operations
523: --
524: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

520: hr_utility.set_location('Entering:'||l_proc, 5);
521: --
522: -- Call all supporting business operations
523: --
524: hr_utility.set_location(' Leaving:'||l_proc, 10);
525: End delete_validate;
526: --
527: end psp_era_bus;