Oracle Forms (MOSC)

MOSC Banner

APP-FND-01564: ORACLE error 1406 in FDFGVD

edited Jan 9, 2014 3:41PM in Oracle Forms (MOSC) 1 commentAnswered
When querying this an IPN in the Form “ VIEW MATERIAL REQUIREMENT"

 

 

I receive this error

APP-FND-01564: ORACLE error 1406 in FDFGVD

Please advise what is causing this IPN to error on this form. this is the only form that i get this error message on.

 

Cause: FDFGVD failed due to ORA-01406: fetched column value was truncated.

 

The SQL statement being executed at the time of the error was: SELECT A.CUSTOMER_ITEM_ID||','||B.INVENTORY_ITEM_ID,A.CUSTOMER_ITEM_NUMBER VALUE, E.PARTY_NAME||' - '||C.SEGMENT1||' - Rank '||X.RANK    DESCRIPTION, NVL('N', 'N'), NVL(TO_NUMBER(NULL), -1), NULL, NVL('Y', 'Y'), NVL(TO_CHAR(TO_DATE(NULL), 'J'), 0), NVL(TO_CHAR(TO_DATE(NULL), 'J'), 0) FROM HZ_PARTIES E, HZ_CUST_ACCOUNTS_ALL D, MTL_SYSTEM_ITEMS_B C, MTL_CUSTOMER_ITEM_XREFS B, MTL_CUSTOMER_ITEMS A, XXCTI_CUSTOMER_ORG_ITEM_XREFS X WHERE (A.CUSTOMER_ITEM_ID = B.CUSTOMER_ITEM_ID AND B.INVENTORY_ITEM_ID = C.INVENTORY_ITEM_ID AND C.ORGANIZATION_ID = 85 AND A.CUSTOMER_ID = D.CUST_ACCOUNT_ID AND D.PARTY_ID = E.PARTY_ID AND B.ATTRIBUTE9=X.CIX_ID(+) )  AND A.CUSTOMER_ITEM_ID||','||B.INVENTORY_ITEM_ID = :X and was executed from the file &ERRFILE.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center