DBA Data[Home] [Help]

APPS.AME_AGL_UPD dependencies on AME_AGL_UPD

Line 1: Package Body ame_agl_upd as

1: Package Body ame_agl_upd as
2: /* $Header: amaglrhi.pkb 120.0 2005/09/02 03:49 mbocutt noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' ame_agl_upd.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ame_agl_upd.'; -- Global package name
9: --
10: -- ----------------------------------------------------------------------------
11: -- |------------------------------< update_dml >------------------------------|
12: -- ----------------------------------------------------------------------------

Line 334: ame_agl_upd.pre_update(p_rec);

330: hr_multi_message.end_validation_set;
331: --
332: -- Call the supporting pre-update operation
333: --
334: ame_agl_upd.pre_update(p_rec);
335: --
336: -- Update the row.
337: --
338: ame_agl_upd.update_dml(p_rec);

Line 338: ame_agl_upd.update_dml(p_rec);

334: ame_agl_upd.pre_update(p_rec);
335: --
336: -- Update the row.
337: --
338: ame_agl_upd.update_dml(p_rec);
339: --
340: -- Call the supporting post-update operation
341: --
342: ame_agl_upd.post_update

Line 342: ame_agl_upd.post_update

338: ame_agl_upd.update_dml(p_rec);
339: --
340: -- Call the supporting post-update operation
341: --
342: ame_agl_upd.post_update
343: (p_rec
344: );
345: --
346: -- Call to raise any errors on multi-message list

Line 383: ame_agl_upd.upd

379: -- Having converted the arguments into the
380: -- plsql record structure we call the corresponding record
381: -- business process.
382: --
383: ame_agl_upd.upd
384: (l_rec
385: );
386: --
387: --

Line 420: ame_agl_upd.upd

416: -- Update the translated values for every matching row
417: -- setting SOURCE_LANG to the specified language.
418: --
419: for l_lang in csr_upd_langs loop
420: ame_agl_upd.upd
421: (p_approval_group_id => p_approval_group_id
422: ,p_language => l_lang.language
423: ,p_source_lang => p_language_code
424: ,p_user_approval_group_name => p_user_approval_group_name

Line 432: end ame_agl_upd;

428: --
429: hr_utility.set_location(' Leaving:'||l_proc,20);
430: End upd_tl;
431: --
432: end ame_agl_upd;