DBA Data[Home] [Help]

APPS.HR_EAP_BUS dependencies on HR_EAP_SHD

Line 44: (p_rec in hr_eap_shd.g_rec_type

40: --
41: -- {End Of Comments}
42: -- ----------------------------------------------------------------------------
43: Procedure chk_non_updateable_args
44: (p_rec in hr_eap_shd.g_rec_type
45: ) IS
46: --
47: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
48: --

Line 54: IF NOT hr_eap_shd.api_updating

50: --
51: -- Only proceed with the validation if a row exists for the current
52: -- record in the HR Schema.
53: --
54: IF NOT hr_eap_shd.api_updating
55: (p_ext_application_id => p_rec.ext_application_id
56: ) THEN
57: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
58: fnd_message.set_token('PROCEDURE ', l_proc);

Line 67: nvl(hr_eap_shd.g_old_rec.external_application_id

63: -- Add checks to ensure non-updateable args have
64: -- not been updated.
65: --
66: if nvl(p_rec.external_application_id, hr_api.g_number) <>
67: nvl(hr_eap_shd.g_old_rec.external_application_id
68: ,hr_api.g_number
69: ) then
70: hr_api.argument_changed_error
71: (p_api_name => l_proc

Line 73: ,p_base_table => hr_eap_shd.g_tab_nam

69: ) then
70: hr_api.argument_changed_error
71: (p_api_name => l_proc
72: ,p_argument => 'EXTERNAL_APPLICATION_ID'
73: ,p_base_table => hr_eap_shd.g_tab_nam
74: );
75: end if;
76:
77:

Line 228: (p_rec in hr_eap_shd.g_rec_type

224: -- ----------------------------------------------------------------------------
225: -- |---------------------------< insert_validate >----------------------------|
226: -- ----------------------------------------------------------------------------
227: Procedure insert_validate
228: (p_rec in hr_eap_shd.g_rec_type
229: ) is
230: --
231: l_proc varchar2(72) := g_package||'insert_validate';
232: --

Line 252: (p_rec in hr_eap_shd.g_rec_type

248: -- ----------------------------------------------------------------------------
249: -- |---------------------------< update_validate >----------------------------|
250: -- ----------------------------------------------------------------------------
251: Procedure update_validate
252: (p_rec in hr_eap_shd.g_rec_type
253: ) is
254: --
255: l_proc varchar2(72) := g_package||'update_validate';
256: --

Line 288: (p_rec in hr_eap_shd.g_rec_type

284: -- ----------------------------------------------------------------------------
285: -- |---------------------------< delete_validate >----------------------------|
286: -- ----------------------------------------------------------------------------
287: Procedure delete_validate
288: (p_rec in hr_eap_shd.g_rec_type
289: ) is
290: --
291: l_proc varchar2(72) := g_package||'delete_validate';
292: --