DBA Data[Home] [Help]

APPS.AP_WEB_EXPENSE_WF dependencies on AME_API6

Line 10405: -- Bug 7155445(sodash) Used the AME API AME_API6.updateApprovalStatus so that the comments of one approver is visible to other approvers

10401: WHEN OTHERS THEN
10402: NULL;
10403: END;
10404:
10405: -- Bug 7155445(sodash) Used the AME API AME_API6.updateApprovalStatus so that the comments of one approver is visible to other approvers
10406: -- Bug: 10112521, Time out and Approval Hist issues
10407: IF(p_funmode = 'RESPOND') THEN
10408: l_notificationID := wf_engine.context_nid;
10409:

Line 10446: AME_API6.updateApprovalStatus(applicationIdIn => AP_WEB_DB_UTIL_PKG.GetApplicationID,

10442: l_forwarder.approval_status := l_approvalStatusIn;
10443: l_notificationIn.notification_id := l_notificationID;
10444: l_notificationIn.user_comments := wf_engine.context_user_comment;
10445:
10446: AME_API6.updateApprovalStatus(applicationIdIn => AP_WEB_DB_UTIL_PKG.GetApplicationID,
10447: transactionTypeIn => p_item_type,
10448: transactionIdIn => l_AmeMasterItemKey,
10449: approverIn => l_forwarder,
10450: notificationIn => l_notificationIn,

Line 10726: -- Bug 12836231: Do not call AME_API6.updateApprovalStatus() in the delegate mode

10722:
10723: l_notificationIn.notification_id := l_notificationID;
10724: l_notificationIn.user_comments := wf_engine.context_user_comment;
10725:
10726: -- Bug 12836231: Do not call AME_API6.updateApprovalStatus() in the delegate mode
10727: IF (p_funmode in ('TRANSFER')) THEN
10728: -- Bug 7155445(sodash) Used the AME API AME_API6.updateApprovalStatus so that the comments of one approver is visible to other approvers when the notification is transferred or forwarded
10729: AME_API6.updateApprovalStatus(applicationIdIn => AP_WEB_DB_UTIL_PKG.GetApplicationID,
10730: transactionTypeIn => p_item_type,

Line 10728: -- Bug 7155445(sodash) Used the AME API AME_API6.updateApprovalStatus so that the comments of one approver is visible to other approvers when the notification is transferred or forwarded

10724: l_notificationIn.user_comments := wf_engine.context_user_comment;
10725:
10726: -- Bug 12836231: Do not call AME_API6.updateApprovalStatus() in the delegate mode
10727: IF (p_funmode in ('TRANSFER')) THEN
10728: -- Bug 7155445(sodash) Used the AME API AME_API6.updateApprovalStatus so that the comments of one approver is visible to other approvers when the notification is transferred or forwarded
10729: AME_API6.updateApprovalStatus(applicationIdIn => AP_WEB_DB_UTIL_PKG.GetApplicationID,
10730: transactionTypeIn => p_item_type,
10731: transactionIdIn => l_itemkey,
10732: approverIn => l_forwarder,

Line 10729: AME_API6.updateApprovalStatus(applicationIdIn => AP_WEB_DB_UTIL_PKG.GetApplicationID,

10725:
10726: -- Bug 12836231: Do not call AME_API6.updateApprovalStatus() in the delegate mode
10727: IF (p_funmode in ('TRANSFER')) THEN
10728: -- Bug 7155445(sodash) Used the AME API AME_API6.updateApprovalStatus so that the comments of one approver is visible to other approvers when the notification is transferred or forwarded
10729: AME_API6.updateApprovalStatus(applicationIdIn => AP_WEB_DB_UTIL_PKG.GetApplicationID,
10730: transactionTypeIn => p_item_type,
10731: transactionIdIn => l_itemkey,
10732: approverIn => l_forwarder,
10733: notificationIn => l_notificationIn,