DBA Data[Home] [Help]

APPS.OZF_FUNDS_PVT dependencies on WF_PARAMETER_LIST_T

Line 274: l_parameter_list wf_parameter_list_t;

270: l_fund_type varchar2(30);
271: l_item_key varchar2(30);
272: l_event_name varchar2(80);
273:
274: l_parameter_list wf_parameter_list_t;
275: BEGIN
276: l_item_key := p_object_id ||'_'|| TO_CHAR(SYSDATE,'DDMMRRRRHH24MISS');
277: l_parameter_list := WF_PARAMETER_LIST_T();
278:

Line 277: l_parameter_list := WF_PARAMETER_LIST_T();

273:
274: l_parameter_list wf_parameter_list_t;
275: BEGIN
276: l_item_key := p_object_id ||'_'|| TO_CHAR(SYSDATE,'DDMMRRRRHH24MISS');
277: l_parameter_list := WF_PARAMETER_LIST_T();
278:
279: OPEN c_fund_type(p_object_id);
280: FETCH c_fund_type into l_fund_type;
281: CLOSE c_fund_type;