DBA Data[Home] [Help]

APPS.PER_QTT_INS dependencies on PER_QTT_INS

Line 1: Package Body per_qtt_ins as

1: Package Body per_qtt_ins as
2: /* $Header: peqttrhi.pkb 115.2 2003/05/13 06:22:26 fsheikh noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 247: per_qtt_ins.pre_insert

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

Line 254: per_qtt_ins.insert_dml(p_rec);

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

Line 258: per_qtt_ins.post_insert

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

Line 298: per_qtt_ins.ins

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

Line 339: per_qtt_ins.ins

335: --
336: -- Insert a row for the base language and every installed language.
337: --
338: for l_lang in csr_ins_langs loop
339: per_qtt_ins.ins
340: (p_qualification_type_id => p_qualification_type_id
341: ,p_language => l_lang.language_code
342: ,p_source_lang => p_language_code
343: ,p_name => p_name

Line 350: end per_qtt_ins;

346: --
347: hr_utility.set_location('Leaving:'||l_proc,20);
348: End ins_tl;
349: --
350: end per_qtt_ins;