DBA Data[Home] [Help]

APPS.PER_CPL_INS dependencies on PER_CPL_INS

Line 1: Package Body per_cpl_ins as

1: Package Body per_cpl_ins as
2: /* $Header: pecplrhi.pkb 120.0.12000000.2 2007/05/30 12:19:15 arumukhe ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 262: per_cpl_ins.pre_insert

258: hr_multi_message.end_validation_set;
259: --
260: -- Call the supporting pre-insert operation
261: --
262: per_cpl_ins.pre_insert
263: (p_rec => p_rec
264: ,p_competence_id => p_competence_id
265: );
266: --

Line 269: per_cpl_ins.insert_dml(p_rec);

265: );
266: --
267: -- Insert the row
268: --
269: per_cpl_ins.insert_dml(p_rec);
270: --
271: -- Call the supporting post-insert operation
272: --
273: per_cpl_ins.post_insert

Line 273: per_cpl_ins.post_insert

269: per_cpl_ins.insert_dml(p_rec);
270: --
271: -- Call the supporting post-insert operation
272: --
273: per_cpl_ins.post_insert
274: (p_effective_date
275: ,p_rec
276: );
277: --

Line 321: per_cpl_ins.ins

317: --
318: -- Having converted the arguments into the per_cpl_rec
319: -- plsql record structure we call the corresponding record business process.
320: --
321: per_cpl_ins.ins
322: (p_effective_date => p_effective_date
323: ,p_rec => l_rec
324: ,p_competence_id => p_competence_id
325: );

Line 367: per_cpl_ins.ins

363: --
364: -- Insert a row for the base language and every installed language.
365: --
366: for l_lang in csr_ins_langs loop
367: per_cpl_ins.ins
368: (p_effective_date => p_effective_date
369: ,p_competence_id => p_competence_id
370: ,p_language => l_lang.language_code
371: ,p_source_lang => p_language_code

Line 387: end per_cpl_ins;

383: per_cpl_upd.upd_key_flex_meanings( p_competence_id );
384: --
385: hr_utility.set_location(' Leaving:'||l_proc,20);
386: End ins_tl;
387: end per_cpl_ins;