DBA Data[Home] [Help]

APPS.AME_ITL_BUS dependencies on AME_ITL_SHD

Line 208: (p_rec in ame_itl_shd.g_rec_type

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

Line 218: IF NOT ame_itl_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 ame_itl_shd.api_updating
219: (p_item_class_id => p_rec.item_class_id
220: ,p_language => p_rec.language
221: ) THEN
222: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 237: (p_rec in ame_itl_shd.g_rec_type

233: -- ----------------------------------------------------------------------------
234: -- |---------------------------< insert_validate >----------------------------|
235: -- ----------------------------------------------------------------------------
236: Procedure insert_validate
237: (p_rec in ame_itl_shd.g_rec_type
238: ) is
239: --
240: l_proc varchar2(72) := g_package||'insert_validate';
241: --

Line 265: (p_rec in ame_itl_shd.g_rec_type

261: -- ----------------------------------------------------------------------------
262: -- |---------------------------< update_validate >----------------------------|
263: -- ----------------------------------------------------------------------------
264: Procedure update_validate
265: (p_rec in ame_itl_shd.g_rec_type
266: ) is
267: --
268: l_proc varchar2(72) := g_package||'update_validate';
269: --

Line 297: (p_rec in ame_itl_shd.g_rec_type

293: -- ----------------------------------------------------------------------------
294: -- |---------------------------< delete_validate >----------------------------|
295: -- ----------------------------------------------------------------------------
296: Procedure delete_validate
297: (p_rec in ame_itl_shd.g_rec_type
298: ) is
299: --
300: l_proc varchar2(72) := g_package||'delete_validate';
301: --