DBA Data[Home] [Help]

APPS.FND_PROGRAM dependencies on FND_TABLES

Line 450: FROM fnd_columns c, fnd_tables t

446: and use it in creating the segment */
447: DECLARE
448: CURSOR column_name_cursor IS
449: SELECT column_name
450: FROM fnd_columns c, fnd_tables t
451: WHERE t.table_id = c.table_id
452: AND t.table_name = 'FND_SRS_MASTER' -- hardwired
453: AND t.application_id = 0 -- hardwired
454: AND c.application_id = t.application_id