DBA Data[Home] [Help]

APPS.JTF_MESSAGE dependencies on FND_INSTALLATION

Line 14: if ( FND_INSTALLATION.get_app_info( p_apps_short_name, l_status, l_industry,

10: l_schema varchar2(30);
11: l_status varchar2(1);
12: l_industry varchar2(1);
13: begin
14: if ( FND_INSTALLATION.get_app_info( p_apps_short_name, l_status, l_industry,
15: l_schema ) ) then
16: x_schema := l_schema;
17: else
18: raise_application_error(-20000, 'Failed to get Info for Product'||