DBA Data[Home] [Help]

APPS.AME_CVL_UPD dependencies on AME_CVL_UPD

Line 1: Package Body ame_cvl_upd as

1: Package Body ame_cvl_upd as
2: /* $Header: amcvlrhi.pkb 120.1 2006/01/03 02:46 tkolla noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 317: ame_cvl_upd.pre_update(p_rec);

313: hr_multi_message.end_validation_set;
314: --
315: -- Call the supporting pre-update operation
316: --
317: ame_cvl_upd.pre_update(p_rec);
318: --
319: -- Update the row.
320: --
321: ame_cvl_upd.update_dml(p_rec);

Line 321: ame_cvl_upd.update_dml(p_rec);

317: ame_cvl_upd.pre_update(p_rec);
318: --
319: -- Update the row.
320: --
321: ame_cvl_upd.update_dml(p_rec);
322: --
323: -- Call the supporting post-update operation
324: --
325: ame_cvl_upd.post_update

Line 325: ame_cvl_upd.post_update

321: ame_cvl_upd.update_dml(p_rec);
322: --
323: -- Call the supporting post-update operation
324: --
325: ame_cvl_upd.post_update
326: (p_rec
327: );
328: --
329: -- Call to raise any errors on multi-message list

Line 366: ame_cvl_upd.upd

362: -- Having converted the arguments into the
363: -- plsql record structure we call the corresponding record
364: -- business process.
365: --
366: ame_cvl_upd.upd
367: (l_rec
368: );
369: --
370: --

Line 403: ame_cvl_upd.upd

399: -- Update the translated values for every matching row
400: -- setting SOURCE_LANG to the specified language.
401: --
402: for l_lang in csr_upd_langs loop
403: ame_cvl_upd.upd
404: (p_variable_name => p_variable_name
405: ,p_language => l_lang.language
406: ,p_source_lang => p_language_code
407: ,p_user_config_var_name => p_user_config_var_name

Line 415: end ame_cvl_upd;

411: --
412: hr_utility.set_location(' Leaving:'||l_proc,20);
413: End upd_tl;
414: --
415: end ame_cvl_upd;