DBA Data[Home] [Help]

APPS.ICX_SEC dependencies on WF_PARAMETER_LIST_T

Line 4264: l_parameterList WF_PARAMETER_LIST_T;

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

Line 4270: l_parameterList := WF_PARAMETER_LIST_T(null);

4266: begin
4267:
4268: --Initialize the parameter list.
4269:
4270: l_parameterList := WF_PARAMETER_LIST_T(null);
4271:
4272: --Populate the first subscript with param1, then extend the varray.
4273:
4274: l_parameterList(1) := wf_parameter_t('p_user_id', p_user_id);