DBA Data[Home] [Help]

APPS.AD_TABLESPACE_UTILS dependencies on FND_PRODUCT_INSTALLATIONS

Line 20: from fnd_product_installations

16: begin
17:
18: select tablespace, index_tablespace
19: into X_data_tablespace, X_index_tablespace
20: from fnd_product_installations
21: where application_id = 191 -- BIS application id
22: and install_group_num in (0, 1);
23:
24: end;