DBA Data[Home] [Help]

APPS.HZ_PARTY_STAGE dependencies on FND_PRODUCT_INSTALLATIONS

Line 1489: from fnd_product_installations

1485: ctx_index_tbsp := p_tablespace;
1486: ELSE
1487: select tablespace, index_tablespace
1488: into ctx_tbsp, ctx_index_tbsp
1489: from fnd_product_installations
1490: where application_id = '222';
1491: END IF;
1492:
1493: ctx_ddl.create_preference('HZ_DQM_STORAGE', 'BASIC_STORAGE');

Line 11354: from fnd_product_installations

11350: l_bool := fnd_installation.GET_APP_INFO('AR',l_status,l_temp,l_index_owner);
11351:
11352: select index_tablespace
11353: into ar_index_tbsp
11354: from fnd_product_installations
11355: where application_id = '222';
11356:
11357: l_storage_params := 'LOGGING STORAGE (INITIAL 4K NEXT 1M MINEXTENTS 1 '||
11358: 'MAXEXTENTS unlimited PCTINCREASE 0 FREELIST GROUPS 4 '||