DBA Data[Home] [Help]

APPS.PER_PCE_INS dependencies on PER_PCE_INS

Line 1: PACKAGE BODY per_pce_ins AS

1: PACKAGE BODY per_pce_ins AS
2: /* $Header: pepcerhi.pkb 120.1 2006/10/18 09:19:34 grreddy noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package VARCHAR2(33) := ' per_pce_ins.'; -- Global package name

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

Line 272: per_pce_ins.pre_insert(p_rec);

268: );
269: --
270: -- Call the supporting pre-insert operation
271: --
272: per_pce_ins.pre_insert(p_rec);
273: --
274: -- Insert the row
275: --
276: per_pce_ins.insert_dml(p_rec);

Line 276: per_pce_ins.insert_dml(p_rec);

272: per_pce_ins.pre_insert(p_rec);
273: --
274: -- Insert the row
275: --
276: per_pce_ins.insert_dml(p_rec);
277: --
278: -- Call the supporting post-insert operation
279: --
280: per_pce_ins.post_insert

Line 280: per_pce_ins.post_insert

276: per_pce_ins.insert_dml(p_rec);
277: --
278: -- Call the supporting post-insert operation
279: --
280: per_pce_ins.post_insert
281: (p_effective_date
282: ,p_rec
283: );
284: --

Line 336: per_pce_ins.ins

332: --
333: -- Having converted the arguments into the per_pce_rec
334: -- plsql record structure we call the corresponding record business process.
335: --
336: per_pce_ins.ins
337: (p_effective_date
338: ,l_rec
339: );
340: --

Line 350: end per_pce_ins;

346: --
347: hr_utility.set_location(' Leaving:'||l_proc, 10);
348: END ins;
349: --
350: end per_pce_ins;