DBA Data[Home] [Help]

APPS.AD_TABLESPACE_UTILS SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 18

    select tablespace, index_tablespace
    into   X_data_tablespace, X_index_tablespace
    from   fnd_product_installations
    where  application_id = 191 -- BIS application id
    and    install_group_num in (0, 1);