DBA Data[Home] [Help]

APPS.BSC_SETUP_DATA_RPT dependencies on FND_INSTALLATION

Line 46: l_return := FND_INSTALLATION.get_app_info

42: l_industry VARCHAR2(1);
43: l_oracle_schema VARCHAR2(30);
44: l_return BOOLEAN;
45: BEGIN
46: l_return := FND_INSTALLATION.get_app_info
47: ( application_short_name => 'BSC'
48: , status => l_status
49: , industry => l_industry
50: , oracle_schema => l_oracle_schema