DBA Data[Home] [Help]

APPS.ZPB_UTIL_PVT dependencies on DUAL

Line 161: select SYS_CONTEXT('USERENV','SESSIONID') into l_sessionID From dual;

157:
158: if (p_UserList is not NULL) then
159:
160: -- Set sessionID for expired users;
161: select SYS_CONTEXT('USERENV','SESSIONID') into l_sessionID From dual;
162: --
163: -- Substring and insert users into UserTable
164: --
165: l_userList := ltrim(p_UserList);