DBA Data[Home] [Help]

APPS.HR_OTT_INS dependencies on HR_OTT_INS

Line 1: PACKAGE BODY HR_OTT_INS as

1: PACKAGE BODY HR_OTT_INS as
2: /* $Header: hrottrhi.pkb 115.1 2004/04/05 07:21 menderby noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 248: hr_ott_ins.pre_insert

244: hr_multi_message.end_validation_set;
245: --
246: -- Call the supporting pre-insert operation
247: --
248: hr_ott_ins.pre_insert
249: (p_rec => p_rec
250: ,p_option_type_id => p_option_type_id
251: );
252: --

Line 255: hr_ott_ins.insert_dml(p_rec);

251: );
252: --
253: -- Insert the row
254: --
255: hr_ott_ins.insert_dml(p_rec);
256: --
257: -- Call the supporting post-insert operation
258: --
259: hr_ott_ins.post_insert

Line 259: hr_ott_ins.post_insert

255: hr_ott_ins.insert_dml(p_rec);
256: --
257: -- Call the supporting post-insert operation
258: --
259: hr_ott_ins.post_insert
260: (p_rec
261: );
262: --
263: -- Call to raise any errors on multi-message list

Line 299: hr_ott_ins.ins

295: --
296: -- Having converted the arguments into the hr_ott_rec
297: -- plsql record structure we call the corresponding record business process.
298: --
299: hr_ott_ins.ins
300: (p_rec => l_rec
301: ,p_option_type_id => p_option_type_id
302: );
303: --

Line 341: hr_ott_ins.ins

337: --
338: -- Insert a row for the base language and every installed language.
339: --
340: for l_lang in csr_ins_langs loop
341: hr_ott_ins.ins
342: (p_option_type_id => p_option_type_id
343: ,p_language => l_lang.language_code
344: ,p_source_lang => p_language_code
345: ,p_option_name => p_option_name

Line 352: end hr_ott_ins;

348: --
349: hr_utility.set_location('Leaving:'||l_proc,20);
350: End ins_tl;
351: --
352: end hr_ott_ins;