DBA Data[Home] [Help]

APPS.ICX_SEC dependencies on WF_PARAMETER_LIST_T

Line 4267: l_parameterList WF_PARAMETER_LIST_T;

4263: --mputman 1513025
4264: procedure newSessionRaiseEvent (p_user_id in varchar2,
4265: p_session_id in varchar2) is
4266:
4267: l_parameterList WF_PARAMETER_LIST_T;
4268:
4269: begin
4270:
4271: --Initialize the parameter list.

Line 4273: l_parameterList := WF_PARAMETER_LIST_T(null);

4269: begin
4270:
4271: --Initialize the parameter list.
4272:
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);