DBA Data[Home] [Help]

APPS.AK_OBJECT_PVT dependencies on FND_APPLICATION

Line 133: from fnd_tables t, fnd_application a

129: where col.table_name = p_table_name
130: and col.column_name = p_column_name;
131: cursor l_find_appl_short_name is
132: select a.application_short_name
133: from fnd_tables t, fnd_application a
134: where table_name = p_table_name
135: and t.application_id = a.application_id;
136: l_dummy number;
137: -- Local variables to use the fnd_installation.get_app_info

Line 207: from fnd_tables t, fnd_application a

203: where table_name = p_table_name
204: and owner = oracle_schema;
205: cursor l_find_appl_short_name is
206: select a.application_short_name
207: from fnd_tables t, fnd_application a
208: where table_name = p_table_name
209: and t.application_id = a.application_id;
210: l_dummy number;
211: -- Local variables to use the fnd_installation.get_app_info