DBA Data[Home] [Help]

APPS.PAY_DTE_BUS dependencies on FND_COLUMNS

Line 269: fnd_columns col

265: where exists (
266: select 1
267: from pay_dated_tables dt,
268: fnd_tables tab,
269: fnd_columns col
270: where dt.dated_table_id = p_rec.dated_table_id
271: and dt.table_name = tab.table_name
272: and tab.table_id = col.table_id
273: and col.column_name = p_rec.column_name