DBA Data[Home] [Help]

APPS.FTE_TENDER_WF dependencies on WF_CORE

Line 335: wf_core.TOKEN('ERROR_STRING','Error in MBOL Generation ');

331:
332: IF ( (l_return_status = 'E') OR (l_return_status = 'U') )
333: THEN
334:
335: wf_core.TOKEN('ERROR_STRING','Error in MBOL Generation ');
336: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');
337:
338: END IF;
339:

Line 336: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');

332: IF ( (l_return_status = 'E') OR (l_return_status = 'U') )
333: THEN
334:
335: wf_core.TOKEN('ERROR_STRING','Error in MBOL Generation ');
336: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');
337:
338: END IF;
339:
340:

Line 590: wf_core.TOKEN('ERROR_STRING',l_msg_string);

586: WSH_UTIL_CORE.ADD_MESSAGE(WSH_UTIL_CORE.G_RET_STS_ERROR);
587: l_msg_string := FTE_MLS_UTIL.GET_MESSAGE(l_msg_count,l_msg_data);
588:
589:
590: wf_core.TOKEN('ERROR_STRING',l_msg_string);
591: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');
592:
593: END IF;
594:

Line 591: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');

587: l_msg_string := FTE_MLS_UTIL.GET_MESSAGE(l_msg_count,l_msg_data);
588:
589:
590: wf_core.TOKEN('ERROR_STRING',l_msg_string);
591: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');
592:
593: END IF;
594:
595:

Line 693: wf_core.TOKEN('ERROR_STRING',l_msg_string);

689: IF ( (l_return_status = 'E')
690: OR (l_return_status = 'U') )
691: THEN
692: l_msg_string := FTE_MLS_UTIL.GET_MESSAGE(l_msg_count,l_msg_data);
693: wf_core.TOKEN('ERROR_STRING',l_msg_string);
694: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');
695: END IF;
696:
697:

Line 694: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');

690: OR (l_return_status = 'U') )
691: THEN
692: l_msg_string := FTE_MLS_UTIL.GET_MESSAGE(l_msg_count,l_msg_data);
693: wf_core.TOKEN('ERROR_STRING',l_msg_string);
694: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');
695: END IF;
696:
697:
698: wf_engine.SetItemAttrText(itemtype => itemtype,

Line 804: wf_core.context('FTE_TENDER_WF',

800: END IF;
801:
802: EXCEPTION
803: WHEN OTHERS THEN
804: wf_core.context('FTE_TENDER_WF',
805: 'INITIALIZE_TENDER_REQUEST',
806: itemtype,
807: itemkey,
808: actid,

Line 1157: wf_core.TOKEN('ERROR_STRING',l_msg_string);

1153:
1154:
1155: IF ( (l_return_status = 'E') OR (l_return_status = 'U') ) THEN
1156: l_msg_string := FTE_MLS_UTIL.GET_MESSAGE(l_msg_count,l_msg_data);
1157: wf_core.TOKEN('ERROR_STRING',l_msg_string);
1158: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');
1159: END IF;
1160:
1161: IF l_debug_on THEN

Line 1158: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');

1154:
1155: IF ( (l_return_status = 'E') OR (l_return_status = 'U') ) THEN
1156: l_msg_string := FTE_MLS_UTIL.GET_MESSAGE(l_msg_count,l_msg_data);
1157: wf_core.TOKEN('ERROR_STRING',l_msg_string);
1158: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');
1159: END IF;
1160:
1161: IF l_debug_on THEN
1162: WSH_DEBUG_SV.pop(l_module_name);

Line 1190: wf_core.context('FTE_TENDER_WF',

1186: END IF;
1187:
1188: EXCEPTION
1189: WHEN OTHERS THEN
1190: wf_core.context('FTE_TENDER_WF',
1191: 'RAISE_TENDER_ACCEPT',
1192: itemtype,
1193: itemkey,
1194: actid,

Line 1319: wf_core.TOKEN('ERROR_STRING',l_msg_string);

1315:
1316:
1317: IF ( (l_return_status = 'E') OR (l_return_status = 'U') ) THEN
1318: l_msg_string := FTE_MLS_UTIL.GET_MESSAGE(l_msg_count,l_msg_data);
1319: wf_core.TOKEN('ERROR_STRING',l_msg_string);
1320: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');
1321: END IF;
1322:
1323: -- Now raise the event

Line 1320: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');

1316:
1317: IF ( (l_return_status = 'E') OR (l_return_status = 'U') ) THEN
1318: l_msg_string := FTE_MLS_UTIL.GET_MESSAGE(l_msg_count,l_msg_data);
1319: wf_core.TOKEN('ERROR_STRING',l_msg_string);
1320: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');
1321: END IF;
1322:
1323: -- Now raise the event
1324:

Line 1344: wf_core.context('FTE_TENDER_WF',

1340: END IF;
1341:
1342: EXCEPTION
1343: WHEN OTHERS THEN
1344: wf_core.context('FTE_TENDER_WF',
1345: 'RAISE_TENDER_REJECT',
1346: itemtype,
1347: itemkey,
1348: actid,

Line 1457: wf_core.context('FTE_TENDER_WF',

1453: END IF;
1454:
1455: EXCEPTION
1456: WHEN OTHERS THEN
1457: wf_core.context('FTE_TENDER_WF',
1458: 'FINALIZE_UPDATE_TENDER',
1459: itemtype,
1460: itemkey,
1461: actid,

Line 1673: wf_core.context('FTE_TENDER_WF',

1669: END IF;
1670:
1671: EXCEPTION
1672: WHEN OTHERS THEN
1673: wf_core.context('FTE_TENDER_WF',
1674: 'FINALIZE_TENDER_REQUEST',
1675: itemtype,
1676: itemkey,
1677: actid,

Line 1749: wf_core.context('FTE_TENDER_WF',

1745:
1746:
1747: EXCEPTION
1748: WHEN OTHERS THEN
1749: wf_core.context('FTE_TENDER_WF',
1750: 'IS_TENDER_MODIFIED',
1751: itemtype,
1752: itemkey,
1753: actid,

Line 1816: wf_core.context('FTE_TENDER_WF',

1812:
1813:
1814: EXCEPTION
1815: WHEN OTHERS THEN
1816: wf_core.context('FTE_TENDER_WF',
1817: 'IS_REMINDER_ENABLED',
1818: itemtype,
1819: itemkey,
1820: actid,

Line 1933: wf_core.context('FTE_TENDER_WF',

1929:
1930:
1931: EXCEPTION
1932: WHEN OTHERS THEN
1933: wf_core.context('FTE_TENDER_WF',
1934: 'CALCULATE_WAIT_TIME',
1935: itemtype,
1936: itemkey,
1937: actid,

Line 2092: wf_core.TOKEN('ERROR_STRING',l_msg_string);

2088:
2089:
2090: IF ( (l_return_status = 'E') OR (l_return_status = 'U') ) THEN
2091: l_msg_string := FTE_MLS_UTIL.GET_MESSAGE(l_msg_count,l_msg_data);
2092: wf_core.TOKEN('ERROR_STRING',l_msg_string);
2093: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');
2094: END IF;
2095:
2096: IF l_debug_on THEN

Line 2093: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');

2089:
2090: IF ( (l_return_status = 'E') OR (l_return_status = 'U') ) THEN
2091: l_msg_string := FTE_MLS_UTIL.GET_MESSAGE(l_msg_count,l_msg_data);
2092: wf_core.TOKEN('ERROR_STRING',l_msg_string);
2093: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');
2094: END IF;
2095:
2096: IF l_debug_on THEN
2097: WSH_DEBUG_SV.logmsg(l_module_name,' l_return_status after

Line 2134: wf_core.context('FTE_TENDER_WF',

2130:
2131:
2132: EXCEPTION
2133: WHEN OTHERS THEN
2134: wf_core.context('FTE_TENDER_WF',
2135: 'FINALIZE_NORESPONSE',
2136: itemtype,
2137: itemkey,
2138: actid,

Line 2270: wf_core.TOKEN('ERROR_STRING',l_msg_string);

2266: IF ( (l_return_status = 'E')
2267: OR (l_return_status = 'U') )
2268: THEN
2269: l_msg_string := 'FINALIZE_AUTO_ACCEPT :-> Tender Id ='||to_char(l_tender_id)||' :'||FTE_MLS_UTIL.GET_MESSAGE(l_msg_count,l_msg_data);
2270: wf_core.TOKEN('ERROR_STRING',l_msg_string);
2271: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');
2272: END IF;
2273:
2274: resultout := 'COMPLETE:Y';

Line 2271: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');

2267: OR (l_return_status = 'U') )
2268: THEN
2269: l_msg_string := 'FINALIZE_AUTO_ACCEPT :-> Tender Id ='||to_char(l_tender_id)||' :'||FTE_MLS_UTIL.GET_MESSAGE(l_msg_count,l_msg_data);
2270: wf_core.TOKEN('ERROR_STRING',l_msg_string);
2271: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');
2272: END IF;
2273:
2274: resultout := 'COMPLETE:Y';
2275: --wsh_debug_sv.pop(l_api_name);

Line 2300: wf_core.context('FTE_TENDER_WF',

2296:
2297:
2298: EXCEPTION
2299: WHEN OTHERS THEN
2300: wf_core.context('FTE_TENDER_WF',
2301: 'FINALIZE_AUTO_ACCEPT',
2302: itemtype,
2303: itemkey,
2304: actid,

Line 2368: wf_core.context('FTE_TENDER_WF',

2364:
2365:
2366: EXCEPTION
2367: WHEN OTHERS THEN
2368: wf_core.context('FTE_TENDER_WF',
2369: 'IS_AUTO_ACCEPT_ENABLED',
2370: itemtype,
2371: itemkey,
2372: actid,

Line 2650: wf_core.context('FTE_TENDER_WF',

2646: --}
2647:
2648: EXCEPTION
2649: WHEN OTHERS THEN
2650: wf_core.context('FTE_TENDER_WF',
2651: 'GET_NOTIF_TYPE',
2652: itemtype,
2653: itemkey,
2654: actid,

Line 2771: wf_core.TOKEN('ERROR_STRING',l_msg_string);

2767: OR (l_return_status = 'U') )
2768: THEN
2769: l_msg_string := 'LOG_HISTORY :-> Tender Id ='||to_char(l_trip_id)||' :'||
2770: FTE_MLS_UTIL.GET_MESSAGE(l_msg_count,l_msg_data);
2771: wf_core.TOKEN('ERROR_STRING',l_msg_string);
2772: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');
2773: END IF;
2774:
2775:

Line 2772: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');

2768: THEN
2769: l_msg_string := 'LOG_HISTORY :-> Tender Id ='||to_char(l_trip_id)||' :'||
2770: FTE_MLS_UTIL.GET_MESSAGE(l_msg_count,l_msg_data);
2771: wf_core.TOKEN('ERROR_STRING',l_msg_string);
2772: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');
2773: END IF;
2774:
2775:
2776:

Line 2801: wf_core.context('FTE_TENDER_WF',

2797: --}
2798:
2799: EXCEPTION
2800: WHEN OTHERS THEN
2801: wf_core.context('FTE_TENDER_WF',
2802: l_api_name,
2803: itemtype,
2804: itemkey,
2805: actid,

Line 2866: wf_core.context('FTE_TENDER_WF',

2862: --}
2863:
2864: EXCEPTION
2865: WHEN OTHERS THEN
2866: wf_core.context('FTE_TENDER_WF',
2867: l_api_name,
2868: itemtype,
2869: itemkey,
2870: actid,

Line 2960: wf_core.TOKEN('ERROR_STRING',l_msg_string);

2956: OR (l_return_status = 'U') )
2957: THEN
2958: l_msg_string := 'FTE_MSL_UTIL.GET_FIRST_LAST_STOP_INFO :-> Tender Id ='||to_char(l_trip_id)||
2959: ' :'||FTE_MLS_UTIL.GET_MESSAGE(l_msg_count,l_msg_data);
2960: wf_core.TOKEN('ERROR_STRING',l_msg_string);
2961: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');
2962: END IF;
2963:
2964:

Line 2961: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');

2957: THEN
2958: l_msg_string := 'FTE_MSL_UTIL.GET_FIRST_LAST_STOP_INFO :-> Tender Id ='||to_char(l_trip_id)||
2959: ' :'||FTE_MLS_UTIL.GET_MESSAGE(l_msg_count,l_msg_data);
2960: wf_core.TOKEN('ERROR_STRING',l_msg_string);
2961: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');
2962: END IF;
2963:
2964:
2965: p_FTE_SS_ATTR_REC := FTE_SS_ATTR_REC(null,

Line 3007: wf_core.TOKEN('ERROR_STRING',l_msg_string);

3003: OR (l_return_status = 'U') )
3004: THEN
3005: l_msg_string := 'FTE_SS_INTERFACE.SEARCH_SERIVCE :-> Tender Id ='||to_char(l_trip_id)||
3006: ' :'||FTE_MLS_UTIL.GET_MESSAGE(l_msg_count,l_msg_data);
3007: wf_core.TOKEN('ERROR_STRING',l_msg_string);
3008: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');
3009: END IF;
3010:
3011:

Line 3008: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');

3004: THEN
3005: l_msg_string := 'FTE_SS_INTERFACE.SEARCH_SERIVCE :-> Tender Id ='||to_char(l_trip_id)||
3006: ' :'||FTE_MLS_UTIL.GET_MESSAGE(l_msg_count,l_msg_data);
3007: wf_core.TOKEN('ERROR_STRING',l_msg_string);
3008: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');
3009: END IF;
3010:
3011:
3012: -- wf_core.TOKEN('ERROR_STRING','Test Error MEssage ');

Line 3012: -- wf_core.TOKEN('ERROR_STRING','Test Error MEssage ');

3008: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');
3009: END IF;
3010:
3011:
3012: -- wf_core.TOKEN('ERROR_STRING','Test Error MEssage ');
3013: -- wf_core.RAISE('FTE_WF_ERROR_MESSAGE');
3014:
3015:
3016: wf_engine.SetItemAttrText(itemtype => itemtype,

Line 3013: -- wf_core.RAISE('FTE_WF_ERROR_MESSAGE');

3009: END IF;
3010:
3011:
3012: -- wf_core.TOKEN('ERROR_STRING','Test Error MEssage ');
3013: -- wf_core.RAISE('FTE_WF_ERROR_MESSAGE');
3014:
3015:
3016: wf_engine.SetItemAttrText(itemtype => itemtype,
3017: itemkey => itemkey,

Line 3045: wf_core.context('FTE_TENDER_WF',

3041: --}
3042:
3043: EXCEPTION
3044: WHEN OTHERS THEN
3045: wf_core.context('FTE_TENDER_WF',
3046: l_api_name,
3047: itemtype,
3048: itemkey,
3049: actid,

Line 3129: wf_core.TOKEN('ERROR_STRING',l_msg_string);

3125: OR (l_return_status = 'U') )
3126: THEN
3127: l_msg_string := 'FTE_SS_INTERFACE.IS_RANK_LIST_EXHAUSTED :-> Tender Id ='||to_char(l_trip_id)||
3128: ' :'||FTE_MLS_UTIL.GET_MESSAGE(l_msg_count,l_msg_data);
3129: wf_core.TOKEN('ERROR_STRING',l_msg_string);
3130: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');
3131: END IF;
3132:
3133: IF l_debug_on

Line 3130: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');

3126: THEN
3127: l_msg_string := 'FTE_SS_INTERFACE.IS_RANK_LIST_EXHAUSTED :-> Tender Id ='||to_char(l_trip_id)||
3128: ' :'||FTE_MLS_UTIL.GET_MESSAGE(l_msg_count,l_msg_data);
3129: wf_core.TOKEN('ERROR_STRING',l_msg_string);
3130: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');
3131: END IF;
3132:
3133: IF l_debug_on
3134: THEN

Line 3173: wf_core.context('FTE_TENDER_WF',

3169: --}
3170:
3171: EXCEPTION
3172: WHEN OTHERS THEN
3173: wf_core.context('FTE_TENDER_WF',
3174: l_api_name,
3175: itemtype,
3176: itemkey,
3177: actid,

Line 3240: wf_core.TOKEN('ERROR_STRING',l_msg_string);

3236: OR (l_return_status = 'U') )
3237: THEN
3238: l_msg_string := 'FTE_CARRIER_RANK_LIST_PVT.REMOVE_SERVICE_APPLY_NEXT :-> Tender Id ='||to_char(l_trip_id)||
3239: ' :'||FTE_MLS_UTIL.GET_MESSAGE(l_msg_count,l_msg_data);
3240: wf_core.TOKEN('ERROR_STRING',l_msg_string);
3241: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');
3242: END IF;
3243:
3244: resultout := 'COMPLETE:Y';

Line 3241: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');

3237: THEN
3238: l_msg_string := 'FTE_CARRIER_RANK_LIST_PVT.REMOVE_SERVICE_APPLY_NEXT :-> Tender Id ='||to_char(l_trip_id)||
3239: ' :'||FTE_MLS_UTIL.GET_MESSAGE(l_msg_count,l_msg_data);
3240: wf_core.TOKEN('ERROR_STRING',l_msg_string);
3241: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');
3242: END IF;
3243:
3244: resultout := 'COMPLETE:Y';
3245:

Line 3269: wf_core.context('FTE_TENDER_WF',

3265: --}
3266:
3267: EXCEPTION
3268: WHEN OTHERS THEN
3269: wf_core.context('FTE_TENDER_WF',
3270: l_api_name,
3271: itemtype,
3272: itemkey,
3273: actid,

Line 3362: wf_core.TOKEN('ERROR_STRING',l_msg_string);

3358: OR (l_return_status = 'U') )
3359: THEN
3360: l_msg_string := 'FTE_MLS_WRAPPER.TRIP_ACTION :-> Tender Id ='||to_char(l_trip_id)||
3361: ' :'||FTE_MLS_UTIL.GET_MESSAGE(l_msg_count,l_msg_data);
3362: wf_core.TOKEN('ERROR_STRING',l_msg_string);
3363: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');
3364: END IF;
3365:
3366: resultout := 'COMPLETE:Y';

Line 3363: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');

3359: THEN
3360: l_msg_string := 'FTE_MLS_WRAPPER.TRIP_ACTION :-> Tender Id ='||to_char(l_trip_id)||
3361: ' :'||FTE_MLS_UTIL.GET_MESSAGE(l_msg_count,l_msg_data);
3362: wf_core.TOKEN('ERROR_STRING',l_msg_string);
3363: wf_core.RAISE('FTE_WF_ERROR_MESSAGE');
3364: END IF;
3365:
3366: resultout := 'COMPLETE:Y';
3367:

Line 3393: wf_core.context('FTE_TENDER_WF',

3389: --}
3390:
3391: EXCEPTION
3392: WHEN OTHERS THEN
3393: wf_core.context('FTE_TENDER_WF',
3394: l_api_name,
3395: itemtype,
3396: itemkey,
3397: actid,

Line 3487: wf_core.context('FTE_TENDER_WF',

3483: --}
3484:
3485: EXCEPTION
3486: WHEN OTHERS THEN
3487: wf_core.context('FTE_TENDER_WF',
3488: l_api_name,
3489: itemtype,
3490: itemkey,
3491: actid,