DBA Data[Home] [Help]

APPS.JTF_USR_HKS dependencies on FND_INSTALLATION

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

1014: l_schema varchar2(30);
1015: l_status varchar2(1);
1016: l_industry varchar2(1);
1017: begin
1018: if ( FND_INSTALLATION.get_app_info( p_apps_short_name, l_status, l_industry,
1019: l_schema ) ) then
1020: x_schema := l_schema;
1021: else
1022: raise_application_error(-20000, 'Failed to get Info for Product'||