DBA Data[Home] [Help]

APPS.AME_ACL_UPD dependencies on AME_ACL_UPD

Line 1: Package Body ame_acl_upd as

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

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

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

Line 327: ame_acl_upd.pre_update(p_rec);

323: hr_multi_message.end_validation_set;
324: --
325: -- Call the supporting pre-update operation
326: --
327: ame_acl_upd.pre_update(p_rec);
328: --
329: -- Update the row.
330: --
331: ame_acl_upd.update_dml(p_rec);

Line 331: ame_acl_upd.update_dml(p_rec);

327: ame_acl_upd.pre_update(p_rec);
328: --
329: -- Update the row.
330: --
331: ame_acl_upd.update_dml(p_rec);
332: --
333: -- Call the supporting post-update operation
334: --
335: ame_acl_upd.post_update

Line 335: ame_acl_upd.post_update

331: ame_acl_upd.update_dml(p_rec);
332: --
333: -- Call the supporting post-update operation
334: --
335: ame_acl_upd.post_update
336: (p_rec
337: );
338: --
339: -- Call to raise any errors on multi-message list

Line 374: ame_acl_upd.upd

370: -- Having converted the arguments into the
371: -- plsql record structure we call the corresponding record
372: -- business process.
373: --
374: ame_acl_upd.upd
375: (l_rec
376: );
377: --
378: --

Line 410: ame_acl_upd.upd

406: -- Update the translated values for every matching row
407: -- setting SOURCE_LANG to the specified language.
408: --
409: for l_lang in csr_upd_langs loop
410: ame_acl_upd.upd
411: (p_action_id => p_action_id
412: ,p_language => l_lang.language
413: ,p_source_lang => p_language_code
414: ,p_description => p_description

Line 421: end ame_acl_upd;

417: --
418: hr_utility.set_location(' Leaving:'||l_proc,20);
419: End upd_tl;
420: --
421: end ame_acl_upd;