DBA Data[Home] [Help]

APPS.XDPCORE_FA dependencies on XDPCORE_ERROR

Line 319: XDPCORE_ERROR.LOG_SESSION_ERROR( 'BUSINESS' );

315: Rollback to InitFA;
316: XDPCORE.context('XDPCORE_FA', 'INITIALIZE_FA_LIST', itemtype, itemkey );
317:
318: --Log the error at the top level call
319: XDPCORE_ERROR.LOG_SESSION_ERROR( 'BUSINESS' );
320: return;
321:
322: WHEN OTHERS THEN
323: wf_core.context('XDPCORE_FA', 'INITIALIZE_FA_LIST', itemtype, itemkey, to_char(actid), funcmode);

Line 501: XDPCORE_ERROR.LOG_SESSION_ERROR( 'BUSINESS' );

497: Rollback to get_FE;
498: XDPCORE.context('XDPCORE_FA', 'GET_FE', itemtype, itemkey );
499:
500: --Log the error at the top level call
501: XDPCORE_ERROR.LOG_SESSION_ERROR( 'BUSINESS' );
502: return;
503:
504: WHEN OTHERS THEN
505: wf_core.context('XDPCORE_FA', 'GET_FE', itemtype, itemkey, to_char(actid), funcmode);

Line 1391: XDPCORE.error_context( 'WI', l_WIInstanceID, 'XDP_UNABLE_TO_RESOLVE_FAS', l_message_params );

1387: -- build the token string for xdp_errors_log..
1388: l_message_params := 'WI='||l_wi_disp_name||'#XDP#';
1389:
1390: -- set the business error...
1391: XDPCORE.error_context( 'WI', l_WIInstanceID, 'XDP_UNABLE_TO_RESOLVE_FAS', l_message_params );
1392:
1393:
1394: x_Progress := l_ErrStr || 'XDPCORE_FA.InitializeFAList. Error when Executing Procedure: ' || l_FAListProc || ' to dynamically get the FA List for Order: ' || l_OrderID;
1395: x_Progress := x_Progress || ' WorkitemInstanceID: ' || l_WIInstanceID || ' Error: ' || SUBSTR(l_ErrStr, 1, 1500);

Line 1414: XDPCORE.error_context( 'WI', l_WIInstanceID, 'XDP_UNABLE_TO_RESOLVE_FAS', l_message_params );

1410: -- build the token string for xdp_errors_log..
1411: l_message_params := 'WI='||l_wi_disp_name||'#XDP#';
1412:
1413: -- set the business error...
1414: XDPCORE.error_context( 'WI', l_WIInstanceID, 'XDP_UNABLE_TO_RESOLVE_FAS', l_message_params );
1415: END IF;
1416: xdpcore.context('XDPCORE_FA', 'InitializeFAList', itemtype, itemkey, null, x_Progress);
1417: l_result := 'FAILURE';
1418: end if;

Line 1751: XDPCORE.error_context( 'FA', l_FAInstanceID, 'XDP_FE_NOT_FOUND', l_message_params );

1747: -- build the token string for xdp_errors_log..
1748: l_message_params := 'FA='||l_fa_disp_name||'#XDP#';
1749:
1750: -- set the business error...
1751: XDPCORE.error_context( 'FA', l_FAInstanceID, 'XDP_FE_NOT_FOUND', l_message_params );
1752:
1753: x_Progress := 'XDPCORE_FA.GetFE. No entries for FA InstanceID: ' || l_FAInstanceID || ' found. Check Order: ' || l_OrderID || ' Workitem InstanceID : ' || l_WIInstanceID;
1754:
1755: xdpcore.context('XDPCORE_FA', 'GetFe', itemtype, itemkey, null, x_Progress);

Line 1811: XDPCORE.error_context( 'FA', l_WIInstanceID, 'XDP_EXCEP_IN_FE_RT_PROC', l_message_params );

1807: -- build the token string for xdp_errors_log..
1808: l_message_params := 'FA='||l_fa_disp_name||'#XDP#';
1809:
1810: -- set the business error...
1811: XDPCORE.error_context( 'FA', l_WIInstanceID, 'XDP_EXCEP_IN_FE_RT_PROC', l_message_params );
1812:
1813: xdpcore.context('XDPCORE_FA', 'InitializeFAList', 'FA', l_FAInstanceID, null, l_ErrStr);
1814: return 'FAILURE';
1815: end if;

Line 1838: XDPCORE.error_context( 'FE', l_FeID, 'XDP_ROUT_PROC_RETND_INVALID_FE', l_message_params );

1834: -- build the token string for xdp_errors_log..
1835: l_message_params := 'FA='||l_fa_disp_name|| '#XDP#FE=' || l_FeName ||'#XDP#ROUT_PROC='||l_routing_proc_disp_name||'#XDP#';
1836:
1837: -- set the business error...
1838: XDPCORE.error_context( 'FE', l_FeID, 'XDP_ROUT_PROC_RETND_INVALID_FE', l_message_params );
1839: x_Progress := 'XDPCORE_FA.GeFe. Exception when Getting FE Config Info for FE: ' || l_FeName || ' FA InstanceID: ' || l_FAInstanceID || ' Order: ' || l_OrderID || ' Workitem InstanceID : ' || l_WIInstanceID || ' Error: ' || SUBSTR(SQLERRM,1,500);
1840: xdpcore.context('XDPCORE_FA', 'GetFe', itemtype, itemkey, null, x_Progress);
1841: return 'FAILURE';
1842: end;

Line 1887: XDPCORE.error_context( 'FA', l_FAInstanceID, 'XDP_FE_FP_NOT_FOUND', l_message_params );

1883: -- build the token string for xdp_errors_log..
1884: l_message_params := 'FA='||l_fa_disp_name||'#XDP#';
1885:
1886: -- set the business error...
1887: XDPCORE.error_context( 'FA', l_FAInstanceID, 'XDP_FE_FP_NOT_FOUND', l_message_params );
1888:
1889: x_Progress := 'XDPCORE_FA.GetFe. Could not find and FP for FA InstanceID: ' || l_FAInstanceID || ' Order: ' || l_OrderID || ' Workitem InstanceID : ' || l_WIInstanceID;
1890:
1891: xdpcore.context('XDPCORE_FA', 'GetFe', itemtype, itemkey, null, x_Progress);

Line 5621: XDPCORE.error_context( 'FA', p_faInstanceID, 'XDP_USER_ENTERED_INVALID_FE', l_messageParams );

5617: l_faDispName := get_display_name( p_FAInstanceID );
5618: l_messageParams := 'FA='||l_faDispName|| '#XDP#FE=' || p_FEName ||'#XDP#';
5619:
5620: -- set the business error...
5621: XDPCORE.error_context( 'FA', p_faInstanceID, 'XDP_USER_ENTERED_INVALID_FE', l_messageParams );
5622: xdpcore.context('XDPCORE_FA', 'OverrideFE', 'FA', p_faInstanceID);
5623: resultout := 'COMPLETE:FE_NOT_FOUND';
5624: END IF;
5625: