DBA Data[Home] [Help]

APPS.AP_WEB_RECEIPTS_WF dependencies on AP_WEB_EXPENSE_WF

Line 2930: IF (AP_WEB_EXPENSE_WF.CheckSurrogateManager(l_supervisor_id, l_supervisor_id, p_surrogate_mgr_id)) THEN

2926: fnd_file.put_line(fnd_file.log, 'Create Process ' || l_item_key);
2927: WF_ENGINE.CreateProcess(l_item_type, l_item_key , 'INFORM_MANAGER_OVERDUE');
2928:
2929:
2930: IF (AP_WEB_EXPENSE_WF.CheckSurrogateManager(l_supervisor_id, l_supervisor_id, p_surrogate_mgr_id)) THEN
2931: WF_DIRECTORY.GetUserName('PER',
2932: p_surrogate_mgr_id,
2933: l_supName,
2934: l_supDisplayName);

Line 3541: C_WF_Version := AP_WEB_EXPENSE_WF.GetFlowVersion(C_APEXP, l_item_key);

3537: l_item_key,
3538: 'AME_ENABLED');
3539: IF (l_AMEEnabled = 'Y') THEN
3540: --Bug 4425821: Uptake AME parallel approvers
3541: C_WF_Version := AP_WEB_EXPENSE_WF.GetFlowVersion(C_APEXP, l_item_key);
3542:
3543: IF (C_WF_Version >= AP_WEB_EXPENSE_WF.C_R120_Version) THEN
3544: AP_WEB_EXPENSE_WF.AMEAbortRequestApprovals(l_expense_report_id);
3545: END IF;

Line 3543: IF (C_WF_Version >= AP_WEB_EXPENSE_WF.C_R120_Version) THEN

3539: IF (l_AMEEnabled = 'Y') THEN
3540: --Bug 4425821: Uptake AME parallel approvers
3541: C_WF_Version := AP_WEB_EXPENSE_WF.GetFlowVersion(C_APEXP, l_item_key);
3542:
3543: IF (C_WF_Version >= AP_WEB_EXPENSE_WF.C_R120_Version) THEN
3544: AP_WEB_EXPENSE_WF.AMEAbortRequestApprovals(l_expense_report_id);
3545: END IF;
3546:
3547: AME_API2.clearAllApprovals(applicationIdIn => AP_WEB_DB_UTIL_PKG.GetApplicationID,

Line 3544: AP_WEB_EXPENSE_WF.AMEAbortRequestApprovals(l_expense_report_id);

3540: --Bug 4425821: Uptake AME parallel approvers
3541: C_WF_Version := AP_WEB_EXPENSE_WF.GetFlowVersion(C_APEXP, l_item_key);
3542:
3543: IF (C_WF_Version >= AP_WEB_EXPENSE_WF.C_R120_Version) THEN
3544: AP_WEB_EXPENSE_WF.AMEAbortRequestApprovals(l_expense_report_id);
3545: END IF;
3546:
3547: AME_API2.clearAllApprovals(applicationIdIn => AP_WEB_DB_UTIL_PKG.GetApplicationID,
3548: transactionIdIn => l_item_key,