DBA Data[Home] [Help]

APPS.AME_AYL_UPD dependencies on AME_AYL_UPD

Line 1: Package Body ame_ayl_upd as

1: Package Body ame_ayl_upd as
2: /* $Header: amaylrhi.pkb 120.1 2005/09/28 01:45 srpurani noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 336: ame_ayl_upd.pre_update(p_rec);

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

Line 340: ame_ayl_upd.update_dml(p_rec);

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

Line 344: ame_ayl_upd.post_update

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

Line 385: ame_ayl_upd.upd

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

Line 422: ame_ayl_upd.upd

418: -- Update the translated values for every matching row
419: -- setting SOURCE_LANG to the specified language.
420: --
421: for l_lang in csr_upd_langs loop
422: ame_ayl_upd.upd
423: (p_action_type_id => p_action_type_id
424: ,p_language => l_lang.language
425: ,p_source_lang => p_language_code
426: ,p_user_action_type_name => p_user_action_type_name

Line 434: end ame_ayl_upd;

430: --
431: hr_utility.set_location(' Leaving:'||l_proc,20);
432: End upd_tl;
433: --
434: end ame_ayl_upd;