DBA Data[Home] [Help]

APPS.IRC_IAD_INS dependencies on IRC_IAD_SHD

Line 71: (p_rec in out nocopy irc_iad_shd.g_rec_type

67: --
68: -- {End Of Comments}
69: -- ----------------------------------------------------------------------------
70: Procedure pre_insert
71: (p_rec in out nocopy irc_iad_shd.g_rec_type
72: ,p_effective_date in date
73: ,p_datetrack_mode in varchar2
74: ,p_validation_start_date in date
75: ,p_validation_end_date in date

Line 111: (p_rec in out nocopy irc_iad_shd.g_rec_type

107: --
108: -- {End Of Comments}
109: -- ----------------------------------------------------------------------------
110: Procedure insert_dml
111: (p_rec in out nocopy irc_iad_shd.g_rec_type
112: ,p_effective_date in date
113: ,p_datetrack_mode in varchar2
114: ,p_validation_start_date in date
115: ,p_validation_end_date in date

Line 166: ,p_rec in out nocopy irc_iad_shd.g_rec_type

162: -- {End Of Comments}
163: -- ----------------------------------------------------------------------------
164: Procedure ins
165: (p_effective_date in date
166: ,p_rec in out nocopy irc_iad_shd.g_rec_type
167: );
168: --
169: -- ----------------------------------------------------------------------------
170: -- |---------------------------------< ins >----------------------------------|