DBA Data[Home] [Help]

APPS.AK_OBJECT_PVT dependencies on FND_APPLICATION

Line 126: from fnd_tables t, fnd_application a

122: and a.column_name = p_column_name
123: and a.owner = oracle_schema;
124: cursor l_find_appl_short_name is
125: select a.application_short_name
126: from fnd_tables t, fnd_application a
127: where table_name = p_table_name
128: and t.application_id = a.application_id;
129: l_dummy number;
130: -- Local variables to use the fnd_installation.get_app_info

Line 200: from fnd_tables t, fnd_application a

196: where table_name = p_table_name
197: and owner = oracle_schema;
198: cursor l_find_appl_short_name is
199: select a.application_short_name
200: from fnd_tables t, fnd_application a
201: where table_name = p_table_name
202: and t.application_id = a.application_id;
203: l_dummy number;
204: -- Local variables to use the fnd_installation.get_app_info