DBA Data[Home] [Help]

APPS.IBC_CITEM_WORKFLOW_PVT dependencies on WF_NOTIFICATION

Line 249: -- p_priority => WF Notification priority

245: -- PARAMETERS:
246: -- p_citem_ver_id => Content Item Version ID
247: -- p_object_version_number => Content Item Object Version Number
248: -- p_notes_to_approver => Comments/Notes send to approver(s)
249: -- p_priority => WF Notification priority
250: -- p_callback_URL => URL Link to be shown in the notification
251: -- in order to access the content item
252: -- Some parameters will be replaced in the
253: -- content (parameters are prefixed with an

Line 1792: -- p_priority => WF Notification priority

1788: -- PARAMETERS:
1789: -- p_citem_ver_id => Content Item Version ID
1790: -- p_object_version_number => Content Item Object Version Number
1791: -- p_notes_to_approver => Comments/Notes send to approver(s)
1792: -- p_priority => WF Notification priority
1793: -- p_callback_URL => URL Link to be shown in the notification
1794: -- in order to access the content item
1795: -- Some parameters will be replaced in the
1796: -- content (parameters are prefixed with an

Line 2918: l_notif_id := Wf_Notification.Send

2914: FND_MESSAGE.set_token('OBJECT_TYPE',l_object,false);
2915: FND_MESSAGE.set_token('OBJECT_NAME',l_name,false);
2916: l_subject:=fnd_message.get;
2917:
2918: l_notif_id := Wf_Notification.Send
2919: ( ROLE => l_wf_role_name
2920: , msg_type => l_ItemType
2921: , msg_name => l_message_name
2922: );

Line 2924: Wf_Notification.SetAttrText(l_notif_id,

2920: , msg_type => l_ItemType
2921: , msg_name => l_message_name
2922: );
2923:
2924: Wf_Notification.SetAttrText(l_notif_id,
2925: 'GEN_MSG_SUBJECT',
2926: l_subject);
2927:
2928: Wf_Notification.SetAttrText(l_notif_id,

Line 2928: Wf_Notification.SetAttrText(l_notif_id,

2924: Wf_Notification.SetAttrText(l_notif_id,
2925: 'GEN_MSG_SUBJECT',
2926: l_subject);
2927:
2928: Wf_Notification.SetAttrText(l_notif_id,
2929: 'GEN_MSG_BODY',
2930: l_body);
2931:
2932: Wf_Notification.SetAttrText(l_notif_id,

Line 2932: Wf_Notification.SetAttrText(l_notif_id,

2928: Wf_Notification.SetAttrText(l_notif_id,
2929: 'GEN_MSG_BODY',
2930: l_body);
2931:
2932: Wf_Notification.SetAttrText(l_notif_id,
2933: 'GEN_MSG_SEND_TO',
2934: l_wf_role_name);
2935:
2936: Wf_Notification.Denormalize_Notification(l_notif_id);

Line 2936: Wf_Notification.Denormalize_Notification(l_notif_id);

2932: Wf_Notification.SetAttrText(l_notif_id,
2933: 'GEN_MSG_SEND_TO',
2934: l_wf_role_name);
2935:
2936: Wf_Notification.Denormalize_Notification(l_notif_id);
2937:
2938: EXCEPTION
2939: WHEN FND_API.G_EXC_ERROR THEN
2940: x_return_status := FND_API.G_RET_STS_ERROR;

Line 3080: l_notif_id := Wf_Notification.Send

3076: FND_MESSAGE.set_token('OBJECT_TYPE',l_object,FALSE);
3077: FND_MESSAGE.set_token('OBJECT_NAME',l_citem_name,FALSE);
3078: l_subject:=fnd_message.get;
3079:
3080: l_notif_id := Wf_Notification.Send
3081: ( ROLE => l_wf_role_name
3082: , msg_type => l_ItemType
3083: , msg_name => l_message_name
3084: );

Line 3086: Wf_Notification.SetAttrText(l_notif_id,

3082: , msg_type => l_ItemType
3083: , msg_name => l_message_name
3084: );
3085:
3086: Wf_Notification.SetAttrText(l_notif_id,
3087: 'GEN_MSG_SUBJECT',
3088: l_subject);
3089:
3090: Wf_Notification.SetAttrText(l_notif_id,

Line 3090: Wf_Notification.SetAttrText(l_notif_id,

3086: Wf_Notification.SetAttrText(l_notif_id,
3087: 'GEN_MSG_SUBJECT',
3088: l_subject);
3089:
3090: Wf_Notification.SetAttrText(l_notif_id,
3091: 'GEN_MSG_BODY',
3092: l_body);
3093:
3094: Wf_Notification.SetAttrText(l_notif_id,

Line 3094: Wf_Notification.SetAttrText(l_notif_id,

3090: Wf_Notification.SetAttrText(l_notif_id,
3091: 'GEN_MSG_BODY',
3092: l_body);
3093:
3094: Wf_Notification.SetAttrText(l_notif_id,
3095: 'GEN_MSG_SEND_TO',
3096: l_wf_role_name);
3097:
3098: Wf_Notification.Denormalize_Notification(l_notif_id);

Line 3098: Wf_Notification.Denormalize_Notification(l_notif_id);

3094: Wf_Notification.SetAttrText(l_notif_id,
3095: 'GEN_MSG_SEND_TO',
3096: l_wf_role_name);
3097:
3098: Wf_Notification.Denormalize_Notification(l_notif_id);
3099:
3100: EXCEPTION
3101: WHEN FND_API.G_EXC_ERROR THEN
3102: x_return_status := FND_API.G_RET_STS_ERROR;