DBA Data[Home] [Help]

APPS.OZF_FUNDS_PVT dependencies on WF_PARAMETER_LIST_T

Line 282: l_parameter_list wf_parameter_list_t;

278: l_fund_type varchar2(30);
279: l_item_key varchar2(30);
280: l_event_name varchar2(80);
281:
282: l_parameter_list wf_parameter_list_t;
283: BEGIN
284: l_item_key := p_object_id ||'_'|| TO_CHAR(SYSDATE,'DDMMRRRRHH24MISS');
285: l_parameter_list := WF_PARAMETER_LIST_T();
286:

Line 285: l_parameter_list := WF_PARAMETER_LIST_T();

281:
282: l_parameter_list wf_parameter_list_t;
283: BEGIN
284: l_item_key := p_object_id ||'_'|| TO_CHAR(SYSDATE,'DDMMRRRRHH24MISS');
285: l_parameter_list := WF_PARAMETER_LIST_T();
286:
287: OPEN c_fund_type(p_object_id);
288: FETCH c_fund_type into l_fund_type;
289: CLOSE c_fund_type;