DBA Data[Home] [Help]

APPS.XNP_WF_STANDARD dependencies on WF_CORE

Line 243: wf_core.context(

239: 'ERROR_LOCN','XNP_WF_STANDARD.SET_SDP_CONTEXT');
240: fnd_message.set_token('ERROR_TEXT',
241: ':'||to_char(SQLCODE)||':'||SQLERRM);
242: x_progress := fnd_message.get;
243: wf_core.context(
244: 'XNP_WF_STANDARD'
245: , 'SET_SDP_CONTEXT'
246: , itemtype
247: , itemkey

Line 992: wf_core.clear;

988:
989: EXCEPTION
990: WHEN OTHERS THEN
991: l_WORKITEM_INSTANCE_ID := NULL;
992: wf_core.clear;
993: END;
994:
995: BEGIN
996:

Line 1010: wf_core.clear;

1006:
1007: EXCEPTION
1008: WHEN OTHERS THEN
1009: l_FA_INSTANCE_ID := NULL;
1010: wf_core.clear;
1011: END;
1012:
1013: -- Get the callback reference id
1014:

Line 1172: wf_core.clear;

1168:
1169: EXCEPTION
1170: WHEN OTHERS THEN
1171: l_FA_INSTANCE_ID := NULL;
1172: wf_core.clear;
1173: END;
1174:
1175: -- Get the callback reference id
1176: XNP_UTILS.CHECK_TO_GET_REF_ID

Line 2375: wf_core.clear;

2371:
2372: EXCEPTION
2373: WHEN OTHERS THEN
2374: l_FA_INSTANCE_ID := NULL;
2375: wf_core.clear;
2376: END;
2377:
2378: -- Get the event type to publish
2379:

Line 2892: wf_core.clear;

2888:
2889: EXCEPTION
2890: WHEN OTHERS THEN
2891: l_FA_INSTANCE_ID := NULL;
2892: wf_core.clear;
2893: END;
2894:
2895:
2896: -- Get the event type to publish

Line 2963: IF ( WF_CORE.ERROR_NAME = 'WFENG_ITEM_ATTR')

2959:
2960: EXCEPTION
2961: WHEN OTHERS THEN
2962: -- Item attr doesn't exist yet, so create it
2963: IF ( WF_CORE.ERROR_NAME = 'WFENG_ITEM_ATTR')
2964: THEN
2965:
2966: -- Clear the error buffers
2967: wf_core.clear;

Line 2967: wf_core.clear;

2963: IF ( WF_CORE.ERROR_NAME = 'WFENG_ITEM_ATTR')
2964: THEN
2965:
2966: -- Clear the error buffers
2967: wf_core.clear;
2968:
2969: WF_ENGINE.AddItemAttr
2970: (itemtype => itemtype
2971: ,itemkey => itemkey

Line 2984: wf_core.clear;

2980: ,itemkey => itemkey
2981: ,aname => l_version_label||'_VER'
2982: ,avalue => l_VERSION
2983: );
2984: wf_core.clear;
2985: ELSE
2986: RAISE;
2987: END IF;
2988: END;

Line 3769: wf_core.context(

3765: 'ERROR_LOCN','XNP_WF_STANDARD.REJECT_MESSAGE');
3766: fnd_message.set_token('ERROR_TEXT',
3767: ':'||to_char(SQLCODE)||':'||SQLERRM);
3768: x_progress := fnd_message.get;
3769: wf_core.context(
3770: 'XNP_WF_STANDARD'
3771: , 'REJECT_MESSAGE'
3772: ,itemtype
3773: , itemkey

Line 3850: wf_core.context(

3846: 'ERROR_LOCN','XNP_WF_STANDARD.RETRY_MESSAGE');
3847: fnd_message.set_token('ERROR_TEXT',
3848: ':'||to_char(SQLCODE)||':'||SQLERRM);
3849: x_progress := fnd_message.get;
3850: wf_core.context(
3851: 'XNP_WF_STANDARD'
3852: , 'RETRY_MESSAGE'
3853: ,itemtype
3854: , itemkey

Line 3925: wf_core.context('XNP_WF_STANDARD','WAITFORFLOW', itemtype, itemkey, to_char(actid), SUBSTR(SQLERRM,1,1500));

3921: END IF;
3922:
3923: EXCEPTION
3924: WHEN OTHERS THEN
3925: wf_core.context('XNP_WF_STANDARD','WAITFORFLOW', itemtype, itemkey, to_char(actid), SUBSTR(SQLERRM,1,1500));
3926: raise;
3927: END WAITFORFLOW;
3928:
3929:

Line 3972: wf_core.context('XNP_WF_STANDARD','CONTINUEFLOW', itemtype, itemkey, to_char(actid), SUBSTR(SQLERRM,1,1500));

3968: END IF;
3969:
3970: EXCEPTION
3971: WHEN OTHERS THEN
3972: wf_core.context('XNP_WF_STANDARD','CONTINUEFLOW', itemtype, itemkey, to_char(actid), SUBSTR(SQLERRM,1,1500));
3973: raise;
3974: END CONTINUEFLOW;
3975:
3976:

Line 7066: wf_core.context('XNP_WF_STANDARD', 'RUNTIME_VALIDATION', itemtype,

7062: IF l_ErrCode<>0 THEN
7063: raise e_Add_Item_Attr;
7064: END IF;
7065:
7066: wf_core.context('XNP_WF_STANDARD', 'RUNTIME_VALIDATION', itemtype,
7067: itemkey, null, l_error_message);
7068:
7069: ELSE
7070: -- Completion

Line 7100: wf_core.context('XNP_WF_STANDARD', 'RUNTIME_VALIDATION', itemtype,

7096: x_progress := to_char(SQLCODE)||':'||SQLERRM;
7097: END IF;
7098:
7099:
7100: wf_core.context('XNP_WF_STANDARD', 'RUNTIME_VALIDATION', itemtype,
7101: itemkey,null, x_progress);
7102: raise;
7103:
7104: END RUNTIME_VALIDATION;

Line 7189: wf_core.context('XNP_WF_STANDARD', 'SYNC_LI_PARAMETER_VALUES', itemtype,

7185: -- system in case of an exception
7186: ------------------------------------------------------------------
7187: x_progress := to_char(SQLCODE)||':'||SQLERRM;
7188:
7189: wf_core.context('XNP_WF_STANDARD', 'SYNC_LI_PARAMETER_VALUES', itemtype,
7190: itemkey,null, x_progress);
7191: raise;
7192: END SYNC_LI_PARAMETER_VALUES;
7193:

Line 7289: wf_core.context('XNP_WF_STANDARD', 'GET_ORD_FULFILLMENT_STATUS', itemtype,

7285: -- system in case of an exception
7286: ------------------------------------------------------------------
7287: x_progress := to_char(SQLCODE)||':'||SQLERRM;
7288:
7289: wf_core.context('XNP_WF_STANDARD', 'GET_ORD_FULFILLMENT_STATUS', itemtype,
7290: itemkey,null, x_progress);
7291: raise;
7292: END GET_ORD_FULFILLMENT_STATUS;
7293:

Line 7389: wf_core.context('XNP_WF_STANDARD', 'SET_ORD_FULFILLMENT_STATUS', itemtype,

7385: -- system in case of an exception
7386: ------------------------------------------------------------------
7387: x_progress := to_char(SQLCODE)||':'||SQLERRM;
7388:
7389: wf_core.context('XNP_WF_STANDARD', 'SET_ORD_FULFILLMENT_STATUS', itemtype,
7390: itemkey,null, x_progress);
7391: raise;
7392: END SET_ORD_FULFILLMENT_STATUS;
7393:

Line 7497: wf_core.context('XNP_WF_STANDARD', 'SET_WI_FULFILLMENT_STATUS', itemtype,

7493: ------------------------------------------------------------------
7494: x_progress := to_char(SQLCODE)||':'||SQLERRM;
7495:
7496:
7497: wf_core.context('XNP_WF_STANDARD', 'SET_WI_FULFILLMENT_STATUS', itemtype,
7498: itemkey,null, x_progress);
7499: raise;
7500: END SET_WI_FULFILLMENT_STATUS;
7501:

Line 7590: wf_core.context(

7586: fnd_message.set_token('ERROR_TEXT',
7587: ':'||to_char(SQLCODE)||':'||SQLERRM);
7588: end if;
7589: x_progress := fnd_message.get;
7590: wf_core.context(
7591: 'XNP_WF_STANDARD'
7592: , 'DEREGISTERALL'
7593: , itemtype
7594: , itemkey

Line 7650: wf_core.context('XNP_WF_STANDARD', 'downloadWIParams', null, null, null, l_WIInstanceID );

7646:
7647:
7648: EXCEPTION
7649: WHEN others THEN
7650: wf_core.context('XNP_WF_STANDARD', 'downloadWIParams', null, null, null, l_WIInstanceID );
7651: RAISE;
7652:
7653: END downloadWIParams;
7654:

Line 7706: wf_core.context('XNP_WF_STANDARD', 'downloadFAParams', null, null, null, p_FAInstanceID );

7702: END LOOP;
7703:
7704: EXCEPTION
7705: WHEN others THEN
7706: wf_core.context('XNP_WF_STANDARD', 'downloadFAParams', null, null, null, p_FAInstanceID );
7707: RAISE;
7708: END downloadFAParams;
7709:
7710:

Line 7757: wf_core.context('XNP_WF_STANDARD', 'uploadFAParams', null, null, null, p_FAInstanceID );

7753: END LOOP;
7754:
7755: EXCEPTION
7756: WHEN others THEN
7757: wf_core.context('XNP_WF_STANDARD', 'uploadFAParams', null, null, null, p_FAInstanceID );
7758: RAISE;
7759: END uploadFAParams;
7760:
7761: