DBA Data[Home] [Help]

APPS.ALR_ALERTS_PKG dependencies on FND_TABLES

Line 187: from FND_TABLES

183:
184: if ((X_TABLE_APPLICATION_SHORT_NAME is not null)
185: and (X_TABLE_NAME is not null)) then
186: select TABLE_ID into l_table_id
187: from FND_TABLES
188: where APPLICATION_ID = l_table_app_id
189: and TABLE_NAME = X_TABLE_NAME;
190: end if;
191: