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

Line 291: OE_MSG_PUB.set_msg_context(

287: -- RUN mode - normal process execution
288: --
289: IF (funcmode = 'RUN') THEN
290:
291: OE_MSG_PUB.set_msg_context(
292: p_entity_code => 'LINE'
293: ,p_entity_id => to_number(itemkey)
294: ,p_line_id => to_number(itemkey));
295:

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

400: WHEN APP_EXCEPTIONS.RECORD_LOCK_EXCEPTION THEN
401: IF l_debug_level > 0 THEN
402: oe_debug_pub.add('OEXWECSB.pls: unable to lock the line', 1);
403: END IF;
404: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR) THEN
405: OE_MSG_PUB.set_msg_context(
406: p_entity_code => 'LINE'
407: , p_entity_id => l_line_id
408: , p_header_id => l_header_id

Line 405: OE_MSG_PUB.set_msg_context(

401: IF l_debug_level > 0 THEN
402: oe_debug_pub.add('OEXWECSB.pls: unable to lock the line', 1);
403: END IF;
404: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR) THEN
405: OE_MSG_PUB.set_msg_context(
406: p_entity_code => 'LINE'
407: , p_entity_id => l_line_id
408: , p_header_id => l_header_id
409: , p_line_id => l_line_id);

Line 412: OE_MSG_PUB.Add;

408: , p_header_id => l_header_id
409: , p_line_id => l_line_id);
410:
411: fnd_message.set_name('ONT', 'OE_LINE_LOCKED');
412: OE_MSG_PUB.Add;
413: OE_MSG_PUB.Save_API_Messages;
414: END IF;
415:
416: ROLLBACK TO UPDATE_API;

Line 413: OE_MSG_PUB.Save_API_Messages;

409: , p_line_id => l_line_id);
410:
411: fnd_message.set_name('ONT', 'OE_LINE_LOCKED');
412: OE_MSG_PUB.Add;
413: OE_MSG_PUB.Save_API_Messages;
414: END IF;
415:
416: ROLLBACK TO UPDATE_API;
417:

Line 433: OE_MSG_PUB.set_msg_context(

429: END IF;
430: RETURN;
431: END IF;
432:
433: OE_MSG_PUB.set_msg_context(
434: p_entity_code => 'LINE'
435: , p_entity_id => l_line_rec.line_id
436: , p_header_id => l_line_rec.header_id
437: , p_line_id => l_line_rec.line_id

Line 521: OE_MSG_PUB.Add;

517: FND_MESSAGE.SET_NAME('ONT', 'OE_ECS_SYSTEM_ERROR');
518: END IF;
519:
520: FND_MESSAGE.SET_TOKEN('ERRORTEXT', l_error_text);
521: OE_MSG_PUB.Add;
522:
523:
524: -- Check for errors in Response lines
525:

Line 538: OE_MSG_PUB.Add;

534: FND_MESSAGE.SET_NAME('ONT', 'OE_ECS_SYSTEM_ERROR');
535: END IF;
536:
537: FND_MESSAGE.SET_TOKEN('ERRORTEXT', l_error_text);
538: OE_MSG_PUB.Add;
539: END;
540: END LOOP;
541: END IF; --Check for System or Data Errors
542:

Line 552: OE_MSG_PUB.Add;

548: IF c_resplines.denied_party_flag = 'Y' THEN
549: FND_MESSAGE.SET_NAME('ONT', 'OE_ECS_DENIED_PARTY');
550: FND_MESSAGE.SET_TOKEN('DENIEDPARTY',
551: c_resplines.party_name);
552: OE_MSG_PUB.Add;
553: IF l_debug_level > 0 THEN
554: OE_DEBUG_PUB.Add('Party Name:' || c_resplines.party_name || ',denied');
555: END IF;
556: END IF;

Line 741: OE_MSG_PUB.SAVE_MESSAGES(l_line_rec.line_id);

737:
738: END IF;
739:
740:
741: OE_MSG_PUB.SAVE_MESSAGES(l_line_rec.line_id);
742:
743: IF l_debug_level > 0 THEN
744: oe_debug_pub.add('Exiting response api', 1);
745: END IF;