DBA Data[Home] [Help]

APPS.XDPCORE_FA dependencies on WF_CORE

Line 263: wf_core.context('XDPCORE_FA', 'EnqueueFPQueue', itemtype, itemkey, null, x_Progress);

259:
260: exception
261: when others then
262: x_Progress := 'XDPCORE_FA.EnqueueFPQueue. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
263: wf_core.context('XDPCORE_FA', 'EnqueueFPQueue', itemtype, itemkey, null, x_Progress);
264: raise;
265: end EnqueueFPQueue;
266:
267:

Line 323: wf_core.context('XDPCORE_FA', 'INITIALIZE_FA_LIST', itemtype, itemkey, to_char(actid), funcmode);

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);
324: raise;
325: END INITIALIZE_FA_LIST;
326:
327:

Line 357: wf_core.context('XDPCORE_FA', 'ARE_ALL_FAS_DONE', itemtype, itemkey, to_char(actid), funcmode);

353:
354:
355: EXCEPTION
356: WHEN OTHERS THEN
357: wf_core.context('XDPCORE_FA', 'ARE_ALL_FAS_DONE', itemtype, itemkey, to_char(actid), funcmode);
358: raise;
359: END ARE_ALL_FAS_DONE;
360:
361:

Line 389: wf_core.context('XDPCORE_FA', 'LAUNCH_FA_PROVISIONING_PROCESS', itemtype, itemkey, to_char(actid), funcmode);

385: END IF;
386:
387: EXCEPTION
388: WHEN OTHERS THEN
389: wf_core.context('XDPCORE_FA', 'LAUNCH_FA_PROVISIONING_PROCESS', itemtype, itemkey, to_char(actid), funcmode);
390: raise;
391: END LAUNCH_FA_PROVISIONING_PROCESS;
392:
393:

Line 423: wf_core.context('XDPCORE_FA', 'LAUNCH_FA_PROCESS', itemtype, itemkey, to_char(actid), funcmode);

419: END IF;
420:
421: EXCEPTION
422: WHEN OTHERS THEN
423: wf_core.context('XDPCORE_FA', 'LAUNCH_FA_PROCESS', itemtype, itemkey, to_char(actid), funcmode);
424: raise;
425: END LAUNCH_FA_PROCESS;
426:
427:

Line 456: wf_core.context('XDPCORE_FA', 'LAUNCH_FA_PROCESS_SEQ', itemtype, itemkey, to_char(actid), funcmode);

452: END IF;
453:
454: EXCEPTION
455: WHEN OTHERS THEN
456: wf_core.context('XDPCORE_FA', 'LAUNCH_FA_PROCESS_SEQ', itemtype, itemkey, to_char(actid), funcmode);
457: raise;
458: END LAUNCH_FA_PROCESS_SEQ;
459:
460:

Line 505: wf_core.context('XDPCORE_FA', 'GET_FE', itemtype, itemkey, to_char(actid), funcmode);

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);
506: raise;
507: END GET_FE;
508:
509:

Line 540: wf_core.context('XDPCORE_FA', 'INITIALIZE_FA', itemtype, itemkey, to_char(actid), funcmode);

536:
537:
538: EXCEPTION
539: WHEN OTHERS THEN
540: wf_core.context('XDPCORE_FA', 'INITIALIZE_FA', itemtype, itemkey, to_char(actid), funcmode);
541: raise;
542: END INITIALIZE_FA;
543:
544:

Line 577: wf_core.context('XDPCORE_FA', 'ENQUEUE_FP_QUEUE', itemtype, itemkey, to_char(actid), funcmode);

573: END IF;
574:
575: EXCEPTION
576: WHEN OTHERS THEN
577: wf_core.context('XDPCORE_FA', 'ENQUEUE_FP_QUEUE', itemtype, itemkey, to_char(actid), funcmode);
578: raise;
579: END ENQUEUE_FP_QUEUE;
580:
581:

Line 604: wf_core.context('XDPCORE_FA', 'ENQUEUE_FP_HOLD', itemtype, itemkey, to_char(actid), funcmode);

600: END IF;
601:
602: EXCEPTION
603: WHEN OTHERS THEN
604: wf_core.context('XDPCORE_FA', 'ENQUEUE_FP_HOLD', itemtype, itemkey, to_char(actid), funcmode);
605: raise;
606: END ENQUEUE_FP_HOLD;
607:
608:

Line 638: wf_core.context('XDPCORE_FA', 'PROVISION_FE', itemtype, itemkey, to_char(actid), funcmode);

634: END IF;
635:
636: EXCEPTION
637: WHEN OTHERS THEN
638: wf_core.context('XDPCORE_FA', 'PROVISION_FE', itemtype, itemkey, to_char(actid), funcmode);
639: raise;
640: END PROVISION_FE;
641:
642:

Line 675: wf_core.context('XDPCORE_FA', 'GET_FA_CALLER', itemtype, itemkey, to_char(actid), funcmode);

671:
672:
673: EXCEPTION
674: WHEN OTHERS THEN
675: wf_core.context('XDPCORE_FA', 'GET_FA_CALLER', itemtype, itemkey, to_char(actid), funcmode);
676: raise;
677: END GET_FA_CALLER;
678:
679:

Line 710: wf_core.context('XDPCORE_FA', 'RELEASE_FE_CHANNEL', itemtype, itemkey, to_char(actid), funcmode);

706:
707:
708: EXCEPTION
709: WHEN OTHERS THEN
710: wf_core.context('XDPCORE_FA', 'RELEASE_FE_CHANNEL', itemtype, itemkey, to_char(actid), funcmode);
711: raise;
712: END RELEASE_FE_CHANNEL;
713:
714:

Line 745: wf_core.context('XDPCORE_FA', 'STOP_FA_PROCESSING', itemtype, itemkey, to_char(actid), funcmode);

741:
742:
743: EXCEPTION
744: WHEN OTHERS THEN
745: wf_core.context('XDPCORE_FA', 'STOP_FA_PROCESSING', itemtype, itemkey, to_char(actid), funcmode);
746: raise;
747: END STOP_FA_PROCESSING;
748:
749:

Line 779: wf_core.context('XDPCORE_FA', 'IS_CHANNEL_AVAILABLE', itemtype, itemkey, to_char(actid), funcmode);

775:
776:
777: EXCEPTION
778: WHEN OTHERS THEN
779: wf_core.context('XDPCORE_FA', 'IS_CHANNEL_AVAILABLE', itemtype, itemkey, to_char(actid), funcmode);
780: raise;
781: END IS_CHANNEL_AVAILABLE;
782:
783: Procedure IS_ANY_CHANNEL_AVAILABLE (itemtype in varchar2,

Line 806: wf_core.context('XDPCORE_FA', 'IS_ANY_CHANNEL_AVAILABLE', itemtype, itemkey, to_char(actid), funcmode);

802:
803:
804: EXCEPTION
805: WHEN OTHERS THEN
806: wf_core.context('XDPCORE_FA', 'IS_ANY_CHANNEL_AVAILABLE', itemtype, itemkey, to_char(actid), funcmode);
807: raise;
808: END IS_ANY_CHANNEL_AVAILABLE;
809:
810:

Line 842: wf_core.context('XDPCORE_FA', 'IS_COD_CHANNEL_AVAILABLE', itemtype, itemkey, to_char(actid), funcmode);

838:
839:
840: EXCEPTION
841: WHEN OTHERS THEN
842: wf_core.context('XDPCORE_FA', 'IS_COD_CHANNEL_AVAILABLE', itemtype, itemkey, to_char(actid), funcmode);
843: raise;
844: END IS_COD_CHANNEL_AVAILABLE;
845:
846:

Line 875: wf_core.context('XDPCORE_FA', 'CONNECT_ON_DEMAND', itemtype, itemkey, to_char(actid), funcmode);

871: END IF;
872:
873: EXCEPTION
874: WHEN OTHERS THEN
875: wf_core.context('XDPCORE_FA', 'CONNECT_ON_DEMAND', itemtype, itemkey, to_char(actid), funcmode);
876: raise;
877: END CONNECT_ON_DEMAND;
878:
879:

Line 908: wf_core.context('XDPCORE_FA', 'WAIT_IN_FP_QUEUE', itemtype, itemkey, to_char(actid), funcmode);

904: END IF;
905:
906: EXCEPTION
907: WHEN OTHERS THEN
908: wf_core.context('XDPCORE_FA', 'WAIT_IN_FP_QUEUE', itemtype, itemkey, to_char(actid), funcmode);
909: raise;
910: END WAIT_IN_FP_QUEUE;
911:
912:

Line 943: wf_core.context('XDPCORE_FA', 'VERIFY_CHANNEL', itemtype, itemkey, to_char(actid), funcmode);

939:
940:
941: EXCEPTION
942: WHEN OTHERS THEN
943: wf_core.context('XDPCORE_FA', 'VERIFY_CHANNEL', itemtype, itemkey, to_char(actid), funcmode);
944: raise;
945: END VERIFY_CHANNEL;
946:
947:

Line 978: wf_core.context('XDPCORE_FA', 'RESET_CHANNEL', itemtype, itemkey, to_char(actid), funcmode);

974:
975:
976: EXCEPTION
977: WHEN OTHERS THEN
978: wf_core.context('XDPCORE_FA', 'RESET_CHANNEL', itemtype, itemkey, to_char(actid), funcmode);
979: raise;
980: END RESET_CHANNEL;
981:
982:

Line 1007: wf_core.context('XDPCORE_FA', 'RESOLVE_IND_DEP_FAS', itemtype, itemkey, to_char(actid), funcmode);

1003:
1004:
1005: EXCEPTION
1006: WHEN OTHERS THEN
1007: wf_core.context('XDPCORE_FA', 'RESOLVE_IND_DEP_FAS', itemtype, itemkey, to_char(actid), funcmode);
1008: raise;
1009: END RESOLVE_IND_DEP_FAS;
1010:
1011: Procedure LAUNCH_ALL_IND_FAS (itemtype in varchar2,

Line 1035: wf_core.context('XDPCORE_FA', 'LAUNCH_ALL_IND_FAS', itemtype, itemkey, to_char(actid), funcmode);

1031:
1032:
1033: EXCEPTION
1034: WHEN OTHERS THEN
1035: wf_core.context('XDPCORE_FA', 'LAUNCH_ALL_IND_FAS', itemtype, itemkey, to_char(actid), funcmode);
1036: raise;
1037: END LAUNCH_ALL_IND_FAS;
1038:
1039: Procedure INITIALIZE_DEP_FA_PROCESS (itemtype in varchar2,

Line 1062: wf_core.context('XDPCORE_FA', 'INITIALIZE_DEP_FA_PROCESS', itemtype, itemkey, to_char(actid), funcmode);

1058:
1059:
1060: EXCEPTION
1061: WHEN OTHERS THEN
1062: wf_core.context('XDPCORE_FA', 'INITIALIZE_DEP_FA_PROCESS', itemtype, itemkey, to_char(actid), funcmode);
1063: raise;
1064: END INITIALIZE_DEP_FA_PROCESS;
1065:
1066:

Line 1106: wf_core.context('XDPCORE_FA', 'IS_THRESHOLD_EXCEEDED', itemtype, itemkey, to_char(actid), funcmode);

1102:
1103:
1104: EXCEPTION
1105: WHEN OTHERS THEN
1106: wf_core.context('XDPCORE_FA', 'IS_THRESHOLD_EXCEEDED', itemtype, itemkey, to_char(actid), funcmode);
1107: raise;
1108: END IS_THRESHOLD_EXCEEDED;
1109:
1110:

Line 1135: wf_core.context('XDPCORE_FA', 'ERROR_DURING_RETRY', itemtype, itemkey, to_char(actid), funcmode);

1131:
1132:
1133: EXCEPTION
1134: WHEN OTHERS THEN
1135: wf_core.context('XDPCORE_FA', 'ERROR_DURING_RETRY', itemtype, itemkey, to_char(actid), funcmode);
1136: raise;
1137: END ERROR_DURING_RETRY;
1138:
1139:

Line 1169: wf_core.context('XDPCORE_FA', 'IS_THRESHOLD_REACHED', itemtype, itemkey, to_char(actid), funcmode);

1165:
1166:
1167: EXCEPTION
1168: WHEN OTHERS THEN
1169: wf_core.context('XDPCORE_FA', 'IS_THRESHOLD_REACHED', itemtype, itemkey, to_char(actid), funcmode);
1170: raise;
1171: END IS_THRESHOLD_REACHED;
1172:
1173:

Line 1200: wf_core.context('XDPCORE_FA', 'RESET_SYSTEM_HOLD', itemtype, itemkey, to_char(actid), funcmode);

1196:
1197:
1198: EXCEPTION
1199: WHEN OTHERS THEN
1200: wf_core.context('XDPCORE_FA', 'RESET_SYSTEM_HOLD', itemtype, itemkey, to_char(actid), funcmode);
1201: raise;
1202: END RESET_SYSTEM_HOLD;
1203:
1204: Procedure OVERRIDE_FE (itemtype in varchar2,

Line 1242: wf_core.context('XDPCORE_FA', 'OVERRIDE_FE', itemtype, itemkey, to_char(actid), funcmode);

1238: return;
1239: END IF;
1240: EXCEPTION
1241: WHEN OTHERS THEN
1242: wf_core.context('XDPCORE_FA', 'OVERRIDE_FE', itemtype, itemkey, to_char(actid), funcmode);
1243: raise;
1244: END OVERRIDE_FE;
1245:
1246: Procedure AUTO_RETRY_ENABLED (itemtype in varchar2,

Line 1269: wf_core.context('XDPCORE_FA', 'AUTO_RETRY_ENABLED', itemtype, itemkey, to_char(actid), funcmode);

1265: END IF;
1266:
1267: EXCEPTION
1268: WHEN OTHERS THEN
1269: wf_core.context('XDPCORE_FA', 'AUTO_RETRY_ENABLED', itemtype, itemkey, to_char(actid), funcmode);
1270: raise;
1271: END AUTO_RETRY_ENABLED;
1272:
1273: /****

Line 1423: wf_core.context('XDPCORE_FA', 'InitializeFAList', itemtype, itemkey, null, x_Progress);

1419: return l_result;
1420: exception
1421: when e_ProcExecException then
1422: xdpcore.context('XDPCORE_FA', 'InitializeFAList', itemtype, itemkey, null, x_Progress);
1423: wf_core.context('XDPCORE_FA', 'InitializeFAList', itemtype, itemkey, null, x_Progress);
1424: raise;
1425:
1426: when e_UnHandledException then
1427: xdpcore.context('XDPCORE_FA', 'InitializeFAList', itemtype, itemkey, null, x_Progress);

Line 1428: wf_core.context('XDPCORE_FA', 'InitializeFAList', itemtype, itemkey, null, x_Progress);

1424: raise;
1425:
1426: when e_UnHandledException then
1427: xdpcore.context('XDPCORE_FA', 'InitializeFAList', itemtype, itemkey, null, x_Progress);
1428: wf_core.context('XDPCORE_FA', 'InitializeFAList', itemtype, itemkey, null, x_Progress);
1429: raise;
1430:
1431: when e_CallFAMapProcException then
1432: xdpcore.context('XDPCORE_FA', 'InitializeFAList', itemtype, itemkey, null, x_Progress);

Line 1433: wf_core.context('XDPCORE_FA', 'InitializeFAList', itemtype, itemkey, null, x_Progress);

1429: raise;
1430:
1431: when e_CallFAMapProcException then
1432: xdpcore.context('XDPCORE_FA', 'InitializeFAList', itemtype, itemkey, null, x_Progress);
1433: wf_core.context('XDPCORE_FA', 'InitializeFAList', itemtype, itemkey, null, x_Progress);
1434: raise;
1435:
1436: when e_AddFAToWIException then
1437: xdpcore.context('XDPCORE_FA', 'InitializeFAList', itemtype, itemkey, null, x_Progress);

Line 1438: wf_core.context('XDPCORE_FA', 'InitializeFAList', itemtype, itemkey, null, x_Progress);

1434: raise;
1435:
1436: when e_AddFAToWIException then
1437: xdpcore.context('XDPCORE_FA', 'InitializeFAList', itemtype, itemkey, null, x_Progress);
1438: wf_core.context('XDPCORE_FA', 'InitializeFAList', itemtype, itemkey, null, x_Progress);
1439: raise;
1440:
1441: when others then
1442: x_Progress := 'XDPCORE_FA.InitializeFAList. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);

Line 1444: wf_core.context('XDPCORE_FA', 'InitializeFAList', itemtype, itemkey, null, x_Progress);

1440:
1441: when others then
1442: x_Progress := 'XDPCORE_FA.InitializeFAList. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
1443: xdpcore.context('XDPCORE_FA', 'InitializeFAList', itemtype, itemkey, null, x_Progress);
1444: wf_core.context('XDPCORE_FA', 'InitializeFAList', itemtype, itemkey, null, x_Progress);
1445: raise;
1446: end InitializeFAList;
1447:
1448:

Line 1505: wf_core.context('XDPCORE_FA', 'AreAllFAsDone', itemtype, itemkey, null, x_Progress);

1501: if c_FaList%ISOPEN then
1502: Close c_FaList;
1503: end if;
1504:
1505: wf_core.context('XDPCORE_FA', 'AreAllFAsDone', itemtype, itemkey, null, x_Progress);
1506: raise;
1507:
1508: when others then
1509: if c_FaList%ISOPEN then

Line 1514: wf_core.context('XDPCORE_FA', 'AreAllFAsDone', itemtype, itemkey, null, x_Progress);

1510: Close c_FaList;
1511: end if;
1512:
1513: x_Progress := 'XDPCORE_FA.AreAllFAsDone. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
1514: wf_core.context('XDPCORE_FA', 'AreAllFAsDone', itemtype, itemkey, null, x_Progress);
1515: raise;
1516: end AreAllFAsDone;
1517:
1518:

Line 1604: wf_core.context('XDPCORE_FA', 'LaunchFAProvisioningProcess', itemtype, itemkey, null, x_Progress);

1600: end if;
1601:
1602: exception
1603: when e_CreatFAWFException then
1604: wf_core.context('XDPCORE_FA', 'LaunchFAProvisioningProcess', itemtype, itemkey, null, x_Progress);
1605: raise;
1606:
1607: when e_AddFAtoQException then
1608: wf_core.context('XDPCORE_FA', 'LaunchFAProvisioningProcess', itemtype, itemkey, null, x_Progress);

Line 1608: wf_core.context('XDPCORE_FA', 'LaunchFAProvisioningProcess', itemtype, itemkey, null, x_Progress);

1604: wf_core.context('XDPCORE_FA', 'LaunchFAProvisioningProcess', itemtype, itemkey, null, x_Progress);
1605: raise;
1606:
1607: when e_AddFAtoQException then
1608: wf_core.context('XDPCORE_FA', 'LaunchFAProvisioningProcess', itemtype, itemkey, null, x_Progress);
1609: raise;
1610:
1611: when others then
1612: x_Progress := 'XDPCORE_FA.LaunchFAProvisioningProcess. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);

Line 1613: wf_core.context('XDPCORE_FA', 'LaunchFAProvisioningProcess', itemtype, itemkey, null, x_Progress);

1609: raise;
1610:
1611: when others then
1612: x_Progress := 'XDPCORE_FA.LaunchFAProvisioningProcess. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
1613: wf_core.context('XDPCORE_FA', 'LaunchFAProvisioningProcess', itemtype, itemkey, null, x_Progress);
1614: raise;
1615: end LaunchFAProvisioningProcess;
1616:
1617:

Line 1672: wf_core.context('XDPCORE_FA', 'InitializeFA', itemtype, itemkey, null, x_Progress);

1668: end if;
1669: exception
1670: when others then
1671: x_Progress := 'XDPCORE_FA.InitializeFA. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
1672: wf_core.context('XDPCORE_FA', 'InitializeFA', itemtype, itemkey, null, x_Progress);
1673: raise;
1674: end InitializeFA;
1675:
1676:

Line 1929: wf_core.context('XDPCORE_FA', 'GetFe', itemtype, itemkey, null, x_Progress);

1925:
1926: exception
1927: when e_InvalidConfigException then
1928: xdpcore.context('XDPCORE_FA', 'GetFe', itemtype, itemkey, null, x_Progress);
1929: wf_core.context('XDPCORE_FA', 'GetFe', itemtype, itemkey, null, x_Progress);
1930: raise;
1931:
1932: when e_InvalidFEConfigException then
1933: xdpcore.context('XDPCORE_FA', 'GetFe', itemtype, itemkey, null, x_Progress);

Line 1934: wf_core.context('XDPCORE_FA', 'GetFe', itemtype, itemkey, null, x_Progress);

1930: raise;
1931:
1932: when e_InvalidFEConfigException then
1933: xdpcore.context('XDPCORE_FA', 'GetFe', itemtype, itemkey, null, x_Progress);
1934: wf_core.context('XDPCORE_FA', 'GetFe', itemtype, itemkey, null, x_Progress);
1935:
1936: when e_CallFeRoutingProcException then
1937: xdpcore.context('XDPCORE_FA', 'GetFe', itemtype, itemkey, null, x_Progress);
1938: wf_core.context('XDPCORE_FA', 'GetFe', itemtype, itemkey, null, x_Progress);

Line 1938: wf_core.context('XDPCORE_FA', 'GetFe', itemtype, itemkey, null, x_Progress);

1934: wf_core.context('XDPCORE_FA', 'GetFe', itemtype, itemkey, null, x_Progress);
1935:
1936: when e_CallFeRoutingProcException then
1937: xdpcore.context('XDPCORE_FA', 'GetFe', itemtype, itemkey, null, x_Progress);
1938: wf_core.context('XDPCORE_FA', 'GetFe', itemtype, itemkey, null, x_Progress);
1939: raise;
1940:
1941: when e_ProcExecException then
1942: xdpcore.context('XDPCORE_FA', 'GetFe', itemtype, itemkey, null, x_Progress);

Line 1943: wf_core.context('XDPCORE_FA', 'GetFe', itemtype, itemkey, null, x_Progress);

1939: raise;
1940:
1941: when e_ProcExecException then
1942: xdpcore.context('XDPCORE_FA', 'GetFe', itemtype, itemkey, null, x_Progress);
1943: wf_core.context('XDPCORE_FA', 'GetFe', itemtype, itemkey, null, x_Progress);
1944: raise;
1945:
1946: when e_GetFeConfigException then
1947: xdpcore.context('XDPCORE_FA', 'GetFe', itemtype, itemkey, null, x_Progress);

Line 1948: wf_core.context('XDPCORE_FA', 'GetFe', itemtype, itemkey, null, x_Progress);

1944: raise;
1945:
1946: when e_GetFeConfigException then
1947: xdpcore.context('XDPCORE_FA', 'GetFe', itemtype, itemkey, null, x_Progress);
1948: wf_core.context('XDPCORE_FA', 'GetFe', itemtype, itemkey, null, x_Progress);
1949: raise;
1950:
1951: when others then
1952: x_Progress := 'XDPCORE_FA.GetFe. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);

Line 1954: wf_core.context('XDPCORE_FA', 'GetFe', itemtype, itemkey, null, x_Progress);

1950:
1951: when others then
1952: x_Progress := 'XDPCORE_FA.GetFe. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
1953: xdpcore.context('XDPCORE_FA', 'GetFe', itemtype, itemkey, null, x_Progress);
1954: wf_core.context('XDPCORE_FA', 'GetFe', itemtype, itemkey, null, x_Progress);
1955: raise;
1956: end GetFe;
1957:
1958:

Line 2098: wf_core.context('XDPCORE_FA', 'IsChannelAvailable', itemtype, itemkey, null, x_Progress);

2094:
2095: exception
2096: when others then
2097: x_Progress := 'XDPCORE_FA.IsChannelAvailable. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
2098: wf_core.context('XDPCORE_FA', 'IsChannelAvailable', itemtype, itemkey, null, x_Progress);
2099: l_Status := XDP_ADAPTER_CORE_DB.ReleaseAdapterLock (p_ChannelName => l_ChannelName);
2100: raise;
2101: end IsChannelAvailable;
2102:

Line 2257: wf_core.context('XDPCORE_FA', 'VerifyChannel', itemtype, itemkey, null, x_Progress);

2253:
2254: Rollback to VerifyChannel;
2255:
2256: x_Progress := 'XDPCORE_FA.VerifyChannel. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
2257: wf_core.context('XDPCORE_FA', 'VerifyChannel', itemtype, itemkey, null, x_Progress);
2258: raise;
2259: end VerifyChannel;
2260:
2261:

Line 2684: wf_core.context('XDPCORE_FA', 'HandOverChannel', null, null, x_Progress,null);

2680:
2681: l_Status := XDP_ADAPTER_CORE_DB.ReleaseAdapterLock
2682: (p_ChannelName => l_ChannelName);
2683:
2684: wf_core.context('XDPCORE_FA', 'HandOverChannel', null, null, x_Progress,null);
2685: raise;
2686:
2687: when others then
2688:

Line 2703: wf_core.context('XDPCORE_FA', 'ProvisionFE', itemtype, itemkey, null, x_Progress);

2699: avalue => 'RETRY');
2700:
2701: COMMIT;
2702: x_Progress := 'XDPCORE_FA.ProvisionFE. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
2703: wf_core.context('XDPCORE_FA', 'ProvisionFE', itemtype, itemkey, null, x_Progress);
2704: raise;
2705:
2706: end ProvisionFE;
2707:

Line 2751: wf_core.context('XDPCORE_FA', 'ExamineErrorCodes', null, null, x_Progress,null);

2747:
2748: exception
2749: when others then
2750: x_Progress := 'XDPCORE_FA.ExamineErrorCodes. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
2751: wf_core.context('XDPCORE_FA', 'ExamineErrorCodes', null, null, x_Progress,null);
2752: raise;
2753: end ExamineErrorCodes;
2754:
2755:

Line 2845: wf_core.context('XDPCORE_FA', 'ReleaseFEChannel', itemtype, itemkey, null, x_Progress);

2841:
2842: exception
2843: when others then
2844: x_Progress := 'XDPCORE_FA.ReleaseFEChannel. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
2845: wf_core.context('XDPCORE_FA', 'ReleaseFEChannel', itemtype, itemkey, null, x_Progress);
2846: l_Status := XDP_ADAPTER_CORE_DB.ReleaseAdapterLock (p_ChannelName => l_ChannelName);
2847: raise;
2848: end ReleaseFEChannel;
2849:

Line 2893: wf_core.context('XDPCORE_FA', 'StopFAProcessing', itemtype, itemkey, to_char(actid),null);

2889:
2890: exception
2891: when others then
2892: x_Progress := 'XDPCORE_FA.StopFAProcessing. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
2893: wf_core.context('XDPCORE_FA', 'StopFAProcessing', itemtype, itemkey, to_char(actid),null);
2894: raise;
2895: end StopFAProcessing;
2896:
2897:

Line 2923: wf_core.context('XDPCORE_FA', 'ResetChannel', itemtype, itemkey, null, x_Progress);

2919:
2920: exception
2921: when others then
2922: x_Progress := 'XDPCORE_FA.ResetChannel. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
2923: wf_core.context('XDPCORE_FA', 'ResetChannel', itemtype, itemkey, null, x_Progress);
2924: raise;
2925: end ResetChannel;
2926:
2927:

Line 2954: wf_core.context('XDPCORE_FA', 'GetFaCaller', itemtype, itemkey, to_char(actid),null);

2950:
2951: exception
2952: when others then
2953: x_Progress := 'XDPCORE_FA.GetFaCaller. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
2954: wf_core.context('XDPCORE_FA', 'GetFaCaller', itemtype, itemkey, to_char(actid),null);
2955: raise;
2956: end GetFaCaller;
2957:
2958:

Line 3212: wf_core.clear;

3208: exception
3209: when others then
3210: if sqlcode = -20002 then
3211: l_JobID := 0;
3212: wf_core.clear;
3213: else
3214: raise e_UnhandledException;
3215: end if;
3216: end;

Line 3427: wf_core.context('XDPCORE_FA', 'LaunchFAProcess', itemtype, itemkey, null, x_Progress);

3423: if c_GetDepFA%ISOPEN then
3424: close c_GetDepFA;
3425: end if;
3426:
3427: wf_core.context('XDPCORE_FA', 'LaunchFAProcess', itemtype, itemkey, null, x_Progress);
3428: raise;
3429:
3430: when e_NoFAsFoundException then
3431: if c_GetIndFA%ISOPEN then

Line 3439: wf_core.context('XDPCORE_FA', 'LaunchFAProcess', itemtype, itemkey, null, x_Progress);

3435: if c_GetDepFA%ISOPEN then
3436: close c_GetDepFA;
3437: end if;
3438:
3439: wf_core.context('XDPCORE_FA', 'LaunchFAProcess', itemtype, itemkey, null, x_Progress);
3440: raise;
3441:
3442: when others then
3443: if c_GetIndFA%ISOPEN then

Line 3452: wf_core.context('XDPCORE_FA', 'LaunchFAProcess', itemtype, itemkey, null, x_Progress);

3448: close c_GetDepFA;
3449: end if;
3450:
3451: x_Progress := 'XDPCORE_FA.LaunchFAProcess. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
3452: wf_core.context('XDPCORE_FA', 'LaunchFAProcess', itemtype, itemkey, null, x_Progress);
3453: raise;
3454: end LaunchFAProcess;
3455:
3456:

Line 3610: wf_core.context('XDPCORE_FA', 'LaunchFAProcessSeq', itemtype, itemkey, null, x_Progress);

3606: if c_FAList%ISOPEN then
3607: close c_FAList ;
3608: end if;
3609:
3610: wf_core.context('XDPCORE_FA', 'LaunchFAProcessSeq', itemtype, itemkey, null, x_Progress);
3611: raise;
3612:
3613: when e_NoFAsFoundException then
3614: if c_FAList%ISOPEN then

Line 3618: wf_core.context('XDPCORE_FA', 'LaunchFAProcessSeq', itemtype, itemkey, null, x_Progress);

3614: if c_FAList%ISOPEN then
3615: close c_FAList ;
3616: end if;
3617:
3618: wf_core.context('XDPCORE_FA', 'LaunchFAProcessSeq', itemtype, itemkey, null, x_Progress);
3619: raise;
3620:
3621: when e_AddFAtoQException then
3622: if c_FAList%ISOPEN then

Line 3626: wf_core.context('XDPCORE_FA', 'LaunchFAProcessSeq', itemtype, itemkey, null, x_Progress);

3622: if c_FAList%ISOPEN then
3623: close c_FAList ;
3624: end if;
3625:
3626: wf_core.context('XDPCORE_FA', 'LaunchFAProcessSeq', itemtype, itemkey, null, x_Progress);
3627: raise;
3628:
3629: when e_CreateFAProcessException then
3630: if c_FAList%ISOPEN then

Line 3634: wf_core.context('XDPCORE_FA', 'LaunchFAProcessSeq', itemtype, itemkey, null, x_Progress);

3630: if c_FAList%ISOPEN then
3631: close c_FAList ;
3632: end if;
3633:
3634: wf_core.context('XDPCORE_FA', 'LaunchFAProcessSeq', itemtype, itemkey, null, x_Progress);
3635: raise;
3636:
3637: when others then
3638: if c_FAList%ISOPEN then

Line 3643: wf_core.context('XDPCORE_FA', 'LaunchFAProcessSeq', itemtype, itemkey, null, x_Progress);

3639: close c_FAList ;
3640: end if;
3641:
3642: x_Progress := 'XDPCORE_FA.LaunchFAProcessSeq. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
3643: wf_core.context('XDPCORE_FA', 'LaunchFAProcessSeq', itemtype, itemkey, null, x_Progress);
3644: raise;
3645: end LaunchFAProcessSeq;
3646:
3647: -- This version of HandOver is used When the HandOver is called from the Adapter

Line 3951: wf_core.context('XDPCORE_FA', 'HandOverChannel', null, null, x_Progress,null);

3947: l_channelstatus := XDP_ADAPTER_CORE_DB.ReleaseAdapterLock (p_ChannelName => HandOverChannel.p_ChannelName);
3948: END IF ;
3949:
3950: x_Progress := 'XDPCORE_FA.HandOverChannel. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
3951: wf_core.context('XDPCORE_FA', 'HandOverChannel', null, null, x_Progress,null);
3952: raise;
3953:
3954: when e_UpdateAdapterRegException then
3955: IF c_AdapterJobQueue%ISOPEN THEN

Line 3963: wf_core.context('XDPCORE_FA', 'HandOverChannel', null, null, x_Progress,null);

3959: IF l_channellock THEN
3960: l_channelstatus := XDP_ADAPTER_CORE_DB.ReleaseAdapterLock (p_ChannelName => HandOverChannel.p_ChannelName);
3961: END IF ;
3962:
3963: wf_core.context('XDPCORE_FA', 'HandOverChannel', null, null, x_Progress,null);
3964: raise;
3965:
3966: when e_HandOverChannelException then
3967: IF c_AdapterJobQueue%ISOPEN THEN

Line 3975: wf_core.context('XDPCORE_FA', 'HandOverChannel', null, null, x_Progress,null);

3971: IF l_channellock THEN
3972: l_channelstatus := XDP_ADAPTER_CORE_DB.ReleaseAdapterLock (p_ChannelName => HandOverChannel.p_ChannelName);
3973: END IF ;
3974:
3975: wf_core.context('XDPCORE_FA', 'HandOverChannel', null, null, x_Progress,null);
3976: raise;
3977:
3978: when others then
3979: IF c_AdapterJobQueue%ISOPEN THEN

Line 3988: wf_core.context('XDPCORE_FA', 'HandOverChannel', null, null, x_Progress,null);

3984: l_channelstatus := XDP_ADAPTER_CORE_DB.ReleaseAdapterLock (p_ChannelName => HandOverChannel.p_ChannelName);
3985: END IF ;
3986:
3987: x_Progress := 'XDPCORE_FA.HandOverChannel. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
3988: wf_core.context('XDPCORE_FA', 'HandOverChannel', null, null, x_Progress,null);
3989: raise;
3990: end HandOverChannel;
3991:
3992:

Line 4318: wf_core.context('XDPCORE_FA', 'HandOverChannel', null, null, x_Progress,null);

4314: l_channelstatus := XDP_ADAPTER_CORE_DB.ReleaseAdapterLock(p_ChannelName => HandOverChannel.ChannelName);
4315: END IF ;
4316:
4317: x_Progress := 'XDPCORE_FA.HandOverChannel. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
4318: wf_core.context('XDPCORE_FA', 'HandOverChannel', null, null, x_Progress,null);
4319: raise;
4320:
4321: when e_UpdateAdapterRegException then
4322: IF c_AdapterJobQueue%ISOPEN THEN

Line 4330: wf_core.context('XDPCORE_FA', 'HandOverChannel', null, null, x_Progress,null);

4326: IF l_channellock THEN
4327: l_channelstatus := XDP_ADAPTER_CORE_DB.ReleaseAdapterLock(p_ChannelName => HandOverChannel.ChannelName);
4328: END IF ;
4329:
4330: wf_core.context('XDPCORE_FA', 'HandOverChannel', null, null, x_Progress,null);
4331: raise;
4332:
4333: when e_HandOverChannelException then
4334: IF c_AdapterJobQueue%ISOPEN THEN

Line 4342: wf_core.context('XDPCORE_FA', 'HandOverChannel', null, null, x_Progress,null);

4338: IF l_channellock THEN
4339: l_channelstatus := XDP_ADAPTER_CORE_DB.ReleaseAdapterLock(p_ChannelName => HandOverChannel.ChannelName);
4340: END IF ;
4341:
4342: wf_core.context('XDPCORE_FA', 'HandOverChannel', null, null, x_Progress,null);
4343: raise;
4344:
4345: when others then
4346: IF c_AdapterJobQueue%ISOPEN THEN

Line 4355: wf_core.context('XDPCORE_FA', 'HandOverChannel', null, null, x_Progress,null);

4351: l_channelstatus := XDP_ADAPTER_CORE_DB.ReleaseAdapterLock(p_ChannelName => HandOverChannel.ChannelName);
4352: END IF ;
4353:
4354: x_Progress := 'XDPCORE_FA.HandOverChannel. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
4355: wf_core.context('XDPCORE_FA', 'HandOverChannel', null, null, x_Progress,null);
4356: raise;
4357: end HandOverChannel;
4358:
4359: Procedure FindAdminRequestAndPublish (ChannelName in varchar2,

Line 4443: wf_core.context('XDPCORE_FA', 'FindAdminRequestAndPublish', null, null, null, x_progress);

4439: if c_AdapterAdmin%ISOPEN then
4440: close c_AdapterAdmin;
4441: end if;
4442:
4443: wf_core.context('XDPCORE_FA', 'FindAdminRequestAndPublish', null, null, null, x_progress);
4444: raise;
4445: when others then
4446: if c_AdapterAdmin%ISOPEN then
4447: close c_AdapterAdmin;

Line 4451: wf_core.context('XDPCORE_FA', 'FindAdminRequestAndPublish', null, null, x_Progress,null);

4447: close c_AdapterAdmin;
4448: end if;
4449:
4450: x_Progress := 'XDPCORE_FA.FindAdminRequestAndPublish. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
4451: wf_core.context('XDPCORE_FA', 'FindAdminRequestAndPublish', null, null, x_Progress,null);
4452: raise;
4453: end FindAdminRequestAndPublish;
4454:
4455:

Line 5040: wf_core.context('XDP_WF_STANDARD',

5036:
5037: l_item_key := l_order_id || '-' || ChannelName || l_item_key;
5038:
5039:
5040: wf_core.context('XDP_WF_STANDARD',
5041: 'ADAPTER_ERROR',
5042: l_item_type,
5043: l_item_key) ;
5044:

Line 5093: wf_core.context('XDPCORE_FA', 'UPDATE_FA_STATUS', p_itemtype, p_itemkey, null, x_Progress);

5089:
5090: EXCEPTION
5091: WHEN others THEN
5092: x_Progress := 'XDPCORE_FA.UPDATE_FA_STATUS. Unhandled Exception: ' || SUBSTR(SQLERRM, 1,1500);
5093: wf_core.context('XDPCORE_FA', 'UPDATE_FA_STATUS', p_itemtype, p_itemkey, null, x_Progress);
5094: rollback;
5095: raise;
5096: END UPDATE_FA_STATUS ;
5097:

Line 5152: wf_core.context('XDPCORE_FA', 'ResolveIndDepFAs', itemtype, itemkey, null, x_Progress);

5148: exception
5149: when others then
5150:
5151: x_Progress := 'XDPCORE_FA.ResolveIndDepFAs. Unhandled Exception: ' || SUBSTR(SQLERRM, 1, 1200);
5152: wf_core.context('XDPCORE_FA', 'ResolveIndDepFAs', itemtype, itemkey, null, x_Progress);
5153: raise;
5154: end ResolveIndDepFAs;
5155:
5156: Function LaunchAllIndFAs(itemtype in varchar2,

Line 5264: wf_core.context('XDPCORE_FA', 'LaunchAllIndFAs', itemtype, itemkey, null, x_Progress);

5260:
5261: exception
5262: when others then
5263: x_Progress := 'XDPCORE_FA.LaunchAllIndFAs. Unhandled Exception: ' || SUBSTR(SQLERRM, 1, 1200);
5264: wf_core.context('XDPCORE_FA', 'LaunchAllIndFAs', itemtype, itemkey, null, x_Progress);
5265: raise;
5266:
5267: END LaunchAllIndFAs;
5268:

Line 5289: wf_core.context('XDPCORE_FA', 'InitializeDepFAProcess', itemtype, itemkey, null, x_Progress);

5285:
5286: EXCEPTION
5287: when others then
5288: x_Progress := 'XDPCORE_FA.InitializeDepFAProcess. Unhandled Exception: ' || SUBSTR(SQLERRM, 1, 1200);
5289: wf_core.context('XDPCORE_FA', 'InitializeDepFAProcess', itemtype, itemkey, null, x_Progress);
5290: raise;
5291:
5292: END InitializeDepFAProcess;
5293:

Line 5313: wf_core.context('XDPCORE_FA', 'IsAnyChannelAvailable', itemtype, itemkey, null, x_Progress);

5309:
5310: EXCEPTION
5311: when others then
5312: x_Progress := 'XDPCORE_FA.IsAnyChannelAvailable. Unhandled Exception: ' || SUBSTR(SQLERRM, 1, 1200);
5313: wf_core.context('XDPCORE_FA', 'IsAnyChannelAvailable', itemtype, itemkey, null, x_Progress);
5314: raise;
5315:
5316: END;
5317:

Line 5332: wf_core.context('XDPCORE_FA', 'get_display_name', null, null, null,p_FAInstanceID );

5328: return l_display_name;
5329:
5330: EXCEPTION
5331: WHEN others THEN
5332: wf_core.context('XDPCORE_FA', 'get_display_name', null, null, null,p_FAInstanceID );
5333: raise;
5334: END get_display_name;
5335:
5336: Function IsThresholdExceeded (p_fp_name in varchar2) return varchar2 IS

Line 5417: wf_core.context('XDPCORE_FA', 'ErrorDuringRetry', itemtype, itemkey );

5413: RETURN lv_fp_in_error;
5414:
5415: EXCEPTION
5416: WHEN others THEN
5417: wf_core.context('XDPCORE_FA', 'ErrorDuringRetry', itemtype, itemkey );
5418: raise;
5419: END ErrorDuringRetry;
5420:
5421: