DBA Data[Home] [Help]

APPS.HXC_LCK_BUS dependencies on HXC_LCK_SHD

Line 210: (p_rec in hxc_lck_shd.g_rec_type

206: --
207: -- {End Of Comments}
208: -- ----------------------------------------------------------------------------
209: Procedure chk_non_updateable_args
210: (p_rec in hxc_lck_shd.g_rec_type
211: ) IS
212: --
213: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
214: --

Line 220: IF NOT hxc_lck_shd.api_updating

216: --
217: -- Only proceed with the validation if a row exists for the current
218: -- record in the HR Schema.
219: --
220: IF NOT hxc_lck_shd.api_updating
221: (p_locker_type_id => p_rec.locker_type_id
222: ) THEN
223: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
224: fnd_message.set_token('PROCEDURE ', l_proc);

Line 413: (p_rec in hxc_lck_shd.g_rec_type

409: -- ----------------------------------------------------------------------------
410: -- |---------------------------< insert_validate >----------------------------|
411: -- ----------------------------------------------------------------------------
412: Procedure insert_validate
413: (p_rec in hxc_lck_shd.g_rec_type
414: ) is
415: --
416: l_proc varchar2(72);
417: --

Line 456: (p_rec in hxc_lck_shd.g_rec_type

452: -- ----------------------------------------------------------------------------
453: -- |---------------------------< update_validate >----------------------------|
454: -- ----------------------------------------------------------------------------
455: Procedure update_validate
456: (p_rec in hxc_lck_shd.g_rec_type
457: ) is
458: --
459: l_proc varchar2(72);
460: --

Line 501: (p_rec in hxc_lck_shd.g_rec_type

497: -- ----------------------------------------------------------------------------
498: -- |---------------------------< delete_validate >----------------------------|
499: -- ----------------------------------------------------------------------------
500: Procedure delete_validate
501: (p_rec in hxc_lck_shd.g_rec_type
502: ) is
503: --
504: l_proc varchar2(72);
505: --