DBA Data[Home] [Help]

APPS.PER_QAT_INS dependencies on PER_QAT_INS

Line 1: Package Body per_qat_ins as

1: Package Body per_qat_ins as
2: /* $Header: peqatrhi.pkb 120.0.12010000.2 2008/11/20 12:27:31 kgowripe ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 276: per_qat_ins.pre_insert

272: hr_multi_message.end_validation_set;
273: --
274: -- Call the supporting pre-insert operation
275: --
276: per_qat_ins.pre_insert
277: (p_rec => p_rec
278: ,p_qualification_id => p_qualification_id
279: );
280: --

Line 283: per_qat_ins.insert_dml(p_rec);

279: );
280: --
281: -- Insert the row
282: --
283: per_qat_ins.insert_dml(p_rec);
284: --
285: -- Call the supporting post-insert operation
286: --
287: per_qat_ins.post_insert

Line 287: per_qat_ins.post_insert

283: per_qat_ins.insert_dml(p_rec);
284: --
285: -- Call the supporting post-insert operation
286: --
287: per_qat_ins.post_insert
288: (p_rec
289: );
290: --
291: -- Call to raise any errors on multi-message list

Line 341: per_qat_ins.ins

337: --
338: -- Having converted the arguments into the per_qat_rec
339: -- plsql record structure we call the corresponding record business process.
340: --
341: per_qat_ins.ins
342: (p_rec => l_rec
343: ,p_qualification_id => p_qualification_id
344: );
345: --

Line 389: per_qat_ins.ins

385: --
386: -- Insert a row for the base language and every installed language.
387: --
388: for l_lang in csr_ins_langs loop
389: per_qat_ins.ins
390: (p_qualification_id => p_qualification_id
391: ,p_language => l_lang.language_code
392: ,p_source_lang => p_language_code
393: ,p_title => p_title

Line 407: end per_qat_ins;

403: --
404: hr_utility.set_location('Leaving:'||l_proc,20);
405: End ins_tl;
406: --
407: end per_qat_ins;