DBA Data[Home] [Help]

APPS.PQP_ERG_INS dependencies on PQP_ERG_INS

Line 1: Package Body pqp_erg_ins as

1: Package Body pqp_erg_ins as
2: /* $Header: pqergrhi.pkb 115.9 2003/02/19 02:25:55 sshetty noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 314: pqp_erg_ins.pre_insert(p_rec);

310: );
311: --
312: -- Call the supporting pre-insert operation
313: --
314: pqp_erg_ins.pre_insert(p_rec);
315: --
316: -- Insert the row
317: --
318: pqp_erg_ins.insert_dml(p_rec);

Line 318: pqp_erg_ins.insert_dml(p_rec);

314: pqp_erg_ins.pre_insert(p_rec);
315: --
316: -- Insert the row
317: --
318: pqp_erg_ins.insert_dml(p_rec);
319: --
320: -- Call the supporting post-insert operation
321: --
322: pqp_erg_ins.post_insert

Line 322: pqp_erg_ins.post_insert

318: pqp_erg_ins.insert_dml(p_rec);
319: --
320: -- Call the supporting post-insert operation
321: --
322: pqp_erg_ins.post_insert
323: (p_rec
324: );
325: --
326: hr_utility.set_location('Leaving:'||l_proc, 20);

Line 369: pqp_erg_ins.ins

365: --
366: -- Having converted the arguments into the pqp_erg_rec
367: -- plsql record structure we call the corresponding record business process.
368: --
369: pqp_erg_ins.ins
370: (l_rec
371: );
372: --
373: -- As the primary key argument(s)

Line 382: end pqp_erg_ins;

378: --
379: hr_utility.set_location(' Leaving:'||l_proc, 10);
380: End ins;
381: --
382: end pqp_erg_ins;