DBA Data[Home] [Help]

APPS.QA_VALIDATION_API dependencies on FND_INSTALLATION

Line 4452: l_dummy := fnd_installation.get_app_info(l_fnd, l_status, l_industry, l_schema);

4448: -- Use the exploded view SQL for export VO instead of using the plan view directly
4449: --
4450: l_view_sql := 'CREATE OR REPLACE FORCE VIEW QA_'||p_plan_id||'_EXP_V AS '||QLTVCREB.get_export_view_sql(p_plan_id);
4451:
4452: l_dummy := fnd_installation.get_app_info(l_fnd, l_status, l_industry, l_schema);
4453:
4454: ad_ddl.do_ddl(l_schema, 'QA', ad_ddl.create_view, l_view_sql, 'QA_'|| p_plan_id || '_EXP_V');
4455: l_sql_stmt := l_sql_stmt || 'QA_'||p_plan_id||'_EXP_V' ;
4456: END IF;