DBA Data[Home] [Help]

APPS.FND_AUDIT_UPDATE_PKG dependencies on FND_TABLES

Line 28: select table_name from fnd_tables where

24: owner = c_owner
25: order by column_id;
26:
27: cursor l_get_base_table_name_csr(c_appid number, c_tabid number) is
28: select table_name from fnd_tables where
29: application_id=c_appid and
30: table_id = c_tabid;
31:
32: