DBA Data[Home] [Help]

APPS.WF_NOTIFICATION dependencies on WF_EVENT_T

Line 3587: attr_evalue wf_event_t;

3583: attr_tvalue varchar2(4000);
3584: attr_nvalue number;
3585: attr_dvalue date;
3586: -- Bug 2376033
3587: attr_evalue wf_event_t;
3588: -- Bug 2283697
3589: l_parameterlist wf_parameter_list_t := wf_parameter_list_t();
3590: -- the following variables for Dynamic SQL
3591: sqlbuf varchar2(2000);

Line 3699: wf_event_t.initialize(attr_evalue);

3695: end if;
3696:
3697: -- Bug 2376033 initialize event to fetch value using cb
3698: if (attr_type = 'EVENT') then
3699: wf_event_t.initialize(attr_evalue);
3700: end if;
3701:
3702: -- If there is a cb defined and the default vtype is ITEMATTR
3703: -- then call the cb to fetch possible item attribute value.