DBA Data[Home] [Help]

APPS.PAY_SEU_INS dependencies on PAY_SEU_INS

Line 1: Package Body pay_seu_ins as

1: Package Body pay_seu_ins as
2: /* $Header: pyseurhi.pkb 115.3 2003/02/05 17:11:00 arashid noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 233: pay_seu_ins.pre_insert(p_rec);

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

Line 237: pay_seu_ins.insert_dml(p_rec);

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

Line 241: pay_seu_ins.post_insert

237: pay_seu_ins.insert_dml(p_rec);
238: --
239: -- Call the supporting post-insert operation
240: --
241: pay_seu_ins.post_insert
242: (p_effective_date
243: ,p_rec
244: );
245: --

Line 284: pay_seu_ins.ins

280: --
281: -- Having converted the arguments into the pay_seu_rec
282: -- plsql record structure we call the corresponding record business process.
283: --
284: pay_seu_ins.ins
285: (p_effective_date
286: ,l_rec
287: );
288: --

Line 298: end pay_seu_ins;

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