DBA Data[Home] [Help]

APPS.PAY_RTT_INS dependencies on PAY_RTT_INS

Line 1: Package Body pay_rtt_ins as

1: Package Body pay_rtt_ins as
2: /* $Header: pyrttrhi.pkb 115.4 2003/02/06 17:21:56 rthirlby noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 248: pay_rtt_ins.pre_insert

244: );
245: --
246: -- Call the supporting pre-insert operation
247: --
248: pay_rtt_ins.pre_insert
249: (p_rec => p_rec
250: ,p_run_type_id => p_run_type_id
251: );
252: --

Line 255: pay_rtt_ins.insert_dml(p_rec);

251: );
252: --
253: -- Insert the row
254: --
255: pay_rtt_ins.insert_dml(p_rec);
256: --
257: -- Call the supporting post-insert operation
258: --
259: pay_rtt_ins.post_insert

Line 259: pay_rtt_ins.post_insert

255: pay_rtt_ins.insert_dml(p_rec);
256: --
257: -- Call the supporting post-insert operation
258: --
259: pay_rtt_ins.post_insert
260: (p_rec
261: );
262: --
263: hr_utility.set_location('Leaving:'||l_proc, 20);

Line 298: pay_rtt_ins.ins

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

Line 340: pay_rtt_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: pay_rtt_ins.ins
341: (p_run_type_id => p_run_type_id
342: ,p_language => l_lang.language_code
343: ,p_source_lang => p_language_code
344: ,p_run_type_name => p_run_type_name

Line 352: end pay_rtt_ins;

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