DBA Data[Home] [Help]

APPS.IRC_IPC_UPD dependencies on IRC_IPC_UPD

Line 1: Package Body irc_ipc_upd as

1: Package Body irc_ipc_upd as
2: /* $Header: iripcrhi.pkb 120.0 2005/07/26 15:08:54 mbocutt noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 941: irc_ipc_upd.pre_update(p_rec);

937: );
938: --
939: -- Call the supporting pre-update operation
940: --
941: irc_ipc_upd.pre_update(p_rec);
942: --
943: -- Update the row.
944: --
945: irc_ipc_upd.update_dml(p_rec);

Line 945: irc_ipc_upd.update_dml(p_rec);

941: irc_ipc_upd.pre_update(p_rec);
942: --
943: -- Update the row.
944: --
945: irc_ipc_upd.update_dml(p_rec);
946: --
947: -- Call the supporting post-update operation
948: --
949: irc_ipc_upd.post_update

Line 949: irc_ipc_upd.post_update

945: irc_ipc_upd.update_dml(p_rec);
946: --
947: -- Call the supporting post-update operation
948: --
949: irc_ipc_upd.post_update
950: (p_rec
951: );
952: End upd;
953: --

Line 1123: irc_ipc_upd.upd

1119: -- Having converted the arguments into the
1120: -- plsql record structure we call the corresponding record
1121: -- business process.
1122: --
1123: irc_ipc_upd.upd
1124: (l_rec
1125: );
1126: p_object_version_number := l_rec.object_version_number;
1127: --

Line 1131: end irc_ipc_upd;

1127: --
1128: hr_utility.set_location(' Leaving:'||l_proc, 10);
1129: End upd;
1130: --
1131: end irc_ipc_upd;