DBA Data[Home] [Help]

APPS.PER_SST_INS dependencies on PER_SST_INS

Line 1: Package Body per_sst_ins as

1: Package Body per_sst_ins as
2: /* $Header: pesstrhi.pkb 120.1 2005/06/01 12:05:44 ndorai noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 245: per_sst_ins.pre_insert

241: hr_multi_message.end_validation_set;
242: --
243: -- Call the supporting pre-insert operation
244: --
245: per_sst_ins.pre_insert
246: (p_rec => p_rec
247: ,p_setup_sub_task_code => p_setup_sub_task_code
248: );
249: --

Line 252: per_sst_ins.insert_dml(p_rec);

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

Line 256: per_sst_ins.post_insert

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

Line 298: per_sst_ins.ins

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

Line 340: per_sst_ins.ins

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

Line 352: end per_sst_ins;

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