DBA Data[Home] [Help]

APPS.OTA_CCI_BUS dependencies on OTA_CCI_SHD

Line 111: ,p_rec in ota_cci_shd.g_rec_type

107: -- {End of comments}
108: -- ----------------------------------------------------------------------------
109: Procedure insert_validate
110: (p_effective_date in date
111: ,p_rec in ota_cci_shd.g_rec_type
112: ,p_certification_id in number
113: ,p_category_usage_id in number
114: );
115: --

Line 145: ,p_rec in ota_cci_shd.g_rec_type

141: -- {End Of Comments}
142: -- ----------------------------------------------------------------------------
143: Procedure update_validate
144: (p_effective_date in date
145: ,p_rec in ota_cci_shd.g_rec_type
146: );
147: --
148: -- ----------------------------------------------------------------------------
149: -- |---------------------------< delete_validate >----------------------------|

Line 181: (p_rec in ota_cci_shd.g_rec_type

177: --
178: -- {End Of Comments}
179: -- ----------------------------------------------------------------------------
180: Procedure delete_validate
181: (p_rec in ota_cci_shd.g_rec_type
182: );
183: --
184: -- ----------------------------------------------------------------------------
185: -- |---------------------------< check_if_primary_category >----------------------------|