DBA Data[Home] [Help]

APPS.FND_FLEX_SERVER dependencies on FND_INSTALLATION

Line 3926: if(FND_INSTALLATION.get(101, 101, i_status, i_industry) = FALSE) then

3922: if(fdfgli_on) then
3923:
3924: -- Do not call FDFGLI just exit with TRUE if GL is not fully installed
3925: --
3926: if(FND_INSTALLATION.get(101, 101, i_status, i_industry) = FALSE) then
3927: FND_MESSAGE.set_name('FND', 'FLEX-CANT_GET_INSTALL');
3928: return(FALSE);
3929: end if;
3930: if((i_status is null) or (i_status <> 'I')) then