DBA Data[Home] [Help]

APPS.IRC_ISS_BUS dependencies on IRC_ISS_SHD

Line 56: (p_rec in irc_iss_shd.g_rec_type

52: --
53: -- {End Of Comments}
54: -- ----------------------------------------------------------------------------
55: Procedure chk_non_updateable_args
56: (p_rec in irc_iss_shd.g_rec_type
57: ) IS
58: --
59: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
60: --

Line 66: IF NOT irc_iss_shd.api_updating

62: --
63: -- Only proceed with the validation if a row exists for the current
64: -- record in the HR Schema.
65: --
66: IF NOT irc_iss_shd.api_updating
67: (p_saved_search_criteria_id => p_rec.saved_search_criteria_id
68: ,p_object_version_number => p_rec.object_version_number
69: ) THEN
70: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 76: if p_rec.saved_search_criteria_id <> irc_iss_shd.g_old_rec.saved_search_criteria_id

72: fnd_message.set_token('STEP ', '5');
73: fnd_message.raise_error;
74: END IF;
75: --
76: if p_rec.saved_search_criteria_id <> irc_iss_shd.g_old_rec.saved_search_criteria_id
77: then
78: hr_api.argument_changed_error
79: (p_api_name => l_proc
80: ,p_argument => 'SAVED_SEARCH_CRITERIA_ID'

Line 81: ,p_base_table => irc_iss_shd.g_tab_nam

77: then
78: hr_api.argument_changed_error
79: (p_api_name => l_proc
80: ,p_argument => 'SAVED_SEARCH_CRITERIA_ID'
81: ,p_base_table => irc_iss_shd.g_tab_nam
82: );
83: end if;
84: --
85: End chk_non_updateable_args;

Line 131: l_api_updating := irc_iss_shd.api_updating

127: Begin
128: --
129: hr_utility.set_location('Entering:'|| l_proc, 10);
130: --
131: l_api_updating := irc_iss_shd.api_updating
132: (p_saved_search_criteria_id => p_saved_search_criteria_id
133: ,p_object_version_number => p_object_version_number
134: );
135: --

Line 137: nvl(irc_iss_shd.g_old_rec.vacancy_id, hr_api.g_number) <>

133: ,p_object_version_number => p_object_version_number
134: );
135: --
136: if ((l_api_updating and
137: nvl(irc_iss_shd.g_old_rec.vacancy_id, hr_api.g_number) <>
138: nvl(p_vacancy_id, hr_api.g_number)) or
139: (NOT l_api_updating)) then
140: hr_utility.set_location(l_proc, 20);
141: --

Line 178: (p_rec in irc_iss_shd.g_rec_type

174: -- ----------------------------------------------------------------------------
175: -- |---------------------------< insert_validate >----------------------------|
176: -- ----------------------------------------------------------------------------
177: Procedure insert_validate
178: (p_rec in irc_iss_shd.g_rec_type
179: ) is
180: --
181: l_proc varchar2(72) := g_package||'insert_validate';
182: --

Line 208: (p_rec in irc_iss_shd.g_rec_type

204: -- ----------------------------------------------------------------------------
205: -- |---------------------------< update_validate >----------------------------|
206: -- ----------------------------------------------------------------------------
207: Procedure update_validate
208: (p_rec in irc_iss_shd.g_rec_type
209: ) is
210: --
211: l_proc varchar2(72) := g_package||'update_validate';
212: --

Line 240: (p_rec in irc_iss_shd.g_rec_type

236: -- ----------------------------------------------------------------------------
237: -- |---------------------------< delete_validate >----------------------------|
238: -- ----------------------------------------------------------------------------
239: Procedure delete_validate
240: (p_rec in irc_iss_shd.g_rec_type
241: ) is
242: --
243: l_proc varchar2(72) := g_package||'delete_validate';
244: --