Hi people!
My company is using Oracle 11i General Ledger, and I want to activate the Dynamic Insert option for Code Combinations, unfortunately it failed,
and it says, FDFVGN module: Flexfield View generator
+---------+
Routine FDFGOC found no rows in table ALL_TAB_COLUMNS. Please contact your system administratos or support repesentative.
+---------+
Then I look for the GL_CODE_COMBINATIONS_KFV and it has no columns or records related to flexfield but this…
CREATE OR REPLACE FORCE VIEW APPS.GL_CODE_COMBINATIONS_KFV
(VIEW_HAS_FAILED_CHECK_LOG_FILE)
AS
SELECT ‘View generation has failed. Check log file for error messages’ VIEW_HAS_FAILED_CHECK_LOG_FILE FROM SYS.DUAL;
Can someone tell me how the FDFVGN works or the flexfield view generator so I can locate the error I encountered.
THanks and regards!