DBA Data[Home] [Help]

APPS.IRC_IRF_DEL dependencies on IRC_IRF_SHD

Line 35: (p_rec in out nocopy irc_irf_shd.g_rec_type

31: --
32: -- {End Of Comments}
33: -- ----------------------------------------------------------------------------
34: Procedure delete_dml
35: (p_rec in out nocopy irc_irf_shd.g_rec_type
36: ,p_effective_date in date
37: ,p_datetrack_mode in varchar2
38: ,p_validation_start_date in date
39: ,p_validation_end_date in date

Line 89: ,p_rec in out nocopy irc_irf_shd.g_rec_type

85: -- ----------------------------------------------------------------------------
86: Procedure del
87: (p_effective_date in date
88: ,p_datetrack_mode in varchar2
89: ,p_rec in out nocopy irc_irf_shd.g_rec_type
90: );
91: --
92: -- ----------------------------------------------------------------------------
93: -- |-------------------------------< del >------------------------------------|