DBA Data[Home] [Help]

APPS.OE_EXPORT_COMPLIANCE_WF dependencies on FND_MESSAGE

Line 69: fnd_message.set_name('ONT', 'OE_LINE_LOCKED');

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;
73: OE_STANDARD_WF.Clear_Msg_Context;