DBA Data[Home] [Help]

APPS.BIV_DBI_COLLECTION_UTIL dependencies on FND_INSTALLATION

Line 32: if fnd_installation.get_app_info('BIV', l_status, l_industry, l_biv_schema) then

28: l_industry varchar2(30);
29:
30: begin
31:
32: if fnd_installation.get_app_info('BIV', l_status, l_industry, l_biv_schema) then
33: x_schema_name := l_biv_schema;
34: else
35: x_error_message := 'FIND_INSTALLATION.GET_APP_INFO returned false';
36: return -1;