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 1175: IF (disp_type=wf_notification.doc_html) THEN

1171: 'NLS_CALENDAR = ''' ||
1172: FND_PROFILE.VALUE_SPECIFIC('FND_FORMS_USER_CALENDAR',
1173: vg_user_id) || ''''),'');
1174:
1175: IF (disp_type=wf_notification.doc_html) THEN
1176: vl_date_str := '' ||
1177: vl_date_str || '
';
1178: END IF;
1179: ELSE