DBA Data[Home] [Help]

APPS.FND_FLEX_WORKFLOW_APIS dependencies on WF_CORE

Line 409: 'ERROR_NAME : ' || wf_core.error_name || chr_newline ||

405: BEGIN
406: IF (g_debug_fnd_flex_workflow_apis) THEN
407: debug('Account Generator failed in ' || p_func_name ||
408: ' with following error.' || chr_newline ||
409: 'ERROR_NAME : ' || wf_core.error_name || chr_newline ||
410: 'ERROR_MESSAGE : ' || wf_core.error_message || chr_newline ||
411: 'ERROR_STACK : ' || wf_core.error_stack || chr_newline ||
412: 'SQLERRM : ' || Sqlerrm || chr_newline ||
413: 'DBMS_ERROR_STACK:' || chr_newline ||

Line 410: 'ERROR_MESSAGE : ' || wf_core.error_message || chr_newline ||

406: IF (g_debug_fnd_flex_workflow_apis) THEN
407: debug('Account Generator failed in ' || p_func_name ||
408: ' with following error.' || chr_newline ||
409: 'ERROR_NAME : ' || wf_core.error_name || chr_newline ||
410: 'ERROR_MESSAGE : ' || wf_core.error_message || chr_newline ||
411: 'ERROR_STACK : ' || wf_core.error_stack || chr_newline ||
412: 'SQLERRM : ' || Sqlerrm || chr_newline ||
413: 'DBMS_ERROR_STACK:' || chr_newline ||
414: dbms_utility.format_error_stack() || chr_newline ||

Line 411: 'ERROR_STACK : ' || wf_core.error_stack || chr_newline ||

407: debug('Account Generator failed in ' || p_func_name ||
408: ' with following error.' || chr_newline ||
409: 'ERROR_NAME : ' || wf_core.error_name || chr_newline ||
410: 'ERROR_MESSAGE : ' || wf_core.error_message || chr_newline ||
411: 'ERROR_STACK : ' || wf_core.error_stack || chr_newline ||
412: 'SQLERRM : ' || Sqlerrm || chr_newline ||
413: 'DBMS_ERROR_STACK:' || chr_newline ||
414: dbms_utility.format_error_stack() || chr_newline ||
415: 'DBMS_CALL_STACK:' || chr_newline ||

Line 659: wf_core.context('FND_FLEX_WORKFLOW_APIS', 'START_PROCESS',

655:
656: END IF;
657: EXCEPTION
658: WHEN OTHERS THEN
659: wf_core.context('FND_FLEX_WORKFLOW_APIS', 'START_PROCESS',
660: itemtype, itemkey, TO_CHAR(actid), funcmode);
661: report_wf_error('FND_FLEX_WORKFLOW_APIS.START_GENERATION');
662: RAISE;
663: END start_generation;

Line 793: wf_core.context('FND_FLEX_WORKFLOW_APIS', 'ASSIGN_TO_SEGMENT',

789: RETURN;
790:
791: EXCEPTION
792: WHEN OTHERS THEN
793: wf_core.context('FND_FLEX_WORKFLOW_APIS', 'ASSIGN_TO_SEGMENT',
794: itemtype, itemkey, TO_CHAR(actid), funcmode);
795:
796: report_wf_error('FND_FLEX_WORKFLOW_APIS.ASSIGN_TO_SEGMENT');
797: RAISE;

Line 925: wf_core.context('FND_FLEX_WORKFLOW_APIS',

921: RETURN;
922:
923: EXCEPTION
924: WHEN OTHERS THEN
925: wf_core.context('FND_FLEX_WORKFLOW_APIS',
926: 'GET_VALUE_FROM_COMBINATION', itemtype, itemkey,
927: TO_CHAR(actid), funcmode);
928: report_wf_error('FND_FLEX_WORKFLOW_APIS.GET_VALUE_FROM_COMBINATION');
929: RAISE;

Line 1066: wf_core.context('FND_FLEX_WORKFLOW_APIS',

1062: RETURN;
1063:
1064: EXCEPTION
1065: WHEN OTHERS THEN
1066: wf_core.context('FND_FLEX_WORKFLOW_APIS',
1067: 'GET_VALUE_FROM_COMBINATION2', itemtype, itemkey,
1068: TO_CHAR(actid), funcmode);
1069: report_wf_error('FND_FLEX_WORKFLOW_APIS.GET_VALUE_FROM_COMBINATION2');
1070: RAISE;

Line 1184: wf_core.context('FND_FLEX_WORKFLOW_APIS',

1180: RETURN;
1181:
1182: EXCEPTION
1183: WHEN OTHERS THEN
1184: wf_core.context('FND_FLEX_WORKFLOW_APIS',
1185: 'COPY_FROM_COMBINATION', itemtype, itemkey,
1186: TO_CHAR(actid), funcmode);
1187: report_wf_error('FND_FLEX_WORKFLOW_APIS.COPY_FROM_COMBINATION');
1188: RAISE;

Line 1329: wf_core.context('FND_FLEX_WORKFLOW_APIS',

1325: RETURN;
1326:
1327: EXCEPTION
1328: WHEN OTHERS THEN
1329: wf_core.context('FND_FLEX_WORKFLOW_APIS',
1330: 'COPY_SEGMENT_FROM_COMBINATION', itemtype, itemkey,
1331: TO_CHAR(actid), funcmode);
1332: report_wf_error('FND_FLEX_WORKFLOW_APIS.COPY_SEGMENT_FROM_COMBINATION');
1333: RAISE;

Line 1501: wf_core.context('FND_FLEX_WORKFLOW_APIS',

1497: RETURN;
1498:
1499: EXCEPTION
1500: WHEN OTHERS THEN
1501: wf_core.context('FND_FLEX_WORKFLOW_APIS',
1502: 'COPY_SEGMENT_FROM_COMBINATION2', itemtype, itemkey,
1503: TO_CHAR(actid), funcmode);
1504: report_wf_error('FND_FLEX_WORKFLOW_APIS.COPY_SEGMENT_FROM_COMBINATION2');
1505: RAISE;

Line 1624: wf_core.context('FND_FLEX_WORKFLOW_APIS',

1620: RETURN;
1621:
1622: EXCEPTION
1623: WHEN OTHERS THEN
1624: wf_core.context('FND_FLEX_WORKFLOW_APIS',
1625: 'IS_COMBINATION_COMPLETE', itemtype, itemkey,
1626: TO_CHAR(actid), funcmode);
1627: report_wf_error('FND_FLEX_WORKFLOW_APIS.IS_COMBINATION_COMPLETE');
1628: RAISE;

Line 1873: wf_core.context('FND_FLEX_WORKFLOW_APIS',

1869: RETURN;
1870:
1871: EXCEPTION
1872: WHEN OTHERS THEN
1873: wf_core.context('FND_FLEX_WORKFLOW_APIS',
1874: 'VALIDATE_COMBINATION', itemtype, itemkey,
1875: TO_CHAR(actid), funcmode);
1876: report_wf_error('FND_FLEX_WORKFLOW_APIS.VALIDATE_COMBINATION');
1877: RAISE;

Line 1941: wf_core.context('FND_FLEX_WORKFLOW_APIS',

1937: RETURN;
1938:
1939: EXCEPTION
1940: WHEN OTHERS THEN
1941: wf_core.context('FND_FLEX_WORKFLOW_APIS',
1942: 'END_IN_FAILURE', itemtype, itemkey,
1943: TO_CHAR(actid), funcmode);
1944: report_wf_error('FND_FLEX_WORKFLOW_APIS.ABORT_GENERATION');
1945: RAISE;

Line 1992: wf_core.context('FND_FLEX_WORKFLOW_APIS',

1988: RETURN;
1989:
1990: EXCEPTION
1991: WHEN OTHERS THEN
1992: wf_core.context('FND_FLEX_WORKFLOW_APIS',
1993: 'END_IN_SUCCESS', itemtype, itemkey,
1994: TO_CHAR(actid), funcmode);
1995: report_wf_error('FND_FLEX_WORKFLOW_APIS.END_GENERATION');
1996: RAISE;