DBA Data[Home] [Help]

APPS.OTA_OFF_BUS dependencies on OTA_OFF_SHD

Line 104: ,p_rec in out nocopy ota_off_shd.g_rec_type

100: -- {End of comments}
101: -- ----------------------------------------------------------------------------
102: Procedure insert_validate
103: (p_effective_date in date
104: ,p_rec in out nocopy ota_off_shd.g_rec_type
105: ,p_name in varchar
106: );
107: --
108: -- ----------------------------------------------------------------------------

Line 137: ,p_rec in out nocopy ota_off_shd.g_rec_type

133: -- {End Of Comments}
134: -- ----------------------------------------------------------------------------
135: Procedure update_validate
136: (p_effective_date in date
137: ,p_rec in out nocopy ota_off_shd.g_rec_type
138: ,p_name in varchar2
139: );
140: --
141: -- ----------------------------------------------------------------------------

Line 174: (p_rec in ota_off_shd.g_rec_type

170: --
171: -- {End Of Comments}
172: -- ----------------------------------------------------------------------------
173: Procedure delete_validate
174: (p_rec in ota_off_shd.g_rec_type
175: );
176: --
177: -- ----------------------------------------------------------------------------
178: -- |-------------------------< check_if_evt_exists >--------------------------|