DBA Data[Home] [Help]

APPS.AME_AGL_BUS dependencies on AME_AGL_SHD

Line 205: (p_rec in ame_agl_shd.g_rec_type

201: --
202: -- {End Of Comments}
203: -- ----------------------------------------------------------------------------
204: Procedure chk_non_updateable_args
205: (p_rec in ame_agl_shd.g_rec_type
206: ) IS
207: --
208: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
209: --

Line 215: IF NOT ame_agl_shd.api_updating

211: --
212: -- Only proceed with the validation if a row exists for the current
213: -- record in the HR Schema.
214: --
215: IF NOT ame_agl_shd.api_updating
216: (p_approval_group_id => p_rec.approval_group_id
217: ,p_language => p_rec.language
218: ) THEN
219: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 234: (p_rec in ame_agl_shd.g_rec_type

230: -- ----------------------------------------------------------------------------
231: -- |---------------------------< insert_validate >----------------------------|
232: -- ----------------------------------------------------------------------------
233: Procedure insert_validate
234: (p_rec in ame_agl_shd.g_rec_type
235: ) is
236: --
237: l_proc varchar2(72) := g_package||'insert_validate';
238: --

Line 270: (p_rec in ame_agl_shd.g_rec_type

266: -- ----------------------------------------------------------------------------
267: -- |---------------------------< update_validate >----------------------------|
268: -- ----------------------------------------------------------------------------
269: Procedure update_validate
270: (p_rec in ame_agl_shd.g_rec_type
271: ) is
272: --
273: l_proc varchar2(72) := g_package||'update_validate';
274: --

Line 306: (p_rec in ame_agl_shd.g_rec_type

302: -- ----------------------------------------------------------------------------
303: -- |---------------------------< delete_validate >----------------------------|
304: -- ----------------------------------------------------------------------------
305: Procedure delete_validate
306: (p_rec in ame_agl_shd.g_rec_type
307: ) is
308: --
309: l_proc varchar2(72) := g_package||'delete_validate';
310: --