DBA Data[Home] [Help]

APPS.FV_WF_BE_APPROVAL dependencies on WF_NOTIFICATION

Line 577: vl_ntf_result := Wf_Notification.GetAttrText(vl_nid,'RESULT');

573: itemkey => itemkey,
574: aname => 'RESPONSE_NOTE');
575:
576: -- Get the notification result
577: vl_ntf_result := Wf_Notification.GetAttrText(vl_nid,'RESULT');
578:
579: IF (vl_ntf_result = 'REJECTED') THEN
580:
581: -- Update the status for the doc_id to Rejected

Line 1186: IF (disp_type=wf_notification.doc_html) THEN

1182: vg_user_id),
1183: 'NLS_CALENDAR = ''' ||
1184: NVL(FND_PROFILE.VALUE_SPECIFIC('FND_FORMS_USER_CALENDAR',
1185: vg_user_id),'GREGORIAN') || ''''),'');
1186: IF (disp_type=wf_notification.doc_html) THEN
1187: vl_date_str := '' ||
1188: vl_date_str || '
';
1189: END IF;
1190: ELSE