DBA Data[Home] [Help]

APPS.OTA_COI_BUS dependencies on OTA_COI_SHD

Line 121: ,p_rec in ota_coi_shd.g_rec_type

117: (p_effective_date in date
118: ,p_chat_id in number
119: ,p_object_id in number
120: ,p_object_type in varchar2
121: ,p_rec in ota_coi_shd.g_rec_type
122: );
123: --
124: -- ----------------------------------------------------------------------------
125: -- |---------------------------< update_validate >----------------------------|

Line 153: ,p_rec in ota_coi_shd.g_rec_type

149: -- {End Of Comments}
150: -- ----------------------------------------------------------------------------
151: Procedure update_validate
152: (p_effective_date in date
153: ,p_rec in ota_coi_shd.g_rec_type
154: );
155: --
156: -- ----------------------------------------------------------------------------
157: -- |---------------------------< delete_validate >----------------------------|

Line 189: (p_rec in ota_coi_shd.g_rec_type

185: --
186: -- {End Of Comments}
187: -- ----------------------------------------------------------------------------
188: Procedure delete_validate
189: (p_rec in ota_coi_shd.g_rec_type
190: );
191: --
192: end ota_coi_bus;