DBA Data[Home] [Help]

APPS.HZ_PARTY_STAGE_SHADOW dependencies on FND_PRODUCT_INSTALLATIONS

Line 102: from fnd_product_installations

98: ctx_index_tbsp := p_tablespace;
99: ELSE
100: select tablespace, index_tablespace
101: into ctx_tbsp, ctx_index_tbsp
102: from fnd_product_installations
103: where application_id = '222';
104: END IF;
105:
106: ctx_ddl.create_preference('HZ_DQM_STORAGE', 'BASIC_STORAGE');

Line 4397: from fnd_product_installations

4393: l_bool := fnd_installation.GET_APP_INFO('AR',l_status,l_temp,l_index_owner);
4394:
4395: select index_tablespace
4396: into ar_index_tbsp
4397: from fnd_product_installations
4398: where application_id = '222';
4399:
4400: l_storage_params := 'LOGGING STORAGE (INITIAL 4K NEXT 1M MINEXTENTS 1 '||
4401: 'MAXEXTENTS unlimited PCTINCREASE 0 FREELIST GROUPS 4 '||