DBA Data[Home] [Help]

APPS.HR_INT_BUS dependencies on HR_INT_SHD

Line 43: (p_rec in hr_int_shd.g_rec_type

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

Line 53: IF NOT hr_int_shd.api_updating

49: --
50: -- Only proceed with the validation if a row exists for the current
51: -- record in the HR Schema.
52: --
53: IF NOT hr_int_shd.api_updating
54: (p_integration_id => p_rec.integration_id
55: ,p_object_version_number => p_rec.object_version_number
56: ) THEN
57: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 64: nvl(hr_int_shd.g_old_rec.integration_key

60: fnd_message.raise_error;
61: END IF;
62:
63: if nvl(p_rec.integration_key, hr_api.g_varchar2) <>
64: nvl(hr_int_shd.g_old_rec.integration_key
65: ,hr_api.g_varchar2
66: ) then
67: hr_api.argument_changed_error
68: (p_api_name => l_proc

Line 70: ,p_base_table => hr_int_shd.g_tab_nam

66: ) then
67: hr_api.argument_changed_error
68: (p_api_name => l_proc
69: ,p_argument => 'INTEGRATION_KEY'
70: ,p_base_table => hr_int_shd.g_tab_nam
71: );
72: end if;
73:
74:

Line 1049: (p_rec in out nocopy hr_int_shd.g_rec_type

1045: -- ----------------------------------------------------------------------------
1046: -- |---------------------------< insert_validate >----------------------------|
1047: -- ----------------------------------------------------------------------------
1048: Procedure insert_validate
1049: (p_rec in out nocopy hr_int_shd.g_rec_type
1050: ) is
1051: --
1052: l_proc varchar2(72) := g_package||'insert_validate';
1053: --

Line 1133: (p_rec in hr_int_shd.g_rec_type

1129: -- ----------------------------------------------------------------------------
1130: -- |---------------------------< update_validate >----------------------------|
1131: -- ----------------------------------------------------------------------------
1132: Procedure update_validate
1133: (p_rec in hr_int_shd.g_rec_type
1134: ) is
1135: --
1136: l_proc varchar2(72) := g_package||'update_validate';
1137: --

Line 1222: (p_rec in hr_int_shd.g_rec_type

1218: -- ----------------------------------------------------------------------------
1219: -- |---------------------------< delete_validate >----------------------------|
1220: -- ----------------------------------------------------------------------------
1221: Procedure delete_validate
1222: (p_rec in hr_int_shd.g_rec_type
1223: ) is
1224: --
1225: l_proc varchar2(72) := g_package||'delete_validate';
1226: --