DBA Data[Home] [Help]

APPS.AP_WORKFLOW_PKG dependencies on WF_NOTIFICATION

Line 7815: -- Save approval comments in wf_notification_attributes

7811: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||
7812: l_api_name,l_debug_info);
7813: END IF;
7814:
7815: -- Save approval comments in wf_notification_attributes
7816: -- when approval action is triggered from product page (Inv Details)
7817:
7818: if p_notes is not null then
7819: WF_NOTIFICATION.setAttrText( to_number(p_notif_id),

Line 7819: WF_NOTIFICATION.setAttrText( to_number(p_notif_id),

7815: -- Save approval comments in wf_notification_attributes
7816: -- when approval action is triggered from product page (Inv Details)
7817:
7818: if p_notes is not null then
7819: WF_NOTIFICATION.setAttrText( to_number(p_notif_id),
7820: 'WF_NOTE',
7821: p_notes);
7822: end if;
7823:

Line 8121: /*l_result := wf_notification.GetAttrText(l_nid, 'RESULT');

8117: FETCH c_get_response INTO l_response;
8118: CLOSE c_get_response;
8119:
8120: IF (funcmode = 'RESPOND' and l_response='DELEGATED') then
8121: /*l_result := wf_notification.GetAttrText(l_nid, 'RESULT');
8122:
8123: If (l_result='APPROVED') then
8124: l_result:='WFAPPROVED';
8125: End IF;

Line 8501: l_result := wf_notification.GetAttrText(l_nid, 'RESULT');

8497: FETCH c_get_response INTO l_response;
8498: CLOSE c_get_response;
8499:
8500: IF (funcmode = 'RESPOND' and l_response='DELEGATED') then
8501: l_result := wf_notification.GetAttrText(l_nid, 'RESULT');
8502:
8503: If (l_result='APPROVED') then
8504: l_result:='WFAPPROVED';
8505: End IF;