DBA Data[Home] [Help]

APPS.IRC_ISC_UPD dependencies on IRC_ISC_UPD

Line 1: Package Body irc_isc_upd as

1: Package Body irc_isc_upd as
2: /* $Header: iriscrhi.pkb 120.1 2010/12/17 05:32:56 prasashe ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 1177: irc_isc_upd.pre_update(p_rec);

1173: hr_multi_message.end_validation_set;
1174: --
1175: -- Call the supporting pre-update operation
1176: --
1177: irc_isc_upd.pre_update(p_rec);
1178: --
1179: -- Update the row.
1180: --
1181: irc_isc_upd.update_dml(p_rec);

Line 1181: irc_isc_upd.update_dml(p_rec);

1177: irc_isc_upd.pre_update(p_rec);
1178: --
1179: -- Update the row.
1180: --
1181: irc_isc_upd.update_dml(p_rec);
1182: --
1183: -- Call the supporting post-update operation
1184: --
1185: irc_isc_upd.post_update

Line 1185: irc_isc_upd.post_update

1181: irc_isc_upd.update_dml(p_rec);
1182: --
1183: -- Call the supporting post-update operation
1184: --
1185: irc_isc_upd.post_update
1186: (p_effective_date
1187: ,p_rec
1188: );
1189: --

Line 1410: irc_isc_upd.upd

1406: -- Having converted the arguments into the
1407: -- plsql record structure we call the corresponding record
1408: -- business process.
1409: --
1410: irc_isc_upd.upd
1411: (p_effective_date
1412: ,l_rec
1413: );
1414: p_object_version_number := l_rec.object_version_number;

Line 1419: end irc_isc_upd;

1415: --
1416: hr_utility.set_location(' Leaving:'||l_proc, 10);
1417: End upd;
1418: --
1419: end irc_isc_upd;