DBA Data[Home] [Help]

APPS.FA_WHATIF_DEPRN2_PKG dependencies on FND_TABLES

Line 89: from fnd_tables

85: from fa_book_controls where book_type_code = X_book)
86: and g.enabled_flag = 'Y'
87: and c.application_id = g.application_id
88: and c.table_id = (select table_id
89: from fnd_tables
90: where table_name = 'GL_CODE_COMBINATIONS'
91: and application_id = 101)
92: and c.column_name = g.application_column_name
93: and s.application_id = g.application_id

Line 106: from fnd_tables

102: from fa_system_controls)
103: and g.enabled_flag = 'Y'
104: and c.application_id = 140
105: and c.table_id = (select table_id
106: from fnd_tables
107: where table_name = 'FA_ASSET_KEYWORDS'
108: and application_id = 140)
109: and c.column_name = g.application_column_name
110: and s.application_id = g.application_id

Line 123: from fnd_tables

119: from fa_system_controls)
120: and g.enabled_flag = 'Y'
121: and c.application_id = 140
122: and c.table_id = (select table_id
123: from fnd_tables
124: where table_name = 'FA_LOCATIONS'
125: and application_id = 140)
126: AND c.column_name = g.application_column_name
127: and s.application_id = g.application_id

Line 140: from fnd_tables

136: from fa_system_controls)
137: and g.enabled_flag = 'Y'
138: and c.application_id = 140
139: and c.table_id = (select table_id
140: from fnd_tables
141: where table_name = 'FA_CATEGORIES_B'
142: and application_id = 140)
143: and c.column_name = g.application_column_name
144: and s.application_id = g.application_id