DBA Data[Home] [Help]

APPS.PQH_STR_UPD dependencies on PQH_STR_UPD

Line 1: Package Body pqh_str_upd as

1: Package Body pqh_str_upd as
2: /* $Header: pqstrrhi.pkb 115.10 2004/04/06 05:49 svorugan noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqh_str_upd.'; -- Global package name
9:
10: g_debug boolean := hr_utility.debug_enabled;
11:
12: --

Line 421: pqh_str_upd.pre_update(p_rec);

417: hr_multi_message.end_validation_set;
418: --
419: -- Call the supporting pre-update operation
420: --
421: pqh_str_upd.pre_update(p_rec);
422: --
423: -- Update the row.
424: --
425: pqh_str_upd.update_dml(p_rec);

Line 425: pqh_str_upd.update_dml(p_rec);

421: pqh_str_upd.pre_update(p_rec);
422: --
423: -- Update the row.
424: --
425: pqh_str_upd.update_dml(p_rec);
426: --
427: -- Call the supporting post-update operation
428: --
429: pqh_str_upd.post_update

Line 429: pqh_str_upd.post_update

425: pqh_str_upd.update_dml(p_rec);
426: --
427: -- Call the supporting post-update operation
428: --
429: pqh_str_upd.post_update
430: (p_effective_date
431: ,p_rec
432: );
433: --

Line 490: pqh_str_upd.upd

486: -- Having converted the arguments into the
487: -- plsql record structure we call the corresponding record
488: -- business process.
489: --
490: pqh_str_upd.upd
491: (p_effective_date
492: ,l_rec
493: );
494: p_object_version_number := l_rec.object_version_number;

Line 504: end pqh_str_upd;

500: End if;
501:
502: End upd;
503: --
504: end pqh_str_upd;