DBA Data[Home] [Help]

APPS.OTA_AP_DELETE dependencies on OTA_ACTIVITY_VERSIONS

Line 20: from ota_activity_versions

16: where vendor_id = p_vendor_id;
17: --
18: cursor c_activity_versions is
19: select null
20: from ota_activity_versions
21: where vendor_id = p_vendor_id;
22: --
23: cursor c_suppliable_resources is
24: select null