DBA Data[Home] [Help]

APPS.PER_CNT_INS dependencies on PER_CNT_INS

Line 1: Package Body per_cnt_ins as

1: Package Body per_cnt_ins as
2: /* $Header: pecntrhi.pkb 120.1 2005/11/03 15:07 dgarg noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 254: per_cnt_ins.pre_insert

250: hr_multi_message.end_validation_set;
251: --
252: -- Call the supporting pre-insert operation
253: --
254: per_cnt_ins.pre_insert
255: (p_rec => p_rec
256: ,p_configuration_code => p_configuration_code
257: );
258: --

Line 261: per_cnt_ins.insert_dml(p_rec);

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

Line 265: per_cnt_ins.post_insert

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

Line 309: per_cnt_ins.ins

305: --
306: -- Having converted the arguments into the per_cnt_rec
307: -- plsql record structure we call the corresponding record business process.
308: --
309: per_cnt_ins.ins
310: (p_effective_date => p_effective_date
311: ,p_rec => l_rec
312: ,p_configuration_code => p_configuration_code
313: );

Line 353: per_cnt_ins.ins

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

Line 366: end per_cnt_ins;

362: --
363: hr_utility.set_location('Leaving:'||l_proc,20);
364: End ins_tl;
365: --
366: end per_cnt_ins;