DBA Data[Home] [Help]

APPS.FA_WHATIF_DEPRN2_PKG dependencies on FND_TABLES

Line 68: from fnd_tables

64: from fa_book_controls where book_type_code = X_book)
65: and g.enabled_flag = 'Y'
66: and c.application_id = g.application_id
67: and c.table_id = (select table_id
68: from fnd_tables
69: where table_name = 'GL_CODE_COMBINATIONS'
70: and application_id = 101)
71: and c.column_name = g.application_column_name
72: and s.application_id = g.application_id

Line 85: from fnd_tables

81: from fa_system_controls)
82: and g.enabled_flag = 'Y'
83: and c.application_id = 140
84: and c.table_id = (select table_id
85: from fnd_tables
86: where table_name = 'FA_ASSET_KEYWORDS'
87: and application_id = 140)
88: and c.column_name = g.application_column_name
89: and s.application_id = g.application_id

Line 102: from fnd_tables

98: from fa_system_controls)
99: and g.enabled_flag = 'Y'
100: and c.application_id = 140
101: and c.table_id = (select table_id
102: from fnd_tables
103: where table_name = 'FA_LOCATIONS'
104: and application_id = 140)
105: AND c.column_name = g.application_column_name
106: and s.application_id = g.application_id

Line 119: from fnd_tables

115: from fa_system_controls)
116: and g.enabled_flag = 'Y'
117: and c.application_id = 140
118: and c.table_id = (select table_id
119: from fnd_tables
120: where table_name = 'FA_CATEGORIES_B'
121: and application_id = 140)
122: and c.column_name = g.application_column_name
123: and s.application_id = g.application_id