DBA Data[Home] [Help]

APPS.PAY_SIR_UPD dependencies on PAY_SIR_UPD

Line 1: Package Body pay_sir_upd as

1: Package Body pay_sir_upd as
2: /* $Header: pysirrhi.pkb 115.4 2003/02/05 17:11:09 arashid noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 313: pay_sir_upd.pre_update(p_rec);

309: );
310: --
311: -- Call the supporting pre-update operation
312: --
313: pay_sir_upd.pre_update(p_rec);
314: --
315: -- Update the row.
316: --
317: pay_sir_upd.update_dml(p_rec);

Line 317: pay_sir_upd.update_dml(p_rec);

313: pay_sir_upd.pre_update(p_rec);
314: --
315: -- Update the row.
316: --
317: pay_sir_upd.update_dml(p_rec);
318: --
319: -- Call the supporting post-update operation
320: --
321: pay_sir_upd.post_update(p_rec);

Line 321: pay_sir_upd.post_update(p_rec);

317: pay_sir_upd.update_dml(p_rec);
318: --
319: -- Call the supporting post-update operation
320: --
321: pay_sir_upd.post_update(p_rec);
322: End upd;
323: --
324: -- ----------------------------------------------------------------------------
325: -- |---------------------------------< upd >----------------------------------|

Line 364: pay_sir_upd.upd

360: -- Having converted the arguments into the
361: -- plsql record structure we call the corresponding record
362: -- business process.
363: --
364: pay_sir_upd.upd
365: (p_effective_date
366: ,l_rec
367: );
368: p_object_version_number := l_rec.object_version_number;

Line 373: end pay_sir_upd;

369: --
370: hr_utility.set_location(' Leaving:'||l_proc, 10);
371: End upd;
372: --
373: end pay_sir_upd;