DBA Data[Home] [Help]

APPS.OE_EXPORT_COMPLIANCE_WF dependencies on OE_MSG_PUB

Line 35: OE_MSG_PUB.set_msg_context(

31: -- RUN mode - normal process execution
32: --
33: if (funcmode = 'RUN') then
34:
35: OE_MSG_PUB.set_msg_context(
36: p_entity_code => 'LINE'
37: ,p_entity_id => to_number(itemkey)
38: ,p_line_id => to_number(itemkey));
39:

Line 68: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR) THEN

64: IF l_debug_level > 0 THEN
65: oe_debug_pub.add('OEXWECSB.pls: unable to lock the line:'||l_top_model_line_id,1);
66: END IF;
67: resultout := 'COMPLETE:INCOMPLETE';
68: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR) THEN
69: fnd_message.set_name('ONT', 'OE_LINE_LOCKED');
70: OE_MSG_PUB.Add;
71: END IF;
72: OE_STANDARD_WF.Save_Messages;

Line 70: OE_MSG_PUB.Add;

66: END IF;
67: resultout := 'COMPLETE:INCOMPLETE';
68: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR) THEN
69: fnd_message.set_name('ONT', 'OE_LINE_LOCKED');
70: OE_MSG_PUB.Add;
71: END IF;
72: OE_STANDARD_WF.Save_Messages;
73: OE_STANDARD_WF.Clear_Msg_Context;
74: return;

Line 92: OE_MSG_PUB.set_msg_context(

88: OE_STANDARD_WF.Clear_Msg_Context;
89: return;
90: END IF;
91:
92: OE_MSG_PUB.set_msg_context(
93: p_entity_code => 'LINE'
94: ,p_entity_id => l_line_rec.line_id
95: ,p_header_id => l_line_rec.header_id
96: ,p_line_id => l_line_rec.line_id