DBA Data[Home] [Help]

APPS.WF_RENDER dependencies on WF_NOTIFICATION_UTIL

Line 119: l_event := Wf_Notification_Util.GetAttrEvent(l_nid, l_evt_attr);

115: l_sig_text := fnd_profile.value('WF_SIG_TEXT_ONLY');
116:
117: -- get the event from wf_notification_attributes
118: dbms_lob.createtemporary(l_data, TRUE, DBMS_LOB.Session);
119: l_event := Wf_Notification_Util.GetAttrEvent(l_nid, l_evt_attr);
120: l_temp := l_event.GetEventData();
121: l_amount := dbms_lob.getLength(l_temp);
122: dbms_lob.copy(l_data, l_temp, l_amount, 1, 1);
123: