DBA Data[Home] [Help]

APPS.OTA_TFL_API_BUSINESS_RULES2 dependencies on OTA_ACT_CAT_INCLUSIONS

Line 665: , ota_act_cat_inclusions aci

661: --
662: cursor sel_type_E_cat_event is
663: select evt.standard_price
664: from ota_events evt
665: , ota_act_cat_inclusions aci
666: where evt.event_id = p_event_id
667: and aci.activity_version_id = evt.activity_version_id
668: and aci.activity_category = p_category
669: and evt.currency_code = p_currency_code;