DBA Data[Home] [Help]

APPS.OZF_RESALE_WF_PVT dependencies on WF_CORE

Line 249: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

245: ,p_msg_data => l_msg_data
246: ,p_process_name => l_api_name
247: ,x_error_msg => l_error_msg
248: );
249: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
250: RAISE;
251: WHEN OTHERS THEN
252: IF OZF_UNEXP_ERROR THEN
253: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);

Line 268: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

264: ,p_msg_data => l_msg_data
265: ,p_process_name => l_api_name
266: ,x_error_msg => l_error_msg
267: );
268: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
269: RAISE;
270: END Check_Duplicates;
271:
272: ---------------------------------------------------------------------

Line 378: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

374: ,p_msg_data => l_msg_data
375: ,p_process_name => l_api_name
376: ,x_error_msg => l_error_msg
377: );
378: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
379: RAISE;
380: WHEN OTHERS THEN
381: IF OZF_UNEXP_ERROR THEN
382: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);

Line 397: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

393: ,p_msg_data => l_msg_data
394: ,p_process_name => l_api_name
395: ,x_error_msg => l_error_msg
396: );
397: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
398: RAISE;
399: END Get_Auto_Accrual_Flag;
400:
401: ---------------------------------------------------------------------

Line 533: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

529: ,p_msg_data => l_msg_data
530: ,p_process_name => l_api_name
531: ,x_error_msg => l_error_msg
532: );
533: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
534: RAISE;
535: WHEN OTHERS THEN
536: IF OZF_UNEXP_ERROR THEN
537: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);

Line 552: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

548: ,p_msg_data => l_msg_data
549: ,p_process_name => l_api_name
550: ,x_error_msg => l_error_msg
551: );
552: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
553: RAISE;
554: END Get_Batch_Caller;
555:
556: ---------------------------------------------------------------------

Line 671: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

667: ,p_msg_data => l_msg_data
668: ,p_process_name => l_api_name
669: ,x_error_msg => l_error_msg
670: );
671: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
672: RAISE;
673: WHEN OTHERS THEN
674: IF OZF_UNEXP_ERROR THEN
675: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);

Line 690: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

686: ,p_msg_data => l_msg_data
687: ,p_process_name => l_api_name
688: ,x_error_msg => l_error_msg
689: );
690: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
691: RAISE;
692: END Get_Batch_Status;
693:
694: ---------------------------------------------------------------------

Line 801: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

797: ,p_msg_data => l_msg_data
798: ,p_process_name => l_api_name
799: ,x_error_msg => l_error_msg
800: );
801: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
802: RAISE;
803: WHEN OTHERS THEN
804: IF OZF_UNEXP_ERROR THEN
805: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);

Line 820: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

816: ,p_msg_data => l_msg_data
817: ,p_process_name => l_api_name
818: ,x_error_msg => l_error_msg
819: );
820: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
821: RAISE;
822: END Get_Batch_Type;
823: ---------------------------------------------------------------------
824: -- PROCEDURE

Line 975: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

971: ,p_msg_data => l_msg_data
972: ,p_process_name => l_api_name
973: ,x_error_msg => l_error_msg
974: );
975: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
976: RAISE;
977: WHEN OTHERS THEN
978: IF OZF_UNEXP_ERROR THEN
979: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);

Line 994: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

990: ,p_msg_data => l_msg_data
991: ,p_process_name => l_api_name
992: ,x_error_msg => l_error_msg
993: );
994: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
995: RAISE;
996: END Init_Attributes;
997:
998: ---------------------------------------------------------------------

Line 1108: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

1104: ,p_msg_data => l_msg_data
1105: ,p_process_name => l_api_name
1106: ,x_error_msg => l_error_msg
1107: );
1108: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
1109: resultout := 'COMPLETE:ERROR';
1110: RETURN;
1111: WHEN OTHERS THEN
1112: IF OZF_UNEXP_ERROR THEN

Line 1128: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

1124: ,p_msg_data => l_msg_data
1125: ,p_process_name => l_api_name
1126: ,x_error_msg => l_error_msg
1127: );
1128: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
1129: RAISE;
1130: END Initiate_Payment;
1131:
1132:

Line 1241: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

1237: ,p_msg_data => l_msg_data
1238: ,p_process_name => l_api_name
1239: ,x_error_msg => l_error_msg
1240: );
1241: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
1242: resultout := 'COMPLETE:ERROR';
1243: RETURN;
1244: WHEN OTHERS THEN
1245: IF OZF_UNEXP_ERROR THEN

Line 1261: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

1257: ,p_msg_data => l_msg_data
1258: ,p_process_name => l_api_name
1259: ,x_error_msg => l_error_msg
1260: );
1261: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
1262: RAISE;
1263: END Initiate_Payment_Chargeback;
1264:
1265:

Line 1373: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

1369: ,p_msg_data => l_msg_data
1370: ,p_process_name => l_api_name
1371: ,x_error_msg => l_error_msg
1372: );
1373: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
1374: resultout := 'COMPLETE:ERROR';
1375: RETURN;
1376: WHEN OTHERS THEN
1377: IF OZF_UNEXP_ERROR THEN

Line 1393: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

1389: ,p_msg_data => l_msg_data
1390: ,p_process_name => l_api_name
1391: ,x_error_msg => l_error_msg
1392: );
1393: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
1394: RAISE;
1395: END Initiate_Payment_SPP;
1396:
1397:

Line 1474: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

1470: ,p_msg_data => l_msg_data
1471: ,p_process_name => l_api_name
1472: ,x_error_msg => l_error_msg
1473: );
1474: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
1475: resultout := 'COMPLETE:ERROR';
1476: RETURN;
1477: WHEN OTHERS THEN
1478: IF OZF_UNEXP_ERROR THEN

Line 1494: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

1490: ,p_msg_data => l_msg_data
1491: ,p_process_name => l_api_name
1492: ,x_error_msg => l_error_msg
1493: );
1494: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
1495: RAISE;
1496: END Initiate_Payment_Tracing;
1497:
1498: ---------------------------------------------------------------------

Line 1608: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

1604: ,p_msg_data => l_msg_data
1605: ,p_process_name => l_api_name
1606: ,x_error_msg => l_error_msg
1607: );
1608: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
1609: resultout := 'COMPLETE:ERROR';
1610: RETURN;
1611: WHEN OTHERS THEN
1612: IF OZF_UNEXP_ERROR THEN

Line 1628: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

1624: ,p_msg_data => l_msg_data
1625: ,p_process_name => l_api_name
1626: ,x_error_msg => l_error_msg
1627: );
1628: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
1629: resultout := 'COMPLETE:ERROR';
1630: RAISE;
1631: END Process_Chargeback;
1632:

Line 1741: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

1737: ,p_msg_data => l_msg_data
1738: ,p_process_name => l_api_name
1739: ,x_error_msg => l_error_msg
1740: );
1741: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
1742: resultout := 'COMPLETE:ERROR';
1743: RETURN;
1744: WHEN OTHERS THEN
1745: IF OZF_UNEXP_ERROR THEN

Line 1761: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

1757: ,p_msg_data => l_msg_data
1758: ,p_process_name => l_api_name
1759: ,x_error_msg => l_error_msg
1760: );
1761: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
1762: RAISE;
1763: END Process_Resale;
1764:
1765:

Line 1876: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

1872: ,p_msg_data => l_msg_data
1873: ,p_process_name => l_api_name
1874: ,x_error_msg => l_error_msg
1875: );
1876: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
1877: resultout := 'COMPLETE:ERROR';
1878: RETURN;
1879: WHEN OTHERS THEN
1880: IF OZF_UNEXP_ERROR THEN

Line 1896: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

1892: ,p_msg_data => l_msg_data
1893: ,p_process_name => l_api_name
1894: ,x_error_msg => l_error_msg
1895: );
1896: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
1897: RAISE;
1898: END Process_Special_Pricing;
1899:
1900:

Line 2011: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

2007: ,p_msg_data => l_msg_data
2008: ,p_process_name => l_api_name
2009: ,x_error_msg => l_error_msg
2010: );
2011: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
2012: resultout := 'COMPLETE:ERROR';
2013: RETURN;
2014: WHEN OTHERS THEN
2015: IF OZF_UNEXP_ERROR THEN

Line 2031: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

2027: ,p_msg_data => l_msg_data
2028: ,p_process_name => l_api_name
2029: ,x_error_msg => l_error_msg
2030: );
2031: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
2032: RAISE;
2033: END Process_Tracing;
2034:
2035: ---------------------------------------------------------------------

Line 2159: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

2155: ,p_msg_data => l_msg_data
2156: ,p_process_name => l_api_name
2157: ,x_error_msg => l_error_msg
2158: );
2159: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
2160: RAISE;
2161: WHEN OTHERS THEN
2162: IF OZF_UNEXP_ERROR THEN
2163: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);

Line 2178: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

2174: ,p_msg_data => l_msg_data
2175: ,p_process_name => l_api_name
2176: ,x_error_msg => l_error_msg
2177: );
2178: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
2179: RAISE;
2180: END Reset_Status;
2181:
2182: ---------------------------------------------------------------------

Line 2370: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

2366: ,p_msg_data => l_msg_data
2367: ,p_process_name => l_api_name
2368: ,x_error_msg => l_error_msg
2369: );
2370: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
2371: RAISE;
2372: WHEN OTHERS THEN
2373: IF OZF_UNEXP_ERROR THEN
2374: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);

Line 2389: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

2385: ,p_msg_data => l_msg_data
2386: ,p_process_name => l_api_name
2387: ,x_error_msg => l_error_msg
2388: );
2389: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
2390: RAISE;
2391: END Set_Batch_Status;
2392:
2393: ---------------------------------------------------------------------

Line 2500: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

2496: ,p_msg_data => l_msg_data
2497: ,p_process_name => l_api_name
2498: ,x_error_msg => l_error_msg
2499: );
2500: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
2501: RAISE;
2502: WHEN OTHERS THEN
2503: IF OZF_UNEXP_ERROR THEN
2504: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);

Line 2519: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

2515: ,p_msg_data => l_msg_data
2516: ,p_process_name => l_api_name
2517: ,x_error_msg => l_error_msg
2518: );
2519: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
2520: RAISE;
2521: END Set_Payment_Pending;
2522:
2523: ---------------------------------------------------------------------

Line 2742: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

2738: ,p_msg_data => l_msg_data
2739: ,p_process_name => l_api_name
2740: ,x_error_msg => l_error_msg
2741: );
2742: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
2743: RAISE;
2744: WHEN OTHERS THEN
2745: IF OZF_UNEXP_ERROR THEN
2746: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);

Line 2761: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

2757: ,p_msg_data => l_msg_data
2758: ,p_process_name => l_api_name
2759: ,x_error_msg => l_error_msg
2760: );
2761: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
2762: RAISE;
2763: END Set_Tolerance_Level;
2764:
2765:

Line 2890: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

2886: ,p_msg_data => l_msg_data
2887: ,p_process_name => l_api_name
2888: ,x_error_msg => l_error_msg
2889: );
2890: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
2891: resultout := 'COMPLETE:ERROR';
2892: RETURN;
2893: WHEN OTHERS THEN
2894: IF OZF_UNEXP_ERROR THEN

Line 2910: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

2906: ,p_msg_data => l_msg_data
2907: ,p_process_name => l_api_name
2908: ,x_error_msg => l_error_msg
2909: );
2910: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
2911: RAISE;
2912: END Validate_Batch;
2913:
2914: ---------------------------------------------------------------------

Line 3034: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

3030: ,p_msg_data => l_msg_data
3031: ,p_process_name => l_api_name
3032: ,x_error_msg => l_error_msg
3033: );
3034: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
3035: resultout := 'COMPLETE:ERROR';
3036: RETURN;
3037: WHEN OTHERS THEN
3038: IF OZF_UNEXP_ERROR THEN

Line 3054: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

3050: ,p_msg_data => l_msg_data
3051: ,p_process_name => l_api_name
3052: ,x_error_msg => l_error_msg
3053: );
3054: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
3055: RAISE;
3056: END Validate_Order;
3057:
3058: ---------------------------------------------------------------------

Line 3179: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

3175: ,p_msg_data => l_msg_data
3176: ,p_process_name => l_api_name
3177: ,x_error_msg => l_error_msg
3178: );
3179: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
3180: l_resultout := 'COMPLETE:ERROR';
3181: RETURN;
3182: WHEN OTHERS THEN
3183: IF OZF_UNEXP_ERROR THEN

Line 3199: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

3195: ,p_msg_data => l_msg_data
3196: ,p_process_name => l_api_name
3197: ,x_error_msg => l_error_msg
3198: );
3199: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
3200: RAISE;
3201: END Validate_Chargeback;
3202:
3203: ---------------------------------------------------------------------

Line 3323: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

3319: ,p_msg_data => l_msg_data
3320: ,p_process_name => l_api_name
3321: ,x_error_msg => l_error_msg
3322: );
3323: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
3324: l_resultout := 'COMPLETE:ERROR';
3325: RETURN;
3326: WHEN OTHERS THEN
3327: IF OZF_UNEXP_ERROR THEN

Line 3343: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

3339: ,p_msg_data => l_msg_data
3340: ,p_process_name => l_api_name
3341: ,x_error_msg => l_error_msg
3342: );
3343: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
3344: RAISE;
3345: END Validate_Special_Pricing;
3346:
3347: ---------------------------------------------------------------------

Line 3468: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

3464: ,p_msg_data => l_msg_data
3465: ,p_process_name => l_api_name
3466: ,x_error_msg => l_error_msg
3467: );
3468: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
3469: l_resultout := 'COMPLETE:ERROR';
3470: RETURN;
3471: WHEN OTHERS THEN
3472: IF OZF_UNEXP_ERROR THEN

Line 3488: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);

3484: ,p_msg_data => l_msg_data
3485: ,p_process_name => l_api_name
3486: ,x_error_msg => l_error_msg
3487: );
3488: WF_CORE.context( G_PKG_NAME,l_api_name,itemtype,itemkey,actid,l_error_msg);
3489: RAISE;
3490: END Validate_Tracing;
3491:
3492: