DBA Data[Home] [Help]

APPS.PQP_PVD_INS dependencies on PQP_PVD_INS

Line 1: Package Body pqp_pvd_ins as

1: Package Body pqp_pvd_ins as
2: /* $Header: pqpvdrhi.pkb 115.6 2003/02/17 22:14:43 tmehra noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 492: pqp_pvd_ins.pre_insert(p_rec);

488: );
489: --
490: -- Call the supporting pre-insert operation
491: --
492: pqp_pvd_ins.pre_insert(p_rec);
493: --
494: -- Insert the row
495: --
496: pqp_pvd_ins.insert_dml(p_rec);

Line 496: pqp_pvd_ins.insert_dml(p_rec);

492: pqp_pvd_ins.pre_insert(p_rec);
493: --
494: -- Insert the row
495: --
496: pqp_pvd_ins.insert_dml(p_rec);
497: --
498: -- Call the supporting post-insert operation
499: --
500: pqp_pvd_ins.post_insert

Line 500: pqp_pvd_ins.post_insert

496: pqp_pvd_ins.insert_dml(p_rec);
497: --
498: -- Call the supporting post-insert operation
499: --
500: pqp_pvd_ins.post_insert
501: (p_effective_date
502: ,p_rec
503: );
504: --

Line 659: pqp_pvd_ins.ins

655: --
656: -- Having converted the arguments into the pqp_pvd_rec
657: -- plsql record structure we call the corresponding record business process.
658: --
659: pqp_pvd_ins.ins
660: (p_effective_date
661: ,l_rec
662: );
663: --

Line 673: end pqp_pvd_ins;

669: --
670: hr_utility.set_location(' Leaving:'||l_proc, 10);
671: End ins;
672: --
673: end pqp_pvd_ins;