DBA Data[Home] [Help]

APPS.WSH_CONC_UTIL_PKG dependencies on FND_INSTALLATION

Line 92: IF NOT FND_INSTALLATION.GET_APP_INFO(l_Prod_Short_Name, l_status, l_industry,

88: l_num_workers := p_numworkers;
89: l_batch_size := p_batch_commit_size;
90: l_rows_processed := 0;
91: --BUG#12353783
92: IF NOT FND_INSTALLATION.GET_APP_INFO(l_Prod_Short_Name, l_status, l_industry,
93: l_Prod_Schema)
94: THEN
95: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
96: END IF;