DBA Data[Home] [Help]

APPS.JTF_UM_FORGOT_PASSWD dependencies on DUAL

Line 171: select ICX_TEXT_S.Nextval into seq from dual;

167: --Raise the event
168:
169: -- WF_LOG_PKG.wf_debug_flag := TRUE;
170:
171: select ICX_TEXT_S.Nextval into seq from dual;
172:
173: WF_EVENT.AddParameterToList('X_USER_NAME', upper(p_name), e_parameters);
174: -- WF_EVENT.AddParameterToList('X_UNENCRYPTED_PASSWORD', p_password,e_parameters);
175: -- WF_EVENT.AddParameterToList('X_PASSWORD_LIFESPAN_DAYS', p_expire_days,e_parameters);

Line 539: select JTF_UM_PSW_WF_S.Nextval into seq from dual;

535: end if;
536: end if;
537:
538: if email_address is not null then
539: select JTF_UM_PSW_WF_S.Nextval into seq from dual;
540:
541: -- start the workflow that will send the notification and reset
542: -- the password
543:

Line 688: select JTF_UM_PSW_WF_S.Nextval into seq from dual;

684: end if;
685: end if;
686:
687: if email_address is not null then
688: select JTF_UM_PSW_WF_S.Nextval into seq from dual;
689:
690: -- start the workflow that will send the notification and reset
691: -- the password
692: