DBA Data[Home] [Help]

APPS.ETRM_RPT dependencies on FND_FOREIGN_KEY_COLUMNS

Line 456: , applsys.fnd_foreign_key_columns k

452: , n_appid in number
453: , n_keyid in number) is
454: SELECT c.column_name
455: from applsys.fnd_columns c
456: , applsys.fnd_foreign_key_columns k
457: where k.table_id = c.table_id
458: and k.application_id = c.application_id
459: and k.column_id = c.column_id
460: and k.table_id = n_tabid