DBA Data[Home] [Help]

APPS.AP_WEB_EXPENSE_WF dependencies on WF_CORE

Line 204: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetFromRole:Called From' ||

200: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end SetFromRole');
201:
202: EXCEPTION
203: WHEN OTHERS THEN
204: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetFromRole:Called From' ||
205: p_called_from,
206: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
207: raise;
208: END SetFromRole;

Line 345: l_err_name := wf_core.error_name;

341: l_item_key,
342: 'AP_EXPENSE_REPORT_PROCESS');
343: EXCEPTION
344: when others then
345: l_err_name := wf_core.error_name;
346: if (l_err_name = 'WFENG_ITEM_UNIQUE') then
347: -- the workflow process with l_item_key has been created
348: -- previously. we should still allow users to submit the
349: -- same report for bug 2203698.

Line 350: wf_core.clear;

346: if (l_err_name = 'WFENG_ITEM_UNIQUE') then
347: -- the workflow process with l_item_key has been created
348: -- previously. we should still allow users to submit the
349: -- same report for bug 2203698.
350: wf_core.clear;
351: else
352: raise;
353: end if;
354: END;

Line 383: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

379: 'ORG_ID',
380: l_n_Org_ID);
381: exception
382: when others then
383: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
384: -- ORG_ID item attribute doesn't exist, need to add it
385: WF_ENGINE.AddItemAttr(l_item_type, l_item_key, 'ORG_ID');
386: WF_ENGINE.SetItemAttrNumber(l_item_type,
387: l_item_key,

Line 437: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

433: 'RESPONSIBILITY_ID');
434:
435: exception
436: when others then
437: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
438: null;
439: else
440: raise;
441: end if;

Line 876: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'StartExpenseReportProcess',

872: END IF;
873:
874: EXCEPTION
875: WHEN OTHERS THEN
876: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'StartExpenseReportProcess',
877: l_item_type, l_item_key, to_char(0), l_debug_info);
878: raise;
879: END;
880: --END IF; --validatesession

Line 1193: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

1189: l_item_key,
1190: 'ORG_ID');
1191: exception
1192: when others then
1193: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
1194: -- ORG_ID item attribute doesn't exist, need to add it
1195: WF_ENGINE.AddItemAttr(l_item_type, l_item_key, 'ORG_ID');
1196: IF (AP_WEB_DB_EXPRPT_PKG.GetOrgIdByReportHeaderId(
1197: to_number(l_item_key),

Line 1273: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateLineErrorsClob',

1269: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end GenerateLineErrorsClob');
1270:
1271: EXCEPTION
1272: WHEN OTHERS THEN
1273: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateLineErrorsClob',
1274: document_id, l_debug_info);
1275: raise;
1276: END GenerateLineErrorsClob;
1277:

Line 1302: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'CashLineErrorsAP',

1298: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end CashLineErrorsAP');
1299:
1300: EXCEPTION
1301: WHEN OTHERS THEN
1302: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'CashLineErrorsAP',
1303: document_id, l_debug_info);
1304: raise;
1305: END CashLineErrorsAP;
1306:

Line 1331: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'CashLineErrorsPreparer',

1327: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end CashLineErrorsPreparer');
1328:
1329: EXCEPTION
1330: WHEN OTHERS THEN
1331: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'CashLineErrorsPreparer',
1332: document_id, l_debug_info);
1333: raise;
1334: END CashLineErrorsPreparer;
1335:

Line 1360: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'CCardLineErrorsAP',

1356: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end CCardLineErrorsAP');
1357:
1358: EXCEPTION
1359: WHEN OTHERS THEN
1360: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'CCardLineErrorsAP',
1361: document_id, l_debug_info);
1362: raise;
1363: END CCardLineErrorsAP;
1364:

Line 1389: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'CCardLineErrorsPreparer',

1385: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end CCardLineErrorsPreparer');
1386:
1387: EXCEPTION
1388: WHEN OTHERS THEN
1389: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'CCardLineErrorsPreparer',
1390: document_id, l_debug_info);
1391: raise;
1392: END CCardLineErrorsPreparer;
1393:

Line 1707: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'APValidateExpenseReport',

1703: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end APValidateExpenseReport');
1704:
1705: EXCEPTION
1706: WHEN OTHERS THEN
1707: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'APValidateExpenseReport',
1708: p_item_type, p_item_key, to_char(0), l_debug_info || FND_MESSAGE.GET);
1709: raise;
1710: END APValidateExpenseReport;
1711:

Line 2830: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'BuildManagerApprvlMessage',

2826: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end BuildManagerApprvlMessage');
2827:
2828: EXCEPTION
2829: WHEN OTHERS THEN
2830: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'BuildManagerApprvlMessage',
2831: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
2832: raise;
2833: END BuildManagerApprvlMessage;
2834:

Line 2881: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'ManagerApproved',

2877: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end ManagerApproved');
2878:
2879: EXCEPTION
2880: WHEN OTHERS THEN
2881: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'ManagerApproved',
2882: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
2883: raise;
2884: END ManagerApproved;
2885:

Line 3020: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'CheckSumMissingReceipts',

3016: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end CheckSumMissingReceipts');
3017:
3018: EXCEPTION
3019: WHEN OTHERS THEN
3020: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'CheckSumMissingReceipts',
3021: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
3022: raise;
3023: END CheckSumMissingReceipts;
3024:

Line 3076: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'AnyReceiptRequired',

3072: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end AnyReceiptRequired');
3073:
3074: EXCEPTION
3075: WHEN OTHERS THEN
3076: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'AnyReceiptRequired',
3077: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
3078: raise;
3079: END AnyReceiptRequired;
3080:

Line 3166: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'AnyJustificationRequired',

3162: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end AnyJustificationRequired');
3163:
3164: EXCEPTION
3165: WHEN OTHERS THEN
3166: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'AnyJustificationRequired',
3167: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
3168: raise;
3169: END AnyJustificationRequired;
3170:

Line 3209: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'CreditLinesOnly',

3205: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end CreditLinesOnly');
3206:
3207: EXCEPTION
3208: WHEN OTHERS THEN
3209: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'CreditLinesOnly',
3210: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
3211: raise;
3212:
3213: END CreditLinesOnly;

Line 3327: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'OldAPReviewComplete',

3323: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end OldAPReviewComplete');
3324:
3325: EXCEPTION
3326: WHEN OTHERS THEN
3327: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'OldAPReviewComplete',
3328: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
3329: raise;
3330: END OldAPReviewComplete;
3331:

Line 3447: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'APReviewComplete',

3443: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end APReviewComplete');
3444:
3445: EXCEPTION
3446: WHEN OTHERS THEN
3447: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'APReviewComplete',
3448: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
3449: raise;
3450: END APReviewComplete;
3451:

Line 3777: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'AnyAPAdjustments',

3773: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end AnyAPAdjustments');
3774:
3775: EXCEPTION
3776: WHEN OTHERS THEN
3777: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'AnyAPAdjustments',
3778: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
3779: raise;
3780: END AnyAPAdjustments;
3781:

Line 3834: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'AllReqReceiptsVerified',

3830: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end AllReqReceiptsVerified');
3831:
3832: EXCEPTION
3833: WHEN OTHERS THEN
3834: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'AllReqReceiptsVerified',
3835: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
3836: raise;
3837: END AllReqReceiptsVerified;
3838:

Line 3891: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'AllPassAPApproval',

3887: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end AllPassAPApproval');
3888:
3889: EXCEPTION
3890: WHEN OTHERS THEN
3891: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'AllPassAPApproval',
3892: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
3893: raise;
3894: END AllPassAPApproval;
3895:

Line 3989: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'Approved',

3985: EXCEPTION
3986: WHEN NO_DATA_FOUND THEN
3987: null;
3988: WHEN OTHERS THEN
3989: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'Approved',
3990: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
3991: raise;
3992: END Approved;
3993:

Line 4151: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetShortPaidLinesInfo',

4147: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end SetShortPaidLinesInfo');
4148:
4149: EXCEPTION
4150: WHEN OTHERS THEN
4151: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetShortPaidLinesInfo',
4152: p_item_type, p_item_key, null, l_debug_info);
4153: raise;
4154: END SetShortPaidLinesInfo;
4155:

Line 4181: if (wf_core.error_name = 'WFENG_ACTIVITY_ATTR') then

4177: p_actid,
4178: 'MISSING_RECEIPT_TYPE');
4179: EXCEPTION
4180: WHEN OTHERS THEN
4181: if (wf_core.error_name = 'WFENG_ACTIVITY_ATTR') then
4182: l_receipt_type := 'ORIGINAL';
4183: else
4184: raise;
4185: end if;

Line 4507: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'CreateShortPayExpReport',

4503: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end CreateShortPayExpReport');
4504:
4505: EXCEPTION
4506: WHEN OTHERS THEN
4507: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'CreateShortPayExpReport',
4508: null, to_char(p_orig_expense_report_id), null, l_debug_info);
4509: raise;
4510: END CreateShortPayExpReport;
4511:

Line 4975: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SplitExpenseReport',

4971: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end SplitExpenseReport');
4972:
4973: EXCEPTION
4974: WHEN OTHERS THEN
4975: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SplitExpenseReport',
4976: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
4977: raise;
4978: END SplitExpenseReport;
4979:

Line 5237: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

5233: 'AME_APPROVED_CHILD_ITEM_KEY',
5234: '');
5235: exception
5236: when others then
5237: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
5238: null;
5239: else
5240: raise;
5241: end if;

Line 5400: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

5396: l_itemkey,
5397: 'AME_APPROVED_CHILD_ITEM_KEY');
5398: exception
5399: when others then
5400: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
5401: l_AmeApprovedChildItemKey := null;
5402: else
5403: raise;
5404: end if;

Line 5592: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

5588: 'RESPONSIBILITY_ID');
5589:
5590: exception
5591: when others then
5592: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
5593: null;
5594: else
5595: raise;
5596: end if;

Line 5654: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetRejectStatusAndResetAttr',

5650: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end SetRejectStatusAndResetAttr');
5651:
5652: EXCEPTION
5653: WHEN OTHERS THEN
5654: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetRejectStatusAndResetAttr',
5655:
5656: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
5657: RAISE;
5658:

Line 5695: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'DeleteExpenseReport',

5691: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end DeleteExpenseReport');
5692:
5693: EXCEPTION
5694: WHEN OTHERS THEN
5695: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'DeleteExpenseReport',
5696: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
5697: raise;
5698: END DeleteExpenseReport;
5699:

Line 5938: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'StartAPApprvlSubProcess',

5934: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end StartAPApprvlSubProcess');
5935:
5936: EXCEPTION
5937: WHEN OTHERS THEN
5938: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'StartAPApprvlSubProcess',
5939: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
5940: raise;
5941: END StartAPApprvlSubProcess;
5942:

Line 6014: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'StartFromAPApproval',

6010: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end StartFromAPApproval');
6011:
6012: EXCEPTION
6013: WHEN OTHERS THEN
6014: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'StartFromAPApproval',
6015: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
6016: raise;
6017: END StartFromAPApproval;
6018:

Line 6068: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'StartFromManagerApproval',

6064: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end StartFromManagerApproval');
6065:
6066: EXCEPTION
6067: WHEN OTHERS THEN
6068: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'StartFromManagerApproval',
6069: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
6070: raise;
6071: END StartFromManagerApproval;
6072:

Line 6110: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'CheckIfShortPaid',

6106: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end CheckIfShortPaid');
6107:
6108: EXCEPTION
6109: WHEN OTHERS THEN
6110: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'CheckIfShortPaid',
6111: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
6112: raise;
6113: END CheckIfShortPaid;
6114:

Line 6329: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'BuildBothpayReport',

6325: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end BuildBothpayExpReport');
6326:
6327: EXCEPTION
6328: WHEN OTHERS THEN
6329: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'BuildBothpayReport',
6330: null, to_char(l_report_header_id) || ' ' || to_char(l_new_report_id), to_char(p_actid), l_debug_info);
6331: raise;
6332: END BuildBothpayExpReport;
6333:

Line 6371: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'CheckIfBothpay',

6367: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end CheckIfBothpay');
6368:
6369: EXCEPTION
6370: WHEN OTHERS THEN
6371: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'CheckIfBothpay',
6372: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
6373: raise;
6374: END CheckIfBothpay;
6375:

Line 6458: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'FindVendor',

6454: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end FindVendor');
6455:
6456: EXCEPTION
6457: WHEN OTHERS THEN
6458: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'FindVendor',
6459: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
6460: raise;
6461: END FindVendor;
6462:

Line 6494: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'CheckIfSplit',

6490: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end CheckIfSplit');
6491:
6492: EXCEPTION
6493: WHEN OTHERS THEN
6494: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'CheckIfSplit',
6495: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
6496: raise;
6497: END CheckIfSplit;
6498:

Line 6567: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

6563: p_item_key,
6564: 'ORG_ID');
6565: exception
6566: when others then
6567: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
6568: -- ORG_ID item attribute doesn't exist, need to add it
6569: wf_engine.AddItemAttr(p_item_type, p_item_key, 'ORG_ID');
6570: -- get the org_id from header for old reports
6571: IF (AP_WEB_DB_EXPRPT_PKG.GetOrgIdByReportHeaderId(

Line 6602: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

6598: p_item_key,
6599: 'APPLICATION_ID');
6600: exception
6601: when others then
6602: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
6603: null;
6604: else
6605: raise;
6606: end if;

Line 6977: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

6973: 'ORG_ID',
6974: l_n_org_id);
6975: exception
6976: when others then
6977: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
6978: -- ORG_ID item attribute doesn't exist, need to add it
6979: wf_engine.AddItemAttr(p_item_type, l_item_key, 'ORG_ID');
6980: -- get the org_id from header for old reports
6981: WF_ENGINE.SetItemAttrNumber(p_item_type,

Line 7020: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

7016: l_n_resp_appl_id);
7017:
7018: exception
7019: when others then
7020: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
7021: null;
7022: else
7023: raise;
7024: end if;

Line 7065: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'StartPolicyShortPayProcess',

7061: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end StartPolicyShortPayProcess');
7062:
7063: EXCEPTION
7064: WHEN OTHERS THEN
7065: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'StartPolicyShortPayProcess',
7066: p_item_type, l_item_key, to_char(p_actid), l_debug_info);
7067: raise;
7068: END StartPolicyShortPayProcess;
7069:

Line 7135: if (wf_core.error_name = 'WFENG_ACTIVITY_ATTR') then

7131: 'MISSING_RECEIPT_TYPE');
7132:
7133: EXCEPTION
7134: WHEN OTHERS THEN
7135: if (wf_core.error_name = 'WFENG_ACTIVITY_ATTR') then
7136: l_missing_receipt_type := 'ORIGINAL';
7137: else
7138: raise;
7139: end if;

Line 7305: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

7301: p_item_key,
7302: 'ORG_ID');
7303: exception
7304: when others then
7305: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
7306: -- ORG_ID item attribute doesn't exist, need to add it
7307: wf_engine.AddItemAttr(p_item_type, p_item_key, 'ORG_ID');
7308: -- get the org_id from header for old reports
7309: IF (AP_WEB_DB_EXPRPT_PKG.GetOrgIdByReportHeaderId(

Line 7339: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

7335: p_item_key,
7336: 'APPLICATION_ID');
7337: exception
7338: when others then
7339: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
7340: null;
7341: else
7342: raise;
7343: end if;

Line 7667: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

7663: 'ORG_ID',
7664: l_n_org_id);
7665: exception
7666: when others then
7667: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
7668: -- ORG_ID item attribute doesn't exist, need to add it
7669: wf_engine.AddItemAttr(p_item_type, l_item_key, 'ORG_ID');
7670: -- get the org_id from header for old reports
7671: WF_ENGINE.SetItemAttrNumber(p_item_type,

Line 7709: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

7705: l_n_resp_appl_id);
7706:
7707: exception
7708: when others then
7709: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
7710: null;
7711: else
7712: raise;
7713: end if;

Line 7752: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'StartNoReceiptsShortPayProcess',

7748: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end StartNoReceiptsShortPayProcess');
7749:
7750: EXCEPTION
7751: WHEN OTHERS THEN
7752: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'StartNoReceiptsShortPayProcess',
7753: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
7754: raise;
7755: END StartNoReceiptsShortPayProcess;
7756:

Line 8039: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'StartManagerApprvlSubProcess',

8035: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end StartManagerApprvlSubProcess');
8036:
8037: EXCEPTION
8038: WHEN OTHERS THEN
8039: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'StartManagerApprvlSubProcess',
8040: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
8041: raise;
8042: END StartManagerApprvlSubProcess;
8043:

Line 8064: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GetManager',

8060: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end GetManager');
8061:
8062: EXCEPTION
8063: WHEN OTHERS THEN
8064: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GetManager',
8065: null, null, null, l_debug_info);
8066: raise;
8067: END GetManager;
8068:

Line 8161: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetPersonAs',

8157: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end SetPersonAs');
8158:
8159: EXCEPTION
8160: WHEN OTHERS THEN
8161: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetPersonAs',
8162: p_item_type, p_item_key, null, l_debug_info);
8163: raise;
8164: END SetPersonAs;
8165:

Line 8309: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GetFinalApprover',

8305: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end GetFinalApprover');
8306:
8307: EXCEPTION
8308: WHEN OTHERS THEN
8309: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GetFinalApprover',
8310: p_item_type, null, null, l_debug_info);
8311: raise;
8312: END GetFinalApprover;
8313:

Line 8363: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GetPreparerManager',

8359: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end GetPreparerManager');
8360:
8361: EXCEPTION
8362: WHEN OTHERS THEN
8363: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GetPreparerManager',
8364: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
8365: raise;
8366: END GetPreparerManager;
8367:

Line 8419: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GetApproverManager',

8415: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end GetApproverManager');
8416:
8417: EXCEPTION
8418: WHEN OTHERS THEN
8419: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GetApproverManager',
8420: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
8421: raise;
8422: END GetApproverManager;
8423:

Line 8465: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'ApproverProvided',

8461: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end ApproverProvided');
8462:
8463: EXCEPTION
8464: WHEN OTHERS THEN
8465: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'ApproverProvided',
8466: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
8467: raise;
8468: END ApproverProvided;
8469:

Line 8520: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SameCostCenters',

8516: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end SameCostCenters');
8517:
8518: EXCEPTION
8519: WHEN OTHERS THEN
8520: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SameCostCenters',
8521: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
8522: raise;
8523: END SameCostCenters;
8524:

Line 8588: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetApproverEqualManager',

8584: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end SetApproverEqualManager');
8585:
8586: EXCEPTION
8587: WHEN OTHERS THEN
8588: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetApproverEqualManager',
8589: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
8590: raise;
8591: END SetApproverEqualManager;
8592:

Line 8653: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'RecordForwardFromInfo',

8649: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end RecordForwardFromInfo');
8650:
8651: EXCEPTION
8652: WHEN OTHERS THEN
8653: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'RecordForwardFromInfo',
8654: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
8655: raise;
8656: END RecordForwardFromInfo;
8657:

Line 8704: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'ManagerNotEqualToApprover',

8700: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end ManagerNotEqualToApprover');
8701:
8702: EXCEPTION
8703: WHEN OTHERS THEN
8704: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'ManagerNotEqualToApprover',
8705: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
8706: raise;
8707: END ManagerNotEqualToApprover;
8708:

Line 8781: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'NotifyPreparer',

8777: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end NotifyPreparer');
8778:
8779: EXCEPTION
8780: WHEN OTHERS THEN
8781: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'NotifyPreparer',
8782: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
8783: raise;
8784: END NotifyPreparer;
8785:

Line 8828: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

8824: 'RESPONSIBILITY_ID');
8825:
8826: EXCEPTION
8827: WHEN OTHERS THEN
8828: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
8829: null;
8830: else
8831: raise;
8832: end if;

Line 8866: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'AMEEnabled',

8862: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end AMEEnabled');
8863:
8864: EXCEPTION
8865: WHEN OTHERS THEN
8866: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'AMEEnabled',
8867: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
8868: raise;
8869: END AMEEnabled;
8870:

Line 8915: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'FirstApprover',

8911: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end FirstApprover');
8912:
8913: EXCEPTION
8914: WHEN OTHERS THEN
8915: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'FirstApprover',
8916: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
8917: raise;
8918: END FirstApprover;
8919:

Line 8962: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'ApprovalForwarded',

8958: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end ApprovalForwarded');
8959:
8960: EXCEPTION
8961: WHEN OTHERS THEN
8962: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'ApprovalForwarded',
8963: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
8964: raise;
8965: END ApprovalForwarded;
8966:

Line 9030: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'ResetEmpCostCenter',

9026: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end ResetEmpCostCenter');
9027:
9028: EXCEPTION
9029: WHEN OTHERS THEN
9030: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'ResetEmpCostCenter',
9031: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
9032: raise;
9033: END ResetEmpCostCenter;
9034:

Line 9103: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'PayablesReviewed',

9099: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end PayablesReviewed');
9100:
9101: EXCEPTION
9102: WHEN OTHERS THEN
9103: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'PayablesReviewed',
9104: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
9105: raise;
9106: END PayablesReviewed;
9107:

Line 9156: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'EmployeeEqualsToPreparer',

9152: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end EmployeeEqualsToPreparer');
9153:
9154: EXCEPTION
9155: WHEN OTHERS THEN
9156: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'EmployeeEqualsToPreparer',
9157: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
9158: raise;
9159: END EmployeeEqualsToPreparer;
9160:

Line 9198: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'EmployeeApprovalRequired',

9194: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end EmployeeApprovalRequired');
9195:
9196: EXCEPTION
9197: WHEN OTHERS THEN
9198: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'EmployeeApprovalRequired',
9199: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
9200: raise;
9201: END EmployeeApprovalRequired;
9202:

Line 9244: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'DetermineStartFromProcess',

9240: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end DetermineStartFromProcess');
9241:
9242: EXCEPTION
9243: WHEN OTHERS THEN
9244: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'DetermineStartFromProcess',
9245: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
9246: RAISE;
9247:
9248: END DetermineStartFromProcess;

Line 9322: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetEmployeeAsApprover',

9318: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end SetEmployeeAsApprover');
9319:
9320: EXCEPTION
9321: WHEN OTHERS THEN
9322: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetEmployeeAsApprover',
9323: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
9324: RAISE;
9325:
9326: END SetEmployeeAsApprover;

Line 9360: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'DeleteShortPayExpReport',

9356: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end DeleteShortPayExpReport');
9357:
9358: EXCEPTION
9359: WHEN OTHERS THEN
9360: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'DeleteShortPayExpReport',
9361: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
9362: raise;
9363: END DeleteShortPayExpReport;
9364:

Line 9413: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'RequireProofOfPayment',

9409: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end RequireProofOfPayment');
9410:
9411: EXCEPTION
9412: WHEN OTHERS THEN
9413: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'RequireProofOfPayment',
9414: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
9415: RAISE;
9416:
9417: END RequireProofOfPayment;

Line 9479: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateExpLines',

9475: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end GenerateExpLines');
9476:
9477: EXCEPTION
9478: WHEN OTHERS THEN
9479: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateExpLines',
9480: document_id, l_debug_info);
9481: raise;
9482: END GenerateExpLines;
9483:

Line 9545: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateDocumentAttributeValue',

9541: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end GenerateDocumentAttributeValue');
9542:
9543: EXCEPTION
9544: WHEN OTHERS THEN
9545: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateDocumentAttributeValue',
9546: document_id, l_debug_info);
9547: raise;
9548: END GenerateDocumentAttributeValue;
9549:

Line 9697: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'BuildAdjustmentInfoLine',

9693: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end BuildAdjustmentInfoLine');
9694:
9695: EXCEPTION
9696: WHEN OTHERS THEN
9697: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'BuildAdjustmentInfoLine',
9698: '', l_debug_info);
9699: raise;
9700: END BuildAdjustmentInfoLine;
9701:

Line 9742: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateAdjustmentInfo',

9738: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end GenerateAdjustmentInfo');
9739:
9740: EXCEPTION
9741: WHEN OTHERS THEN
9742: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateAdjustmentInfo',
9743: document_id, l_debug_info);
9744: raise;
9745: END GenerateAdjustmentInfo;
9746:

Line 9832: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

9828: l_itemkey,
9829: 'ORG_ID');
9830: exception
9831: when others then
9832: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
9833: -- ORG_ID item attribute doesn't exist, need to add it
9834: WF_ENGINE.AddItemAttr(l_itemtype, l_itemkey, 'ORG_ID');
9835: IF (AP_WEB_DB_EXPRPT_PKG.GetOrgIdByReportHeaderId(
9836: to_number(l_itemkey),

Line 10017: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateAdjustmentInfoClob',

10013: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end GenerateAdjustmentInfoClob');
10014:
10015: EXCEPTION
10016: WHEN OTHERS THEN
10017: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateAdjustmentInfoClob',
10018: document_id, l_debug_info);
10019: raise;
10020: END GenerateAdjustmentInfoClob;
10021:

Line 10042: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'ResetLineInfo',

10038: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end ResetLineInfo');
10039:
10040: EXCEPTION
10041: WHEN OTHERS THEN
10042: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'ResetLineInfo',
10043: document_id, l_debug_info);
10044: raise;
10045: END ResetLineInfo;
10046:

Line 10075: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

10071: p_s_item_key,
10072: 'ORG_ID');
10073: exception
10074: when others then
10075: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
10076: -- ORG_ID item attribute doesn't exist, need to add it
10077: wf_engine.AddItemAttr(p_s_item_type, p_s_item_key, 'ORG_ID');
10078: -- get the org_id from header for old reports
10079: IF (AP_WEB_DB_EXPRPT_PKG.GetOrgIdByReportHeaderId(

Line 10108: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

10104: p_s_item_key,
10105: 'APPLICATION_ID');
10106: exception
10107: when others then
10108: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
10109: null;
10110: else
10111: raise;
10112: end if;

Line 10283: p_note => wf_core.translate(p_funmode)||'

10279: l_debug_info := 'store the Request More Info question/answer as a note';
10280: ------------------------------------------------------------
10281: AP_WEB_NOTES_PKG.CreateERPrepToAudNote (
10282: p_report_header_id => l_report_header_id,
10283: p_note => wf_core.translate(p_funmode)||'
10284: '||wf_engine.context_user_comment,
10285: p_lang => l_new_language_code,
10286: p_entered_by => l_entered_by
10287: );

Line 10297: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'IsPreparerToAuditorTransferred',

10293: END IF;
10294:
10295: EXCEPTION
10296: WHEN OTHERS THEN
10297: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'IsPreparerToAuditorTransferred',
10298: p_item_type, p_item_key, to_char(0), l_debug_info);
10299: RAISE;
10300:
10301: END IsPreparerToAuditorTransferred;

Line 10549: p_note => wf_core.translate(p_funmode)||'

10545: l_debug_info := 'store the Request More Info question/answer as a note';
10546: ------------------------------------------------------------
10547: AP_WEB_NOTES_PKG.CreateERPrepToAudNote (
10548: p_report_header_id => l_report_header_id,
10549: p_note => wf_core.translate(p_funmode)||'
10550: '||wf_engine.context_user_comment,
10551: p_lang => l_new_language_code,
10552: p_entered_by => l_entered_by
10553: );

Line 10589: Wf_Core.Raise(wf_core.translate('NO_ROLE_FOUND'));

10585: OPEN c_person_id;
10586: FETCH c_person_id into l_TransferToID;
10587: IF c_person_id%NOTFOUND THEN
10588: p_result := wf_engine.eng_completed||':'||wf_engine.eng_null;
10589: Wf_Core.Raise(wf_core.translate('NO_ROLE_FOUND'));
10590: RETURN;
10591: ELSE
10592: IF l_TransferToID IS NULL THEN
10593: p_result := wf_engine.eng_completed||':'||wf_engine.eng_null;

Line 10594: Wf_Core.Raise(wf_core.translate('PERSON_ID_NULL'));

10590: RETURN;
10591: ELSE
10592: IF l_TransferToID IS NULL THEN
10593: p_result := wf_engine.eng_completed||':'||wf_engine.eng_null;
10594: Wf_Core.Raise(wf_core.translate('PERSON_ID_NULL'));
10595: RETURN;
10596: END IF;
10597: END IF;
10598: CLOSE c_person_id;

Line 10650: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

10646: p_item_key,
10647: 'AME_APPROVER_AUTHORITY');
10648: exception
10649: when others then
10650: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
10651: ame_api3.getOldApprovers(
10652: applicationIdIn => AP_WEB_DB_UTIL_PKG.GetApplicationID,
10653: transactionTypeIn => 'APEXP',
10654: transactionIdIn => l_itemkey,

Line 10911: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'IsApprovalRequestTransferred',

10907: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end IsApprovalRequestTransferred');
10908:
10909: EXCEPTION
10910: WHEN OTHERS THEN
10911: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'IsApprovalRequestTransferred',
10912: p_item_type, p_item_key, to_char(0), l_debug_info);
10913: RAISE;
10914:
10915: END IsApprovalRequestTransferred;

Line 10986: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'UpdateApproverIdInHeaders',

10982: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end UpdateApproverIdInHeaders');
10983:
10984: EXCEPTION
10985: WHEN OTHERS THEN
10986: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'UpdateApproverIdInHeaders',
10987: p_item_type, p_item_key, to_char(0), l_debug_info);
10988: RAISE;
10989: END UpdateApproverIdInHeaders;
10990:

Line 11026: Wf_Core.Raise('ICX_ALL_FIELDS_REQUIRED');

11022: /* Bug 2798344: The following code does got fire to raise a sql
11023: exception. However, it appears to be a bug than a desired feature.
11024: IF (l_WFAdminNote IS NULL OR replace(l_WFAdminNote, ' ', '') = '') THEN
11025: l_debug_info := 'Please provide specific instructions in the Note field.';
11026: Wf_Core.Raise('ICX_ALL_FIELDS_REQUIRED');
11027: end if;
11028: */
11029: end if;
11030:

Line 11036: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'CheckWFAdminNote',

11032: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end CheckWFAdminNote');
11033:
11034: EXCEPTION
11035: WHEN OTHERS THEN
11036: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'CheckWFAdminNote',
11037: p_item_type, p_item_key, to_char(0), l_debug_info);
11038: RAISE;
11039:
11040: END CheckWFAdminNote;

Line 11142: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

11138: p_item_key,
11139: 'RESPONSIBILITY_ID');
11140: exception
11141: when others then
11142: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
11143: null;
11144: else
11145: raise;
11146: end if;

Line 11206: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetReturnStatusAndResetAttr',

11202: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end SetReturnStatusAndResetAttr');
11203:
11204: EXCEPTION
11205: WHEN OTHERS THEN
11206: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetReturnStatusAndResetAttr',
11207: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
11208: RAISE;
11209:
11210: END SetReturnStatusAndResetAttr;

Line 11256: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetFromRoleBeforeApproval',

11252: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end SetFromRoleBeforeApproval');
11253:
11254: EXCEPTION
11255: WHEN OTHERS THEN
11256: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetFromRoleBeforeApproval',
11257: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
11258: raise;
11259: END SetFromRoleBeforeApproval;
11260:

Line 11304: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetFromRolePreparer',

11300: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end SetFromRolePreparer');
11301:
11302: EXCEPTION
11303: WHEN OTHERS THEN
11304: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetFromRolePreparer',
11305: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
11306: raise;
11307: END SetFromRolePreparer;
11308:

Line 11352: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetFromRoleEmployee',

11348: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end SetFromRoleEmployee');
11349:
11350: EXCEPTION
11351: WHEN OTHERS THEN
11352: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetFromRoleEmployee',
11353: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
11354: raise;
11355: END SetFromRoleEmployee;
11356:

Line 11400: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetFromRoleForwardFrom',

11396: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end SetFromRoleForwardFrom');
11397:
11398: EXCEPTION
11399: WHEN OTHERS THEN
11400: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetFromRoleForwardFrom',
11401: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
11402: raise;
11403: END SetFromRoleForwardFrom;
11404:

Line 11448: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetFromRoleApprover',

11444: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end SetFromRoleApprover');
11445:
11446: EXCEPTION
11447: WHEN OTHERS THEN
11448: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetFromRoleApprover',
11449: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
11450: raise;
11451: END SetFromRoleApprover;
11452:

Line 11575: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetStatusApproverAndDate',

11571: l_error_message);
11572:
11573: p_result := 'COMPLETE:N';
11574: WHEN OTHERS THEN
11575: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetStatusApproverAndDate',
11576: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
11577: raise;
11578: END SetStatusApproverAndDate;
11579:

Line 11620: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'ZeroFindApproverCount',

11616: END IF;
11617:
11618: EXCEPTION
11619: WHEN OTHERS THEN
11620: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'ZeroFindApproverCount',
11621: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
11622: raise;
11623: END ZeroFindApproverCount;
11624:

Line 11783: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

11779: 'RESPONSIBILITY_ID');
11780:
11781: exception
11782: when others then
11783: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
11784: null;
11785: else
11786: raise;
11787: end if;

Line 12094: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

12090: 'RESPONSIBILITY_ID');
12091:
12092: exception
12093: when others then
12094: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
12095: null;
12096: else
12097: raise;
12098: end if;

Line 12149: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

12145: l_itemkey,
12146: 'MILEAGE_NOTE');
12147: exception
12148: when others then
12149: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
12150: null;
12151: else
12152: raise;
12153: end if;

Line 12166: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

12162: l_itemkey,
12163: 'ORG_ID');
12164: exception
12165: when others then
12166: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
12167: -- ORG_ID item attribute doesn't exist, need to add it
12168: WF_ENGINE.AddItemAttr(l_itemtype, l_itemkey, 'ORG_ID');
12169: IF (AP_WEB_DB_EXPRPT_PKG.GetOrgIdByReportHeaderId(
12170: to_number(l_itemkey),

Line 12719: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

12715: begin
12716: l_payment_due_from := WF_ENGINE.GetItemAttrText(l_itemtype,l_itemkey,'PAYMENT_DUE_FROM');
12717: exception
12718: when others then
12719: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
12720: null;
12721: else
12722: raise;
12723: end if;

Line 12961: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateExpClobLines',

12957: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end GenerateExpClobLines');
12958:
12959: EXCEPTION
12960: WHEN OTHERS THEN
12961: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateExpClobLines',
12962: document_id, l_debug_info);
12963: raise;
12964: END GenerateExpClobLines;
12965:

Line 14338: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateAmountMsg',

14334: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end GenerateExpLines');
14335:
14336: EXCEPTION
14337: WHEN OTHERS THEN
14338: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateAmountMsg',
14339: document_id, l_debug_info);
14340: raise;
14341: END GenerateAmountMsg;
14342:

Line 14372: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

14368: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end GetRespAppInfo');
14369:
14370: EXCEPTION
14371: WHEN OTHERS THEN
14372: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
14373: null;
14374: else
14375: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GetRespAppInfo',
14376: p_item_key, l_debug_info);

Line 14375: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GetRespAppInfo',

14371: WHEN OTHERS THEN
14372: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
14373: null;
14374: else
14375: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GetRespAppInfo',
14376: p_item_key, l_debug_info);
14377: raise;
14378: end if;
14379: END GetRespAppInfo;

Line 14576: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GetAuditType',

14572: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end GetAuditType');
14573:
14574: EXCEPTION
14575: WHEN OTHERS THEN
14576: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GetAuditType',
14577: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
14578: raise;
14579: END GetAuditType;
14580:

Line 14609: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'ResetWFNote',

14605: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end ResetWFNote');
14606:
14607: EXCEPTION
14608: WHEN OTHERS THEN
14609: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'ResetWFNote',
14610: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
14611: raise;
14612: END ResetWFNote;
14613:

Line 14713: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateHeaderErrors', document_id, l_debug_info);

14709: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end GenerateHeaderErrors');
14710:
14711: EXCEPTION
14712: WHEN OTHERS THEN
14713: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateHeaderErrors', document_id, l_debug_info);
14714: raise;
14715:
14716: END GenerateHeaderErrors;
14717:

Line 14778: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetFromRoleAP',

14774: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end SetFromRoleAP');
14775:
14776: EXCEPTION
14777: WHEN OTHERS THEN
14778: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetFromRoleAP',
14779: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
14780: raise;
14781: END SetFromRoleAP;
14782:

Line 14805: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetPolicyInfo',

14801: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end SetPolicyInfo');
14802:
14803: EXCEPTION
14804: WHEN OTHERS THEN
14805: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetPolicyInfo',
14806: p_item_type, p_item_key, null, l_debug_info);
14807: raise;
14808: END SetPolicyInfo;
14809:

Line 14832: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetMissingReceiptInfo',

14828: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end SetMissingReceiptInfo');
14829:
14830: EXCEPTION
14831: WHEN OTHERS THEN
14832: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetMissingReceiptInfo',
14833: p_item_type, p_item_key, null, l_debug_info);
14834: raise;
14835: END SetMissingReceiptInfo;
14836:

Line 14880: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetProvideMissingInfo',

14876: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end SetProvideMissingInfo');
14877:
14878: EXCEPTION
14879: WHEN OTHERS THEN
14880: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'SetProvideMissingInfo',
14881: p_item_type, p_item_key, null, l_debug_info);
14882: raise;
14883: END SetProvideMissingInfo;
14884:

Line 14910: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'ResetShortpayAdjustmentInfo',

14906:
14907: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end ResetShortpayAdjustmentInfo');
14908: EXCEPTION
14909: WHEN OTHERS THEN
14910: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'ResetShortpayAdjustmentInfo',
14911: p_item_type, p_item_key, null, l_debug_info);
14912: raise;
14913: END ResetShortpayAdjustmentInfo;
14914:

Line 15023: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'CheckAPReviewResult',

15019: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end CheckAPReviewResult');
15020:
15021: EXCEPTION
15022: WHEN OTHERS THEN
15023: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'CheckAPReviewResult',
15024: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
15025: raise;
15026: END CheckAPReviewResult;
15027:

Line 15128: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'AddToAuditQueue',

15124: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end AddToAuditQueue');
15125:
15126: EXCEPTION
15127: WHEN OTHERS THEN
15128: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'AddToAuditQueue',
15129: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
15130: raise;
15131: END AddToAuditQueue;
15132:

Line 15180: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'RemoveFromAuditQueue',

15176: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end RemoveFromAuditQueue');
15177:
15178: EXCEPTION
15179: WHEN OTHERS THEN
15180: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'RemoveFromAuditQueue',
15181: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
15182: raise;
15183: END RemoveFromAuditQueue;
15184:

Line 15497: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'StoreNote',

15493: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end StoreNote');
15494:
15495: EXCEPTION
15496: WHEN OTHERS THEN
15497: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'StoreNote',
15498: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
15499: raise;
15500: END StoreNote;
15501:

Line 15579: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'IsPersonTerminated',

15575: END IF;
15576:
15577: EXCEPTION
15578: WHEN OTHERS THEN
15579: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'IsPersonTerminated',
15580: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
15581: raise;
15582: END IsEmployeeTerminated;
15583:

Line 15622: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'IsEmployeeActive',

15618: END IF;
15619:
15620: EXCEPTION
15621: WHEN OTHERS THEN
15622: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'IsEmployeeActive',
15623: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
15624: raise;
15625: END IsEmployeeActive;
15626:

Line 15664: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'IsManagerActive',

15660: END IF;
15661:
15662: EXCEPTION
15663: WHEN OTHERS THEN
15664: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'IsManagerActive',
15665: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
15666: raise;
15667: END IsManagerActive;
15668:

Line 15755: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GetManagerInfoAndCheckStatus',

15751: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end GetManagerInfoAndCheckStatus');
15752:
15753: EXCEPTION
15754: WHEN OTHERS THEN
15755: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GetManagerInfoAndCheckStatus',
15756: null, null, null, l_debug_info);
15757: raise;
15758: END GetManagerInfoAndCheckStatus;
15759:

Line 16015: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'InitSubmit',

16011: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end InitSubmit');
16012:
16013: EXCEPTION
16014: WHEN OTHERS THEN
16015: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'InitSubmit',
16016: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
16017: raise;
16018: END InitSubmit;
16019:

Line 16384: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

16380: 'AME_APPROVER_AUTHORITY',
16381: l_nextApproversOut(i).authority);
16382: exception
16383: when others then
16384: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
16385: -- AME_APPROVER_AUTHORITY item attribute doesn't exist, need to add it
16386: WF_ENGINE.AddItemAttr(p_item_type, l_childItemKey, 'AME_APPROVER_AUTHORITY');
16387: WF_ENGINE.SetItemAttrNumber(p_item_type,
16388: l_childItemKey,

Line 16444: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

16440: p_item_key,
16441: 'APPLICATION_ID'));
16442: EXCEPTION
16443: WHEN OTHERS THEN
16444: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
16445: null;
16446: else
16447: raise;
16448: end if;

Line 16765: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'AMERequestApproval',

16761: l_special_instr);
16762:
16763: p_result := 'COMPLETE:NOAPPROVER';
16764: WHEN OTHERS THEN
16765: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'AMERequestApproval',
16766: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
16767: raise;
16768: END AMERequestApproval;
16769:

Line 16812: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'AMEGetApprovalType',

16808: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end AMEGetApprovalType');
16809:
16810: EXCEPTION
16811: WHEN OTHERS THEN
16812: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'AMEGetApprovalType',
16813: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
16814: raise;
16815: END AMEGetApprovalType;
16816:

Line 16888: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

16884: 'AME_APPROVED_CHILD_ITEM_KEY',
16885: p_item_key);
16886: exception
16887: when others then
16888: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
16889: -- AME_APPROVED_CHILD_ITEM_KEY item attribute doesn't exist, need to add it
16890: WF_ENGINE.AddItemAttr(p_item_type, l_AmeMasterItemKey, 'AME_APPROVED_CHILD_ITEM_KEY');
16891:
16892: WF_ENGINE.SetItemAttrText(p_item_type,

Line 16998: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'AMEPropagateApprovalResult',

16994: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end AMEPropagateApprovalResult');
16995:
16996: EXCEPTION
16997: WHEN OTHERS THEN
16998: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'AMEPropagateApprovalResult',
16999: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
17000: raise;
17001: END AMEPropagateApprovalResult;
17002:

Line 17050: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'AMEGetApprovalResult',

17046: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end AMEGetApprovalResult');
17047:
17048: EXCEPTION
17049: WHEN OTHERS THEN
17050: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'AMEGetApprovalResult',
17051: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
17052: raise;
17053: END AMEGetApprovalResult;
17054:

Line 17106: wf_core.get_error(l_err_name, l_err_msg, l_err_stack);

17102: p_item_key,
17103: p_actid,
17104: 'CHECK_ERROR');
17105: if l_check_error = 'Y' then
17106: wf_core.get_error(l_err_name, l_err_msg, l_err_stack);
17107: if (l_err_name = 'WFENG_NOT_NOTIFIED') then
17108: l_result := 'N';
17109: else
17110: raise;

Line 17148: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'AMECompleteApproval',

17144: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end AMECompleteApproval');
17145:
17146: EXCEPTION
17147: WHEN OTHERS THEN
17148: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'AMECompleteApproval',
17149: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
17150: raise;
17151: END AMECompleteApproval;
17152:

Line 17211: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'AMESetCurrentApprover',

17207: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end AMESetCurrentApprover');
17208:
17209: EXCEPTION
17210: WHEN OTHERS THEN
17211: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'AMESetCurrentApprover',
17212: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
17213: raise;
17214: END AMESetCurrentApprover;
17215:

Line 17303: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'IsPreparerActive',

17299: END IF;
17300:
17301: EXCEPTION
17302: WHEN OTHERS THEN
17303: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'IsPreparerActive',
17304: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
17305: raise;
17306: END IsPreparerActive;
17307: