Setup guide

Validation of Custom Applications: Examples E-3
Issue Recommendation for Release 11i
The entry for product
xxcust is missing from
FND_PRODUCT_INSTA
LLATIONS
Insert the information about product xxcust in
FND_PRODUCT_INSTALLATIONS with following SQL:
INSERT INTO
FND_PRODUCT_INSTALLATIONS(APPLICATION_ID,
ORACLE_ID,LAST_UPDATE_DATE,LAST_UPDATED_BY,CREATI
ON_DATE,CREATED_BY,
LAST_UPDATE_LOGIN,PRODUCT_VERSION,
STATUS,INDUSTRY,TABLESPACE,INDEX_TABLESPACE,TEMPO
RARY_TABLESPACE,SIZING_FACTOR,
INSTALL_GROUP_NUM,DB_STATUS,PATCH_LEVEL )
VALUES ( 50001, 50001, sysdate, 1000, sysdate,
1000, 1000,
'11.5.0', 'I', 'C', <tablespace>, <index
tablespace> ,<temporary tablespace>, 100, 0, 'I'
, NULL );
Please replace <tablespace>, <index tablespace> ,<temporary
tablespace> with appropriate values.