DBA Data[Home] [Help]

APPS.OTA_TSR_BUS dependencies on OTA_SUPPLIABLE_RESOURCES_VL

Line 246: from ota_suppliable_resources_vl

242: ) is
243: ----------------
244: cursor cur_tsr is
245: select 1
246: from ota_suppliable_resources_vl
247: where business_group_id = p_biz
248: and (p_suppres_id is null or p_suppres_id <> supplied_resource_id)
249: and name = p_name
250: and resource_type = p_resource_type;