DBA Data[Home] [Help]

APPS.PAY_EVP_BUS dependencies on FND_TABLES

Line 261: fnd_tables tab,

257: from dual
258: where exists (
259: select 1
260: from pay_dated_tables dt,
261: fnd_tables tab,
262: fnd_columns col
263: where dt.dated_table_id = p_rec.dated_table_id
264: and dt.table_name = tab.table_name
265: and tab.table_id = col.table_id