DBA Data[Home] [Help]

APPS.HR_DELETE dependencies on USER_CATALOG

Line 2119: from user_catalog

2115: --if it's there, ahead of FINANCIALS_SYSTEM_PARAMETERS.
2116: --
2117: cursor fsp_table_name is
2118: select table_name
2119: from user_catalog
2120: where table_name in ('FINANCIALS_SYSTEM_PARAMS_ALL',
2121: 'FINANCIALS_SYSTEM_PARAMETERS')
2122: order by table_name desc;
2123: --