DBA Data[Home] [Help]

APPS.MSC_SCN_ACTIVITY_WF dependencies on DUAL

Line 60: select MSC_FORM_QUERY_S.nextval into l_itemkey from dual;

56: status:= 'ERROR_NO_ACTIVITY_ID';
57: return;
58: end if;
59:
60: select MSC_FORM_QUERY_S.nextval into l_itemkey from dual;
61:
62: select user_name into l_itemowner from fnd_user where user_id=userId; --WF owner
63:
64: open c_activityinfo(p_activity_id);