DBA Data[Home] [Help]

APPS.ASO_WFNOTIFICATION_PVT dependencies on DUAL

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,

Line 104: select ASO_WFNOTIFICATION_S2.NEXTVAL into wf_itemkey_seq from dual;

100: aso_debug_pub.add('subject: ' || p_subject , 1, 'N' );
101: aso_debug_pub.add('object: ' || p_body , 1, 'N' );
102: END IF;
103:
104: select ASO_WFNOTIFICATION_S2.NEXTVAL into wf_itemkey_seq from dual;
105: wf_itemkey := 'ASO_MAIL_' || wf_itemkey_seq;
106:
107:
108: role_name := 'ASO_EMAIL_LIST_' || wf_itemkey_seq ;