DBA Data[Home] [Help]

APPS.ASO_WFNOTIFICATION_PVT dependencies on ASO_WFNOTIFICATION_S1

Line 32: select ASO_WFNOTIFICATION_S1.NEXTVAL into wf_itemkey_seq from dual;

28: aso_debug_pub.add('subject: ' || p_subject , 1, 'N' );
29: aso_debug_pub.add('object: ' || p_body , 1, 'N' );
30: END IF;
31:
32: select ASO_WFNOTIFICATION_S1.NEXTVAL into wf_itemkey_seq from dual;
33: wf_itemkey := 'ASO_USER_' || wf_itemkey_seq;
34:
35: wf_engine.CreateProcess ( itemtype => 'ASO_USER',
36: itemkey => wf_itemkey,