DBA Data[Home] [Help]

APPS.PER_CIT_INS dependencies on PER_CIT_INS

Line 1: Package Body per_cit_ins as

1: Package Body per_cit_ins as
2: /* $Header: pecitrhi.pkb 115.3 2004/06/28 22:24:21 jpthomas noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 243: per_cit_ins.pre_insert

239: );
240: --
241: -- Call the supporting pre-insert operation
242: --
243: per_cit_ins.pre_insert
244: (p_rec => p_rec
245: ,p_cagr_entitlement_item_id => p_cagr_entitlement_item_id
246: );
247: --

Line 250: per_cit_ins.insert_dml(p_rec);

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

Line 254: per_cit_ins.post_insert

250: per_cit_ins.insert_dml(p_rec);
251: --
252: -- Call the supporting post-insert operation
253: --
254: per_cit_ins.post_insert
255: (p_rec
256: );
257: --
258: hr_utility.set_location('Leaving:'||l_proc, 20);

Line 291: per_cit_ins.ins

287: --
288: -- Having converted the arguments into the per_cit_rec
289: -- plsql record structure we call the corresponding record business process.
290: --
291: per_cit_ins.ins
292: (p_rec => l_rec
293: ,p_cagr_entitlement_item_id => p_cagr_entitlement_item_id
294: );
295: --

Line 332: per_cit_ins.ins

328: --
329: -- Insert a row for the base language and every installed language.
330: --
331: for l_lang in csr_ins_langs loop
332: per_cit_ins.ins
333: (p_cagr_entitlement_item_id => p_cagr_entitlement_item_id
334: ,p_language => l_lang.language_code
335: ,p_source_lang => p_language_code
336: ,p_item_name => p_item_name

Line 343: end per_cit_ins;

339: --
340: hr_utility.set_location('Leaving:'||l_proc,20);
341: End ins_tl;
342: --
343: end per_cit_ins;