DBA Data[Home] [Help]

APPS.OTA_LPT_INS dependencies on OTA_LPT_INS

Line 1: Package Body ota_lpt_ins as

1: Package Body ota_lpt_ins as
2: /* $Header: otlptrhi.pkb 120.0 2005/05/29 07:24:49 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 268: ota_lpt_ins.pre_insert

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

Line 275: ota_lpt_ins.insert_dml(p_rec);

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

Line 279: ota_lpt_ins.post_insert

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

Line 329: ota_lpt_ins.ins

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

Line 376: ota_lpt_ins.ins

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

Line 392: end ota_lpt_ins;

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