DBA Data[Home] [Help]

APPS.PAY_PEV_INS dependencies on PAY_PEV_INS

Line 1: Package Body pay_pev_ins as

1: Package Body pay_pev_ins as
2: /* $Header: pypperhi.pkb 120.1.12010000.1 2008/07/27 23:25:17 appldev ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 288: pay_pev_ins.pre_insert(p_rec);

284: );
285: --
286: -- Call the supporting pre-insert operation
287: --
288: pay_pev_ins.pre_insert(p_rec);
289: --
290: -- Insert the row
291: --
292: pay_pev_ins.insert_dml(p_rec);

Line 292: pay_pev_ins.insert_dml(p_rec);

288: pay_pev_ins.pre_insert(p_rec);
289: --
290: -- Insert the row
291: --
292: pay_pev_ins.insert_dml(p_rec);
293: --
294: -- Call the supporting post-insert operation
295: --
296: pay_pev_ins.post_insert

Line 296: pay_pev_ins.post_insert

292: pay_pev_ins.insert_dml(p_rec);
293: --
294: -- Call the supporting post-insert operation
295: --
296: pay_pev_ins.post_insert
297: (p_rec
298: );
299: --
300: hr_utility.set_location('Leaving:'||l_proc, 20);

Line 353: pay_pev_ins.ins

349: --
350: -- Having converted the arguments into the pay_pev_rec
351: -- plsql record structure we call the corresponding record business process.
352: --
353: pay_pev_ins.ins
354: (l_rec
355: );
356: --
357: -- As the primary key argument(s)

Line 366: end pay_pev_ins;

362: --
363: hr_utility.set_location(' Leaving:'||l_proc, 10);
364: End ins;
365: --
366: end pay_pev_ins;