DBA Data[Home] [Help]

APPS.OTA_ACI_BUS dependencies on OTA_ACI_SHD

Line 107: ,p_rec in ota_aci_shd.g_rec_type

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

Line 141: ,p_rec in ota_aci_shd.g_rec_type

137: -- {End Of Comments}
138: -- ----------------------------------------------------------------------------
139: Procedure update_validate
140: (p_effective_date in date
141: ,p_rec in ota_aci_shd.g_rec_type
142: );
143: --
144: -- ----------------------------------------------------------------------------
145: -- |---------------------------< delete_validate >----------------------------|

Line 177: (p_rec in ota_aci_shd.g_rec_type

173: --
174: -- {End Of Comments}
175: -- ----------------------------------------------------------------------------
176: Procedure delete_validate
177: (p_rec in ota_aci_shd.g_rec_type
178: );
179: -- ----------------------------------------------------------------------------
180: -- |-----------------------------< check_if_primary_category >-------------------------|
181: -- ----------------------------------------------------------------------------