DBA Data[Home] [Help]

APPS.OKE_FUNDSOURCE_PVT dependencies on FND_INSTALLATION

Line 264: l_return_status := FND_INSTALLATION.GET_APP_INFO(

260: l_industry varchar2(200);
261: l_table_owner varchar2(10);
262:
263: BEGIN
264: l_return_status := FND_INSTALLATION.GET_APP_INFO(
265: application_short_name => 'PA',
266: status => l_status,
267: industry => l_industry,
268: oracle_schema => l_table_owner);