DBA Data[Home] [Help]

APPS.PAY_EVG_INS dependencies on PAY_EVG_INS

Line 1: Package Body pay_evg_ins as

1: Package Body pay_evg_ins as
2: /* $Header: pyevgrhi.pkb 120.4 2005/11/07 09:03:07 mkataria noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 268: pay_evg_ins.pre_insert(p_rec);

264: );
265: --
266: -- Call the supporting pre-insert operation
267: --
268: pay_evg_ins.pre_insert(p_rec);
269: --
270: -- Insert the row
271: --
272: pay_evg_ins.insert_dml(p_rec);

Line 272: pay_evg_ins.insert_dml(p_rec);

268: pay_evg_ins.pre_insert(p_rec);
269: --
270: -- Insert the row
271: --
272: pay_evg_ins.insert_dml(p_rec);
273: --
274: -- Call the supporting post-insert operation
275: --
276: pay_evg_ins.post_insert

Line 276: pay_evg_ins.post_insert

272: pay_evg_ins.insert_dml(p_rec);
273: --
274: -- Call the supporting post-insert operation
275: --
276: pay_evg_ins.post_insert
277: (p_effective_date
278: ,p_rec
279: );
280: --

Line 323: pay_evg_ins.ins

319: --
320: -- Having converted the arguments into the pay_evg_rec
321: -- plsql record structure we call the corresponding record business process.
322: --
323: pay_evg_ins.ins
324: (p_effective_date
325: ,l_rec
326: );
327: --

Line 337: end pay_evg_ins;

333: --
334: hr_utility.set_location(' Leaving:'||l_proc, 10);
335: End ins;
336: --
337: end pay_evg_ins;