DBA Data[Home] [Help]

APPS.HXC_LKR_BUS dependencies on HXC_LKR_SHD

Line 231: (p_rec in hxc_lkr_shd.g_rec_type

227: --
228: -- {End Of Comments}
229: -- ----------------------------------------------------------------------------
230: Procedure chk_non_updateable_args
231: (p_rec in hxc_lkr_shd.g_rec_type
232: ) IS
233: --
234: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
235: --

Line 241: IF NOT hxc_lkr_shd.api_updating

237: --
238: -- Only proceed with the validation if a row exists for the current
239: -- record in the HR Schema.
240: --
241: IF NOT hxc_lkr_shd.api_updating
242: (p_locker_type_owner_id => p_rec.locker_type_owner_id
243: ,p_locker_type_requestor_id => p_rec.locker_type_requestor_id
244: ) THEN
245: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 343: (p_rec in hxc_lkr_shd.g_rec_type

339: -- ----------------------------------------------------------------------------
340: -- |---------------------------< insert_validate >----------------------------|
341: -- ----------------------------------------------------------------------------
342: Procedure insert_validate
343: (p_rec in hxc_lkr_shd.g_rec_type
344: ) is
345: --
346: l_proc varchar2(72);
347: --

Line 384: (p_rec in hxc_lkr_shd.g_rec_type

380: -- ----------------------------------------------------------------------------
381: -- |---------------------------< update_validate >----------------------------|
382: -- ----------------------------------------------------------------------------
383: Procedure update_validate
384: (p_rec in hxc_lkr_shd.g_rec_type
385: ) is
386: --
387: l_proc varchar2(72);
388: --

Line 424: (p_rec in hxc_lkr_shd.g_rec_type

420: -- ----------------------------------------------------------------------------
421: -- |---------------------------< delete_validate >----------------------------|
422: -- ----------------------------------------------------------------------------
423: Procedure delete_validate
424: (p_rec in hxc_lkr_shd.g_rec_type
425: ) is
426: --
427: l_proc varchar2(72);
428: --