DBA Data[Home] [Help]

APPS.OTA_CFS_BUS dependencies on OTA_CFS_SHD

Line 139: ,p_rec in out nocopy ota_cfs_shd.g_rec_type

135: -- {End of comments}
136: -- ----------------------------------------------------------------------------
137: Procedure insert_validate
138: (p_effective_date in date
139: ,p_rec in out nocopy ota_cfs_shd.g_rec_type
140: ,p_name in varchar2
141: );
142: --
143: -- ----------------------------------------------------------------------------

Line 172: ,p_rec in out nocopy ota_cfs_shd.g_rec_type

168: -- {End Of Comments}
169: -- ----------------------------------------------------------------------------
170: Procedure update_validate
171: (p_effective_date in date
172: ,p_rec in out nocopy ota_cfs_shd.g_rec_type
173: ,p_name in varchar2
174: );
175: --
176: -- ----------------------------------------------------------------------------

Line 209: (p_rec in ota_cfs_shd.g_rec_type

205: --
206: -- {End Of Comments}
207: -- ----------------------------------------------------------------------------
208: Procedure delete_validate
209: (p_rec in ota_cfs_shd.g_rec_type
210: );
211:
212:
213: end ota_cfs_bus;