DBA Data[Home] [Help]

APPS.HZ_PARTY_STAGE dependencies on FND_PRODUCT_INSTALLATIONS

Line 1501: from fnd_product_installations

1497: ctx_index_tbsp := p_tablespace;
1498: ELSE
1499: select tablespace, index_tablespace
1500: into ctx_tbsp, ctx_index_tbsp
1501: from fnd_product_installations
1502: where application_id = '222';
1503: END IF;
1504:
1505: ctx_ddl.create_preference('HZ_DQM_STORAGE', 'BASIC_STORAGE');

Line 11508: from fnd_product_installations

11504: l_bool := fnd_installation.GET_APP_INFO('AR',l_status,l_temp,l_index_owner);
11505:
11506: select index_tablespace
11507: into ar_index_tbsp
11508: from fnd_product_installations
11509: where application_id = '222';
11510:
11511: l_storage_params := 'LOGGING STORAGE (INITIAL 4K NEXT 1M MINEXTENTS 1 '||
11512: 'MAXEXTENTS unlimited PCTINCREASE 0 FREELIST GROUPS 4 '||