DBA Data[Home] [Help]

APPS.BSC_BSC_XTD_PKG dependencies on FND_INSTALLATION

Line 1567: if FND_INSTALLATION.Get_App_Info('BSC',l_status, l_industry, g_bsc_owner)=false then

1563: l_status varchar2(2000);
1564: l_industry varchar2(2000);
1565: e_error exception;
1566: Begin
1567: if FND_INSTALLATION.Get_App_Info('BSC',l_status, l_industry, g_bsc_owner)=false then
1568: raise e_error;
1569: end if;
1570: if FND_INSTALLATION.Get_App_Info('FND',l_status, l_industry, g_fnd_owner)=false then
1571: raise e_error;

Line 1570: if FND_INSTALLATION.Get_App_Info('FND',l_status, l_industry, g_fnd_owner)=false then

1566: Begin
1567: if FND_INSTALLATION.Get_App_Info('BSC',l_status, l_industry, g_bsc_owner)=false then
1568: raise e_error;
1569: end if;
1570: if FND_INSTALLATION.Get_App_Info('FND',l_status, l_industry, g_fnd_owner)=false then
1571: raise e_error;
1572: end if;
1573: Exception
1574: when e_error then