DBA Data[Home] [Help]

APPS.HR_ICX_BUS dependencies on HR_ICX_SHD

Line 189: ,p_rec in hr_icx_shd.g_rec_type

185: -- {End Of Comments}
186: -- ----------------------------------------------------------------------------
187: Procedure chk_non_updateable_args
188: (p_effective_date in date
189: ,p_rec in hr_icx_shd.g_rec_type
190: ) IS
191: --
192: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
193: l_error EXCEPTION;

Line 201: IF NOT hr_icx_shd.api_updating

197: --
198: -- Only proceed with the validation if a row exists for the current
199: -- record in the HR Schema.
200: --
201: IF NOT hr_icx_shd.api_updating
202: (p_item_context_id => p_rec.item_context_id
203: ,p_object_version_number => p_rec.object_version_number
204: ) THEN
205: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 228: ,p_rec in hr_icx_shd.g_rec_type

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

Line 255: ,p_rec in hr_icx_shd.g_rec_type

251: -- |---------------------------< update_validate >----------------------------|
252: -- ----------------------------------------------------------------------------
253: Procedure update_validate
254: (p_effective_date in date
255: ,p_rec in hr_icx_shd.g_rec_type
256: ) is
257: --
258: l_proc varchar2(72) := g_package||'update_validate';
259: --

Line 286: (p_rec in hr_icx_shd.g_rec_type

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