DBA Data[Home] [Help]

APPS.FND_AUDIT_SEQ_PKG dependencies on DUAL

Line 48: select USER into NUSER from dual;

44: NUSER varchar2(100);
45: Begin
46: NUSER := FND_GLOBAL.USER_NAME;
47: if (NUSER is NULL) then
48: select USER into NUSER from dual;
49: end if;
50: return NUSER;
51: End;
52: End FND_AUDIT_SEQ_PKG;