DBA Data[Home] [Help]

APPS.HR_PAE_BUS dependencies on HR_PAE_SHD

Line 39: l_api_updating := hr_pae_shd.api_updating

35:
36: BEGIN
37: hr_utility.set_location('Entering:'||l_proc, 5);
38:
39: l_api_updating := hr_pae_shd.api_updating
40: (p_exception_id => p_exception_id,
41: p_object_version_number => p_object_version_number);
42:
43: if ((l_api_updating and hr_pae_shd.g_old_rec.exception_name <>

Line 43: if ((l_api_updating and hr_pae_shd.g_old_rec.exception_name <>

39: l_api_updating := hr_pae_shd.api_updating
40: (p_exception_id => p_exception_id,
41: p_object_version_number => p_object_version_number);
42:
43: if ((l_api_updating and hr_pae_shd.g_old_rec.exception_name <>
44: p_exception_name)
45: or (NOT l_api_updating)) then
46:
47: hr_utility.set_location(l_proc,10);

Line 187: Procedure insert_validate(p_rec in out hr_pae_shd.g_rec_type) is

183: END Derive_Excep_End_Time;
184: -- ----------------------------------------------------------------------------
185: -- |---------------------------< insert_validate >----------------------------|
186: -- ----------------------------------------------------------------------------
187: Procedure insert_validate(p_rec in out hr_pae_shd.g_rec_type) is
188: --
189: l_proc varchar2(72) := g_package||'insert_validate';
190: --
191: Begin

Line 223: Procedure update_validate(p_rec in out hr_pae_shd.g_rec_type) is

219: --
220: -- ----------------------------------------------------------------------------
221: -- |---------------------------< update_validate >----------------------------|
222: -- ----------------------------------------------------------------------------
223: Procedure update_validate(p_rec in out hr_pae_shd.g_rec_type) is
224: --
225: l_proc varchar2(72) := g_package||'update_validate';
226: --
227: Begin

Line 232: /* if (hr_pae_shd.api_updating

228: hr_utility.set_location('Entering:'||l_proc, 5);
229: --
230: -- Call all supporting business operations
231: --
232: /* if (hr_pae_shd.api_updating
233: ( p_exception_id => p_rec.exception_id,
234: p_object_version_number => p_rec.object_version_number)
235: and
236: p_rec.pattern_id <> hr_ern_shd.g_old_rec.pattern_id) then

Line 242: /* if (hr_pae_shd.api_updating

238: (p_api_name => l_proc,
239: p_argument => 'pattern_id');
240: end if; */
241: --
242: /* if (hr_pae_shd.api_updating
243: ( p_exception_id => p_rec.exception_id,
244: p_object_version_number => p_rec.object_version_number)
245: and
246: p_rec.exception_start_time <>

Line 271: Procedure delete_validate(p_rec in hr_pae_shd.g_rec_type) is

267: --
268: -- ----------------------------------------------------------------------------
269: -- |---------------------------< delete_validate >----------------------------|
270: -- ----------------------------------------------------------------------------
271: Procedure delete_validate(p_rec in hr_pae_shd.g_rec_type) is
272: --
273: l_proc varchar2(72) := g_package||'delete_validate';
274: --
275: Begin