DBA Data[Home] [Help]

APPS.CS_MESSAGES_PKG dependencies on WF_ENGINE

Line 355: ELSIF (upper(command) = wf_engine.eng_completed) THEN

351: -- Do all the work in the COMPLETE command
352: --
353: null;
354:
355: ELSIF (upper(command) = wf_engine.eng_completed) THEN
356:
357: -- Get the user information for WHO columns
358: l_user_id := to_number(FND_PROFILE.VALUE('USER_ID'));
359: l_login_id := to_number(FND_PROFILE.VALUE('LOGIN_ID'));