DBA Data[Home] [Help]

APPS.OTA_LO_UTILITY dependencies on OTA_LO_FOLDERS

Line 3001: ota_lo_folders

2997: cursor root_folder is
2998: select
2999: distinct 'found'
3000: from
3001: ota_lo_folders
3002: where
3003: business_group_id = p_business_group_id
3004: and folder_id <> p_folder_id
3005: and parent_folder_id is null;