DBA Data[Home] [Help]

APPS.OTA_LST_INS dependencies on OTA_LST_INS

Line 1: Package Body ota_lst_ins as

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

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

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

Line 256: ota_lst_ins.pre_insert

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

Line 263: ota_lst_ins.insert_dml(p_rec);

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

Line 267: ota_lst_ins.post_insert

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

Line 311: ota_lst_ins.ins

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

Line 355: ota_lst_ins.ins

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

Line 368: end ota_lst_ins;

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