DBA Data[Home] [Help]

APPS.PAY_PPE_INS dependencies on PAY_PPE_INS

Line 1: Package Body pay_ppe_ins as

1: Package Body pay_ppe_ins as
2: /* $Header: pypperhi.pkb 115.2 2000/10/10 04:48:04 pkm ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 235: pay_ppe_ins.pre_insert(p_rec);

231: );
232: --
233: -- Call the supporting pre-insert operation
234: --
235: pay_ppe_ins.pre_insert(p_rec);
236: --
237: -- Insert the row
238: --
239: pay_ppe_ins.insert_dml(p_rec);

Line 239: pay_ppe_ins.insert_dml(p_rec);

235: pay_ppe_ins.pre_insert(p_rec);
236: --
237: -- Insert the row
238: --
239: pay_ppe_ins.insert_dml(p_rec);
240: --
241: -- Call the supporting post-insert operation
242: --
243: pay_ppe_ins.post_insert

Line 243: pay_ppe_ins.post_insert

239: pay_ppe_ins.insert_dml(p_rec);
240: --
241: -- Call the supporting post-insert operation
242: --
243: pay_ppe_ins.post_insert
244: (p_rec
245: );
246: --
247: hr_utility.set_location('Leaving:'||l_proc, 20);

Line 286: pay_ppe_ins.ins

282: --
283: -- Having converted the arguments into the pay_ppe_rec
284: -- plsql record structure we call the corresponding record business process.
285: --
286: pay_ppe_ins.ins
287: (l_rec
288: );
289: --
290: -- As the primary key argument(s)

Line 299: end pay_ppe_ins;

295: --
296: hr_utility.set_location(' Leaving:'||l_proc, 10);
297: End ins;
298: --
299: end pay_ppe_ins;