DBA Data[Home] [Help]

APPS.AME_ACL_INS dependencies on AME_ACL_INS

Line 1: Package Body ame_acl_ins as

1: Package Body ame_acl_ins 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_ins.'; -- Global package name

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

Line 268: ame_acl_ins.pre_insert

264: hr_multi_message.end_validation_set;
265: --
266: -- Call the supporting pre-insert operation
267: --
268: ame_acl_ins.pre_insert
269: (p_rec => p_rec
270: ,p_action_id => p_action_id
271: );
272: --

Line 275: ame_acl_ins.insert_dml(p_rec);

271: );
272: --
273: -- Insert the row
274: --
275: ame_acl_ins.insert_dml(p_rec);
276: --
277: -- Call the supporting post-insert operation
278: --
279: ame_acl_ins.post_insert

Line 279: ame_acl_ins.post_insert

275: ame_acl_ins.insert_dml(p_rec);
276: --
277: -- Call the supporting post-insert operation
278: --
279: ame_acl_ins.post_insert
280: (p_rec
281: );
282: --
283: -- Call to raise any errors on multi-message list

Line 319: ame_acl_ins.ins

315: --
316: -- Having converted the arguments into the ame_acl_rec
317: -- plsql record structure we call the corresponding record business process.
318: --
319: ame_acl_ins.ins
320: (p_rec => l_rec
321: ,p_action_id => p_action_id
322: );
323: --

Line 360: ame_acl_ins.ins

356: --
357: -- Insert a row for the base language and every installed language.
358: --
359: for l_lang in csr_ins_langs loop
360: ame_acl_ins.ins
361: (p_action_id => p_action_id
362: ,p_language => l_lang.language_code
363: ,p_source_lang => p_language_code
364: ,p_description => p_description

Line 371: end ame_acl_ins;

367: --
368: hr_utility.set_location('Leaving:'||l_proc,20);
369: End ins_tl;
370: --
371: end ame_acl_ins;