DBA Data[Home] [Help]

APPS.OE_ERROR_WF dependencies on OE_STANDARD_WF

Line 324: oe_standard_wf.set_msg_context(l_activity_id);

320: itemtype => itemtype,
321: itemkey => itemkey,
322: aname => 'ERROR_ACTIVITY_ID');
323:
324: oe_standard_wf.set_msg_context(l_activity_id);
325:
326: IF err_itemtype IN ('OEOI','OESO','OEOA','OEXWFEDI') THEN
327: OE_MSG_PUB.set_msg_context(
328: p_entity_code => 'ELECMSG_'||err_itemtype

Line 349: OE_STANDARD_WF.Save_Messages;

345: END IF;
346: fnd_message.set_name('ONT', 'ONT_CONC_MSG');
347: fnd_message.set_token('CONC_REQ_ID', l_conc_req_id);
348: OE_MSG_PUB.Add;
349: OE_STANDARD_WF.Save_Messages;
350: OE_STANDARD_WF.Clear_Msg_Context;
351:
352: fnd_message.set_name('ONT', 'ONT_CONC_MSG');
353: fnd_message.set_token('CONC_REQ_ID', l_conc_req_id);

Line 350: OE_STANDARD_WF.Clear_Msg_Context;

346: fnd_message.set_name('ONT', 'ONT_CONC_MSG');
347: fnd_message.set_token('CONC_REQ_ID', l_conc_req_id);
348: OE_MSG_PUB.Add;
349: OE_STANDARD_WF.Save_Messages;
350: OE_STANDARD_WF.Clear_Msg_Context;
351:
352: fnd_message.set_name('ONT', 'ONT_CONC_MSG');
353: fnd_message.set_token('CONC_REQ_ID', l_conc_req_id);
354: l_conc_msg := fnd_message.get;

Line 854: Wf_Core.Context('OE_STANDARD_WF', 'STANDARD_BLOCK', itemtype,

850: end if;
851:
852: exception
853: when others then
854: Wf_Core.Context('OE_STANDARD_WF', 'STANDARD_BLOCK', itemtype,
855: itemkey, to_char(actid), funcmode);
856: raise;
857: end Set_entity_Descriptor;
858:

Line 924: WF_CORE.Context('OE_STANDARD_WF', 'Check_Error_Active',

920: END IF;
921:
922: EXCEPTION
923: WHEN OTHERS THEN
924: WF_CORE.Context('OE_STANDARD_WF', 'Check_Error_Active',
925: itemtype, itemkey, actid, funcmode);
926: RAISE;
927: END Check_Error_Active;
928:

Line 1061: Wf_Core.Context('OE_STANDARD_WF', 'Reset_Error', itemtype,

1057:
1058: resultout := wf_engine.eng_null;
1059: exception
1060: when wf_invalid_command then
1061: Wf_Core.Context('OE_STANDARD_WF', 'Reset_Error', itemtype,
1062: itemkey, to_char(actid), funcmode);
1063: Wf_Core.Token('COMMAND', cmd);
1064: Wf_Core.Raise('WFSQL_COMMAND');
1065: when others then

Line 1066: Wf_Core.Context('OE_STANDARD_WF', 'Reset_Error', itemtype,

1062: itemkey, to_char(actid), funcmode);
1063: Wf_Core.Token('COMMAND', cmd);
1064: Wf_Core.Raise('WFSQL_COMMAND');
1065: when others then
1066: Wf_Core.Context('OE_STANDARD_WF', 'Reset_Error', itemtype,
1067: itemkey, to_char(actid), funcmode);
1068: raise;
1069: end Reset_Error;
1070:

Line 1408: OE_Standard_Wf.OEOH_Selector (p_item_type,

1404:
1405: p_x_result := NULL;
1406:
1407: IF p_item_type = 'OEOH' THEN
1408: OE_Standard_Wf.OEOH_Selector (p_item_type,
1409: p_item_key,
1410: p_activity_id,
1411: p_mode, p_x_result);
1412: ELSIF p_item_type = 'OEOL' THEN

Line 1413: OE_Standard_Wf.OEOL_Selector (p_item_type,

1409: p_item_key,
1410: p_activity_id,
1411: p_mode, p_x_result);
1412: ELSIF p_item_type = 'OEOL' THEN
1413: OE_Standard_Wf.OEOL_Selector (p_item_type,
1414: p_item_key,
1415: p_activity_id,
1416: p_mode, p_x_result);
1417: ELSIF p_item_type = 'OEBH' THEN

Line 1418: OE_Standard_Wf.OEBH_Selector (p_item_type,

1414: p_item_key,
1415: p_activity_id,
1416: p_mode, p_x_result);
1417: ELSIF p_item_type = 'OEBH' THEN
1418: OE_Standard_Wf.OEBH_Selector (p_item_type,
1419: p_item_key,
1420: p_activity_id,
1421: p_mode, p_x_result);
1422: ELSIF p_item_type = 'OENH' THEN

Line 1423: OE_Standard_Wf.OENH_Selector (p_item_type,

1419: p_item_key,
1420: p_activity_id,
1421: p_mode, p_x_result);
1422: ELSIF p_item_type = 'OENH' THEN
1423: OE_Standard_Wf.OENH_Selector (p_item_type,
1424: p_item_key,
1425: p_activity_id,
1426: p_mode, p_x_result);
1427: ELSIF p_item_type = 'OEOI' THEN