DBA Data[Home] [Help]

APPS.FND_PROGRAM dependencies on FND_COLUMNS

Line 447: FROM fnd_columns c, fnd_tables t

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