DBA Data[Home] [Help]

APPS.OTA_CLASSIC_UPGRADE dependencies on OTA_CATEGORY_USAGE_API

Line 333: Ota_category_usage_api.Create_Category(

329: begin
330: open c_duplicate_dm(p_name,p_business_group_id);
331: fetch c_duplicate_dm into l_category_usage_id;
332: if c_duplicate_dm %notfound then
333: Ota_category_usage_api.Create_Category(
334: p_effective_date => trunc(sysdate)
335: ,p_business_group_id => p_business_group_id --nvl(c_get_act.business_group_id,0)
336: ,p_category => p_name
337: ,p_description => substrb(p_name,1,240)