DBA Data[Home] [Help]

APPS.OTA_CFT_INS dependencies on OTA_CFT_INS

Line 1: Package Body ota_cft_ins as

1: Package Body ota_cft_ins as
2: /* $Header: otcftrhi.pkb 120.0 2005/05/29 07:06 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 255: ota_cft_ins.pre_insert

251: hr_multi_message.end_validation_set;
252: --
253: -- Call the supporting pre-insert operation
254: --
255: ota_cft_ins.pre_insert
256: (p_rec => p_rec
257: ,p_conference_server_id => p_conference_server_id
258: );
259: --

Line 262: ota_cft_ins.insert_dml(p_rec);

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

Line 266: ota_cft_ins.post_insert

262: ota_cft_ins.insert_dml(p_rec);
263: --
264: -- Call the supporting post-insert operation
265: --
266: ota_cft_ins.post_insert
267: (p_effective_date
268: ,p_rec
269: );
270: --

Line 310: ota_cft_ins.ins

306: --
307: -- Having converted the arguments into the ota_cft_rec
308: -- plsql record structure we call the corresponding record business process.
309: --
310: ota_cft_ins.ins
311: (p_effective_date => p_effective_date
312: ,p_rec => l_rec
313: ,p_conference_server_id => p_conference_server_id
314: );

Line 354: ota_cft_ins.ins

350: --
351: -- Insert a row for the base language and every installed language.
352: --
353: for l_lang in csr_ins_langs loop
354: ota_cft_ins.ins
355: (p_effective_date => p_effective_date
356: ,p_conference_server_id => p_conference_server_id
357: ,p_language => l_lang.language_code
358: ,p_source_lang => p_language_code

Line 367: end ota_cft_ins;

363: --
364: hr_utility.set_location('Leaving:'||l_proc,20);
365: End ins_tl;
366: --
367: end ota_cft_ins;