DBA Data[Home] [Help]

APPS.ETRM_FNDNAV dependencies on FND_PRIMARY_KEY_COLUMNS

Line 763: , applsys.fnd_primary_key_columns k

759: , n_appid in number
760: , n_keyid in number) is
761: SELECT c.column_name
762: from applsys.fnd_columns c
763: , applsys.fnd_primary_key_columns k
764: where k.table_id = c.table_id
765: and k.application_id = c.application_id
766: and k.column_id = c.column_id
767: and k.table_id = n_tabid