71: IS
72: l_batch_id NUMBER;
73: l_trx_id NUMBER;
74: l_recipient_id NUMBER;
75: l_parameter_list WF_PARAMETER_LIST_T :=wf_parameter_list_t();
76: l_event_key VARCHAR2(240);
77: l_resp_id NUMBER;
78: l_user_id NUMBER;
79: l_appl_id NUMBER;
117: -- check the recipient is local or not
118:
119: if (IS_LOCAL(l_recipient_id)) then
120: -- renew the parameter list
121: l_parameter_list :=wf_parameter_list_t();
122:
123:
124: -- assembly the parameter list
125: