DBA Data[Home] [Help]

APPS.BEN_PTY_INS dependencies on BEN_PTY_INS

Line 1: Package Body ben_pty_ins as

1: Package Body ben_pty_ins as
2: /* $Header: beptyrhi.pkb 115.7 2002/12/10 15:22:41 bmanyam noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 389: ben_pty_ins.pre_insert(p_rec);

385: p_effective_date);
386: --
387: -- Call the supporting pre-insert operation
388: --
389: ben_pty_ins.pre_insert(p_rec);
390: --
391: -- Insert the row
392: --
393: ben_pty_ins.insert_dml(p_rec);

Line 393: ben_pty_ins.insert_dml(p_rec);

389: ben_pty_ins.pre_insert(p_rec);
390: --
391: -- Insert the row
392: --
393: ben_pty_ins.insert_dml(p_rec);
394: --
395: -- Call the supporting post-insert operation
396: --
397: ben_pty_ins.post_insert

Line 397: ben_pty_ins.post_insert

393: ben_pty_ins.insert_dml(p_rec);
394: --
395: -- Call the supporting post-insert operation
396: --
397: ben_pty_ins.post_insert
398: (p_rec
399: );
400: --
401: hr_utility.set_location('Leaving:'||l_proc, 20);

Line 505: ben_pty_ins.ins

501: --
502: -- Having converted the arguments into the ben_pty_rec
503: -- plsql record structure we call the corresponding record business process.
504: --
505: ben_pty_ins.ins
506: (p_effective_date, l_rec
507: );
508: --
509: -- As the primary key argument(s)

Line 518: end ben_pty_ins;

514: --
515: hr_utility.set_location(' Leaving:'||l_proc, 10);
516: End ins;
517: --
518: end ben_pty_ins;