DBA Data[Home] [Help]

APPS.HXC_APC_BUS dependencies on HXC_APC_SHD

Line 206: ,p_rec in hxc_apc_shd.g_rec_type

202: -- {End Of Comments}
203: -- ----------------------------------------------------------------------------
204: Procedure chk_non_updateable_args
205: (p_effective_date in date
206: ,p_rec in hxc_apc_shd.g_rec_type
207: ) IS
208: --
209: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
210: l_error EXCEPTION;

Line 218: IF NOT hxc_apc_shd.api_updating

214: --
215: -- Only proceed with the validation if a row exists for the current
216: -- record in the HR Schema.
217: --
218: IF NOT hxc_apc_shd.api_updating
219: (p_approval_period_comp_id => p_rec.approval_period_comp_id
220: ,p_object_version_number => p_rec.object_version_number
221: ) THEN
222: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 332: ,p_rec in hxc_apc_shd.g_rec_type

328: -- |---------------------------< insert_validate >----------------------------|
329: -- ----------------------------------------------------------------------------
330: Procedure insert_validate
331: (p_effective_date in date
332: ,p_rec in hxc_apc_shd.g_rec_type
333: ) is
334: --
335: l_proc varchar2(72);
336: --

Line 372: ,p_rec in hxc_apc_shd.g_rec_type

368: -- |---------------------------< update_validate >----------------------------|
369: -- ----------------------------------------------------------------------------
370: Procedure update_validate
371: (p_effective_date in date
372: ,p_rec in hxc_apc_shd.g_rec_type
373: ) is
374: --
375: l_proc varchar2(72);
376: --

Line 418: (p_rec in hxc_apc_shd.g_rec_type

414: -- ----------------------------------------------------------------------------
415: -- |---------------------------< delete_validate >----------------------------|
416: -- ----------------------------------------------------------------------------
417: Procedure delete_validate
418: (p_rec in hxc_apc_shd.g_rec_type
419: ) is
420: --
421: l_proc varchar2(72) ;
422: --