DBA Data[Home] [Help]

APPS.OTA_CTT_BUS dependencies on OTA_CTT_SHD

Line 105: ,p_rec in ota_ctt_shd.g_rec_type

101: -- {End of comments}
102: -- ----------------------------------------------------------------------------
103: Procedure insert_validate
104: (p_effective_date in date
105: ,p_rec in ota_ctt_shd.g_rec_type
106: ,p_category_usage_id in number
107: );
108: --
109: -- ----------------------------------------------------------------------------

Line 138: ,p_rec in ota_ctt_shd.g_rec_type

134: -- {End Of Comments}
135: -- ----------------------------------------------------------------------------
136: Procedure update_validate
137: (p_effective_date in date
138: ,p_rec in ota_ctt_shd.g_rec_type
139: );
140: --
141: -- ----------------------------------------------------------------------------
142: -- |---------------------------< delete_validate >----------------------------|

Line 174: (p_rec in ota_ctt_shd.g_rec_type

170: --
171: -- {End Of Comments}
172: -- ----------------------------------------------------------------------------
173: Procedure delete_validate
174: (p_rec in ota_ctt_shd.g_rec_type
175: );
176: --
177: end ota_ctt_bus;