DBA Data[Home] [Help]

APPS.OTA_ENT_INS dependencies on OTA_ENT_INS

Line 1: Package Body ota_ent_ins as

1: Package Body ota_ent_ins as
2: /* $Header: otentrhi.pkb 115.1 2003/04/24 17:25:58 ssur noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 251: ota_ent_ins.pre_insert

247: hr_multi_message.end_validation_set;
248: --
249: -- Call the supporting pre-insert operation
250: --
251: ota_ent_ins.pre_insert
252: (p_rec => p_rec
253: ,p_event_id => p_event_id
254: );
255: --

Line 258: ota_ent_ins.insert_dml(p_rec);

254: );
255: --
256: -- Insert the row
257: --
258: ota_ent_ins.insert_dml(p_rec);
259: --
260: -- Call the supporting post-insert operation
261: --
262: ota_ent_ins.post_insert

Line 262: ota_ent_ins.post_insert

258: ota_ent_ins.insert_dml(p_rec);
259: --
260: -- Call the supporting post-insert operation
261: --
262: ota_ent_ins.post_insert
263: (p_effective_date
264: ,p_rec
265: );
266: --

Line 304: ota_ent_ins.ins

300: --
301: -- Having converted the arguments into the ota_ent_rec
302: -- plsql record structure we call the corresponding record business process.
303: --
304: ota_ent_ins.ins
305: (p_effective_date => p_effective_date
306: ,p_rec => l_rec
307: ,p_event_id => p_event_id
308: );

Line 347: ota_ent_ins.ins

343: --
344: -- Insert a row for the base language and every installed language.
345: --
346: for l_lang in csr_ins_langs loop
347: ota_ent_ins.ins
348: (p_effective_date => p_effective_date
349: ,p_event_id => p_event_id
350: ,p_language => l_lang.language_code
351: ,p_source_lang => p_language_code

Line 359: end ota_ent_ins;

355: --
356: hr_utility.set_location('Leaving:'||l_proc,20);
357: End ins_tl;
358: --
359: end ota_ent_ins;