DBA Data[Home] [Help]

APPS.ETRM_FNDNAV dependencies on FND_FOREIGN_KEY_COLUMNS

Line 805: , applsys.fnd_foreign_key_columns k

801: , n_appid in number
802: , n_keyid in number) is
803: SELECT c.column_name
804: from applsys.fnd_columns c
805: , applsys.fnd_foreign_key_columns k
806: where k.table_id = c.table_id
807: and k.application_id = c.application_id
808: and k.column_id = c.column_id
809: and k.table_id = n_tabid