DBA Data[Home] [Help]

APPS.AP_WORKFLOW_PKG dependencies on WF_NOTIFICATION

Line 7449: -- Save approval comments in wf_notification_attributes

7445: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||
7446: l_api_name,l_debug_info);
7447: END IF;
7448:
7449: -- Save approval comments in wf_notification_attributes
7450: -- when approval action is triggered from product page (Inv Details)
7451:
7452: if p_notes is not null then
7453: WF_NOTIFICATION.setAttrText( to_number(p_notif_id),

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

7449: -- Save approval comments in wf_notification_attributes
7450: -- when approval action is triggered from product page (Inv Details)
7451:
7452: if p_notes is not null then
7453: WF_NOTIFICATION.setAttrText( to_number(p_notif_id),
7454: 'WF_NOTE',
7455: p_notes);
7456: end if;
7457:

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

7745: FETCH c_get_response INTO l_response;
7746: CLOSE c_get_response;
7747:
7748: IF (funcmode = 'RESPOND' and l_response='DELEGATED') then
7749: /*l_result := wf_notification.GetAttrText(l_nid, 'RESULT');
7750:
7751: If (l_result='APPROVED') then
7752: l_result:='WFAPPROVED';
7753: End IF;

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

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