DBA Data[Home] [Help]

APPS.AME_ATL_INS dependencies on AME_ATL_INS

Line 1: Package Body ame_atl_ins as

1: Package Body ame_atl_ins as
2: /* $Header: amatlrhi.pkb 120.2 2006/01/03 02:42 tkolla noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 273: ame_atl_ins.pre_insert

269: hr_multi_message.end_validation_set;
270: --
271: -- Call the supporting pre-insert operation
272: --
273: ame_atl_ins.pre_insert
274: (p_rec => p_rec
275: ,p_attribute_id => p_attribute_id
276: );
277: --

Line 280: ame_atl_ins.insert_dml(p_rec);

276: );
277: --
278: -- Insert the row
279: --
280: ame_atl_ins.insert_dml(p_rec);
281: --
282: -- Call the supporting post-insert operation
283: --
284: ame_atl_ins.post_insert

Line 284: ame_atl_ins.post_insert

280: ame_atl_ins.insert_dml(p_rec);
281: --
282: -- Call the supporting post-insert operation
283: --
284: ame_atl_ins.post_insert
285: (p_rec
286: );
287: --
288: -- Call to raise any errors on multi-message list

Line 324: ame_atl_ins.ins

320: --
321: -- Having converted the arguments into the ame_atl_rec
322: -- plsql record structure we call the corresponding record business process.
323: --
324: ame_atl_ins.ins
325: (p_rec => l_rec
326: ,p_attribute_id => p_attribute_id
327: );
328: --

Line 365: ame_atl_ins.ins

361: --
362: -- Insert a row for the base language and every installed language.
363: --
364: for l_lang in csr_ins_langs loop
365: ame_atl_ins.ins
366: (p_attribute_id => p_attribute_id
367: ,p_language => l_lang.language_code
368: ,p_source_lang => p_language_code
369: ,p_description => p_description

Line 376: end ame_atl_ins;

372: --
373: hr_utility.set_location('Leaving:'||l_proc,20);
374: End ins_tl;
375: --
376: end ame_atl_ins;