DBA Data[Home] [Help]

APPS.IPA_CLIENT_EXTENSION_PKG dependencies on FND_APPLICATION

Line 233: from fnd_application

229: p_err_code in out NOCOPY varchar2)
230: is
231: Cursor c_appln is
232: select nvl(application_id,101)
233: from fnd_application
234: where application_short_name = 'SQLGL';
235: l_appln_id fnd_application.application_id%type;
236:
237: Cursor c_book_info is

Line 235: l_appln_id fnd_application.application_id%type;

231: Cursor c_appln is
232: select nvl(application_id,101)
233: from fnd_application
234: where application_short_name = 'SQLGL';
235: l_appln_id fnd_application.application_id%type;
236:
237: Cursor c_book_info is
238: Select book_class,accounting_flex_structure, flexbuilder_defaults_ccid
239: from fa_book_controls