DBA Data[Home] [Help]

APPS.OTA_CTL_INS dependencies on OTA_CTL_INS

Line 1: Package Body ota_ctl_ins as

1: Package Body ota_ctl_ins as
2: /* $Header: otctlrhi.pkb 120.2 2005/12/01 16:42 cmora noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 280: ota_ctl_ins.pre_insert

276: hr_multi_message.end_validation_set;
277: --
278: -- Call the supporting pre-insert operation
279: --
280: ota_ctl_ins.pre_insert
281: (p_rec => p_rec
282: ,p_certification_id => p_certification_id
283: );
284: --

Line 287: ota_ctl_ins.insert_dml(p_rec);

283: );
284: --
285: -- Insert the row
286: --
287: ota_ctl_ins.insert_dml(p_rec);
288: --
289: -- Call the supporting post-insert operation
290: --
291: ota_ctl_ins.post_insert

Line 291: ota_ctl_ins.post_insert

287: ota_ctl_ins.insert_dml(p_rec);
288: --
289: -- Call the supporting post-insert operation
290: --
291: ota_ctl_ins.post_insert
292: (p_effective_date
293: ,p_rec
294: );
295: --

Line 347: ota_ctl_ins.ins

343: --
344: -- Having converted the arguments into the ota_ctl_rec
345: -- plsql record structure we call the corresponding record business process.
346: --
347: ota_ctl_ins.ins
348: (p_effective_date => p_effective_date
349: ,p_rec => l_rec
350: ,p_certification_id => p_certification_id
351: );

Line 397: ota_ctl_ins.ins

393: --
394: -- Insert a row for the base language and every installed language.
395: --
396: for l_lang in csr_ins_langs loop
397: ota_ctl_ins.ins
398: (p_effective_date => p_effective_date
399: ,p_certification_id => p_certification_id
400: ,p_language => l_lang.language_code
401: ,p_source_lang => p_language_code

Line 416: end ota_ctl_ins;

412: --
413: hr_utility.set_location('Leaving:'||l_proc,20);
414: End ins_tl;
415: --
416: end ota_ctl_ins;