DBA Data[Home] [Help]

APPS.BIS_BIA_RSG_LOG_MGMNT dependencies on FND_PROFILE

Line 54: IF (fnd_profile.value('BIS_BIA_MVLOG_ENABLE') = 'Y') THEN

50: Function is_mv_log_mangmnt_enabled
51: return boolean
52: is
53: begin
54: IF (fnd_profile.value('BIS_BIA_MVLOG_ENABLE') = 'Y') THEN
55: return true;
56: ELSE
57: WRITELOG('Runtime BIA MV Log Management feature is off');
58: return false;