General Ledger - EBS (MOSC)

MOSC Banner

R12.13. : fnd_flex_ext.get_ccid having issues in custom schema

edited Aug 19, 2013 10:56AM in General Ledger - EBS (MOSC) 1 commentAnswered
Hi,
We have created a custom schema "FDD" and trying to execute fnd_flex_ext.get_ccid command from it.

From FDD schema

select fdd.fnd_flex_ext.get_ccid('SQLGL','GL#',101,to_char(sysdate, 'DD-MON-YYYY'), '100.791500.00957.T999.0000.000.000.000.000.0000.0000.0000') CODECOMBINATIONID from sys.dual;

CODECOMBINATIONID
-----------------
                0


From APPS schema

select fdd.fnd_flex_ext.get_ccid('SQLGL','GL#',101,to_char(sysdate, 'DD-MON-YYYY'), '100.791500.00957.T999.0000.000.000.000.000.0000.0000.0000') CODECOMBINATIONID from sys.dual;

CODECOMBINATIONID
-----------------
           185609


I am not able to get what the issue is with FDD schema.  I have given all grants.   Please help.

Thanks
Ram


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