DBA Data[Home] [Help]

APPS.WSH_WV_PVT dependencies on FND_PROFILE

Line 2161: current_user := to_number(FND_PROFILE.VALUE('USER_ID'));

2157: -- Then round the containers' quantity up to pack all items anyway.
2158: qty := CEIL(raw_qty);
2159: END IF;
2160:
2161: current_user := to_number(FND_PROFILE.VALUE('USER_ID'));
2162: if current_user is null then
2163: current_user := 0;
2164: end if;
2165: