DBA Data[Home] [Help]

APPS.ICX_SEC dependencies on WF_PARAMETER_T

Line 4277: l_parameterList(1) := wf_parameter_t('p_user_id', p_user_id);

4273: l_parameterList := WF_PARAMETER_LIST_T(null);
4274:
4275: --Populate the first subscript with param1, then extend the varray.
4276:
4277: l_parameterList(1) := wf_parameter_t('p_user_id', p_user_id);
4278:
4279: l_parameterList.EXTEND;
4280:
4281: --Populate the second, but do not extend (will get an ORA-30625 if you do.)

Line 4283: l_parameterList(2) := wf_parameter_t('p_session_id', p_session_id);

4279: l_parameterList.EXTEND;
4280:
4281: --Populate the second, but do not extend (will get an ORA-30625 if you do.)
4282:
4283: l_parameterList(2) := wf_parameter_t('p_session_id', p_session_id);
4284:
4285: --Raise the event
4286: --htp.p('####NSRE-5####');--debug mputman
4287: