DBA Data[Home] [Help]

APPS.IGS_EN_WLST_GEN_PROC dependencies on IGS_EN_WF_MAILSTUD_S

Line 262: SELECT IGS_EN_WF_MAILSTUD_S.NEXTVAL INTO l_key FROM dual;

258: fnd_profile.get('IGS_WF_ENABLE',l_wf_installed);
259:
260: -- if workflow is installed then carry on with the raising an event
261: IF (RTRIM(l_wf_installed) ='Y') THEN
262: SELECT IGS_EN_WF_MAILSTUD_S.NEXTVAL INTO l_key FROM dual;
263: --
264: -- now add the parameters to the parameter list
265: --
266: wf_event.AddParameterToList(p_name => 'ORG_ID', p_value => p_org_id, p_parameterlist => l_param_list);