DBA Data[Home] [Help]

APPS.BEN_PCP_INS dependencies on BEN_PCP_INS

Line 1: Package Body ben_pcp_ins as

1: Package Body ben_pcp_ins as
2: /* $Header: bepcprhi.pkb 115.13 2002/12/16 12:00:12 vsethi noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 412: ben_pcp_ins.pre_insert(p_rec);

408: ,p_effective_date);
409: --
410: -- Call the supporting pre-insert operation
411: --
412: ben_pcp_ins.pre_insert(p_rec);
413: --
414: -- Insert the row
415: --
416: ben_pcp_ins.insert_dml(p_rec);

Line 416: ben_pcp_ins.insert_dml(p_rec);

412: ben_pcp_ins.pre_insert(p_rec);
413: --
414: -- Insert the row
415: --
416: ben_pcp_ins.insert_dml(p_rec);
417: --
418: -- Call the supporting post-insert operation
419: --
420: ben_pcp_ins.post_insert

Line 420: ben_pcp_ins.post_insert

416: ben_pcp_ins.insert_dml(p_rec);
417: --
418: -- Call the supporting post-insert operation
419: --
420: ben_pcp_ins.post_insert
421: (p_rec
422: );
423: --
424: hr_utility.set_location('Leaving:'||l_proc, 20);

Line 540: ben_pcp_ins.ins

536: --
537: -- Having converted the arguments into the ben_pcp_rec
538: -- plsql record structure we call the corresponding record business process.
539: --
540: ben_pcp_ins.ins
541: (p_effective_date, l_rec
542: );
543: --
544: -- As the primary key argument(s)

Line 553: end ben_pcp_ins;

549: --
550: hr_utility.set_location(' Leaving:'||l_proc, 10);
551: End ins;
552: --
553: end ben_pcp_ins;