DBA Data[Home] [Help]

APPS.FND_STATS dependencies on FND_TABLES

Line 3543: FROM fnd_tables a

3539: -- break out if it doesn't exist
3540: BEGIN
3541: SELECT 'EXIST'
3542: INTO exist_flag
3543: FROM fnd_tables a
3544: WHERE a.table_name = upper(tabname)
3545: AND a.application_id = appl_id ;
3546:
3547: EXCEPTION

Line 3566: || ' does not exist in fnd_tables/dba_tables for the

3562: EXCEPTION
3563: WHEN no_data_found THEN
3564: raise_application_error(-20000, 'Table '
3565: || tabname
3566: || ' does not exist in fnd_tables/dba_tables for the
3567: given application ');
3568: END;
3569: END;
3570: -- Now insert