DBA Data[Home] [Help]

APPS.ITA_SETUP_GROUPS_PKG dependencies on FND_TABLES

Line 353: from fnd_tables

349: and table_app_id = view_appid;
350: else
351: select table_id
352: into view_table_id
353: from fnd_tables
354: where APPLICATION_id = view_appid and
355: table_name = X_TABLE_NAME;
356: end if;
357: