DBA Data[Home] [Help]

APPS.PQP_SHP_INS dependencies on PQP_SHP_INS

Line 1: Package Body pqp_shp_ins as

1: Package Body pqp_shp_ins as
2: /* $Header: pqshprhi.pkb 115.8 2003/02/17 22:14:48 tmehra noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 464: pqp_shp_ins.pre_insert(p_rec);

460: );
461: --
462: -- Call the supporting pre-insert operation
463: --
464: pqp_shp_ins.pre_insert(p_rec);
465: --
466: -- Insert the row
467: --
468: pqp_shp_ins.insert_dml(p_rec);

Line 468: pqp_shp_ins.insert_dml(p_rec);

464: pqp_shp_ins.pre_insert(p_rec);
465: --
466: -- Insert the row
467: --
468: pqp_shp_ins.insert_dml(p_rec);
469: --
470: -- Call the supporting post-insert operation
471: --
472: pqp_shp_ins.post_insert

Line 472: pqp_shp_ins.post_insert

468: pqp_shp_ins.insert_dml(p_rec);
469: --
470: -- Call the supporting post-insert operation
471: --
472: pqp_shp_ins.post_insert
473: (
474: p_rec
475: );
476: --

Line 616: pqp_shp_ins.ins

612: --
613: -- Having converted the arguments into the pqp_shp_rec
614: -- plsql record structure we call the corresponding record business process.
615: --
616: pqp_shp_ins.ins
617: (
618: l_rec
619: );
620: --

Line 630: end pqp_shp_ins;

626: --
627: hr_utility.set_location(' Leaving:'||l_proc, 10);
628: End ins;
629: --
630: end pqp_shp_ins;