DBA Data[Home] [Help]

APPS.IRC_IID_UPD dependencies on IRC_IID_UPD

Line 1: Package Body irc_iid_upd as

1: Package Body irc_iid_upd as
2: /* $Header: iriidrhi.pkb 120.3.12010000.2 2008/11/06 13:49:47 mkjayara ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 193: irc_iid_upd.dt_update_dml

189: --
190: Begin
191: hr_utility.set_location('Entering:'||l_proc, 5);
192: --
193: irc_iid_upd.dt_update_dml
194: (p_rec => p_rec
195: ,p_effective_date => p_effective_date
196: ,p_datetrack_mode => p_datetrack_mode
197: ,p_validation_start_date => p_validation_start_date

Line 766: irc_iid_upd.convert_defs(p_rec);

762: -- derive the full record structure values to be updated.
763: --
764: -- 2. Call the supporting update validate operations.
765: --
766: irc_iid_upd.convert_defs(p_rec);
767: --
768: irc_iid_bus.update_validate
769: (p_rec => p_rec
770: ,p_effective_date => p_effective_date

Line 902: irc_iid_upd.upd

898: -- Having converted the arguments into the
899: -- plsql record structure we call the corresponding record
900: -- business process.
901: --
902: irc_iid_upd.upd
903: (p_effective_date
904: ,p_datetrack_mode
905: ,l_rec
906: );

Line 918: end irc_iid_upd;

914: --
915: hr_utility.set_location(' Leaving:'||l_proc, 10);
916: End upd;
917: --
918: end irc_iid_upd;