DBA Data[Home] [Help]

APPS.PAY_DTE_INS dependencies on PAY_DTE_INS

Line 1: Package Body pay_dte_ins as

1: Package Body pay_dte_ins as
2: /* $Header: pydterhi.pkb 115.6 2002/12/06 16:15:56 jford noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 272: pay_dte_ins.pre_insert(p_rec);

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

Line 276: pay_dte_ins.insert_dml(p_rec);

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

Line 280: pay_dte_ins.post_insert

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

Line 329: pay_dte_ins.ins

325: --
326: -- Having converted the arguments into the pay_dte_rec
327: -- plsql record structure we call the corresponding record business process.
328: --
329: pay_dte_ins.ins
330: (p_effective_date
331: ,l_rec
332: );
333: --

Line 343: end pay_dte_ins;

339: --
340: hr_utility.set_location(' Leaving:'||l_proc, 10);
341: End ins;
342: --
343: end pay_dte_ins;