DBA Data[Home] [Help]

APPS.PAY_EVP_BUS dependencies on FND_COLUMNS

Line 262: fnd_columns col

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
266: and col.column_name = p_rec.column_name