DBA Data[Home] [Help]

APPS.QA_INSPECTION_PKG dependencies on FND_INSTALLATION

Line 235: dummy := fnd_installation.get_app_info('QA', l_status,

231: l_schema varchar2(30);
232: dummy boolean;
233:
234: BEGIN
235: dummy := fnd_installation.get_app_info('QA', l_status,
236: l_industry, l_schema);
237:
238: --
239: -- l_status will be 'I' if installed or 'N' if not.