DBA Data[Home] [Help]

APPS.FND_FLEX_SERVER dependencies on FND_INSTALLATION

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

3947: if(fdfgli_on) then
3948:
3949: -- Do not call FDFGLI just exit with TRUE if GL is not fully installed
3950: --
3951: if(FND_INSTALLATION.get(101, 101, i_status, i_industry) = FALSE) then
3952: FND_MESSAGE.set_name('FND', 'FLEX-CANT_GET_INSTALL');
3953: return(FALSE);
3954: end if;
3955: if((i_status is null) or (i_status <> 'I')) then