DBA Data[Home] [Help]

APPS.OKE_FUNDSOURCE_PVT dependencies on FND_INSTALLATION

Line 250: l_return_status := FND_INSTALLATION.GET_APP_INFO(

246: l_industry varchar2(200);
247: l_table_owner varchar2(10);
248:
249: BEGIN
250: l_return_status := FND_INSTALLATION.GET_APP_INFO(
251: application_short_name => 'PA',
252: status => l_status,
253: industry => l_industry,
254: oracle_schema => l_table_owner);