DBA Data[Home] [Help]

APPS.PAY_SGB_UPD dependencies on PAY_SGB_UPD

Line 1: Package Body pay_sgb_upd as

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

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

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

Line 303: pay_sgb_upd.pre_update(p_rec);

299: );
300: --
301: -- Call the supporting pre-update operation
302: --
303: pay_sgb_upd.pre_update(p_rec);
304: --
305: -- Update the row.
306: --
307: pay_sgb_upd.update_dml(p_rec);

Line 307: pay_sgb_upd.update_dml(p_rec);

303: pay_sgb_upd.pre_update(p_rec);
304: --
305: -- Update the row.
306: --
307: pay_sgb_upd.update_dml(p_rec);
308: --
309: -- Call the supporting post-update operation
310: --
311: pay_sgb_upd.post_update

Line 311: pay_sgb_upd.post_update

307: pay_sgb_upd.update_dml(p_rec);
308: --
309: -- Call the supporting post-update operation
310: --
311: pay_sgb_upd.post_update
312: (p_rec);
313: End upd;
314: --
315: -- ----------------------------------------------------------------------------

Line 353: pay_sgb_upd.upd

349: -- Having converted the arguments into the
350: -- plsql record structure we call the corresponding record
351: -- business process.
352: --
353: pay_sgb_upd.upd
354: (p_effective_date
355: ,l_rec
356: );
357: p_object_version_number := l_rec.object_version_number;

Line 362: end pay_sgb_upd;

358: --
359: hr_utility.set_location(' Leaving:'||l_proc, 10);
360: End upd;
361: --
362: end pay_sgb_upd;