DBA Data[Home] [Help]

APPS.OTA_AVT_INS dependencies on OTA_AVT_INS

Line 1: Package Body ota_avt_ins as

1: Package Body ota_avt_ins as
2: /* $Header: otavtrhi.pkb 120.0 2005/05/29 07:02:16 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 267: ota_avt_ins.pre_insert

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

Line 274: ota_avt_ins.insert_dml(p_rec);

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

Line 278: ota_avt_ins.post_insert

274: ota_avt_ins.insert_dml(p_rec);
275: --
276: -- Call the supporting post-insert operation
277: --
278: ota_avt_ins.post_insert
279: (p_effective_date
280: ,p_rec
281: );
282: --

Line 328: ota_avt_ins.ins

324: --
325: -- Having converted the arguments into the ota_avt_rec
326: -- plsql record structure we call the corresponding record business process.
327: --
328: ota_avt_ins.ins
329: (p_effective_date => p_effective_date
330: ,p_rec => l_rec
331: ,p_activity_version_id => p_activity_version_id
332: );

Line 375: ota_avt_ins.ins

371: --
372: -- Insert a row for the base language and every installed language.
373: --
374: for l_lang in csr_ins_langs loop
375: ota_avt_ins.ins
376: (p_effective_date => p_effective_date
377: ,p_activity_version_id => p_activity_version_id
378: ,p_language => l_lang.language_code
379: ,p_source_lang => p_language_code

Line 391: end ota_avt_ins;

387: --
388: hr_utility.set_location('Leaving:'||l_proc,20);
389: End ins_tl;
390: --
391: end ota_avt_ins;