DBA Data[Home] [Help]

APPS.OE_OEOL_SCH dependencies on OE_MSG_PUB

Line 471: OE_MSG_PUB.set_msg_context(p_entity_code => 'LINE'

467: RETURN;
468: END;
469: l_line_id := to_number(itemkey);
470:
471: OE_MSG_PUB.set_msg_context(p_entity_code => 'LINE'
472: ,p_entity_id => l_line_id
473: ,p_header_id => l_header_id
474: ,p_line_id => l_line_id
475: ,p_order_source_id => l_order_source_id

Line 788: OE_MSG_PUB.Add;

784: ELSE
785: FND_MESSAGE.SET_NAME('ONT','OE_SCH_LINE_ON_HOLD');
786: END IF;
787: -- End modified for bug 2515791
788: OE_MSG_PUB.Add;
789:
790: resultout := 'COMPLETE:ON_HOLD';
791: OE_STANDARD_WF.Save_Messages;
792: OE_STANDARD_WF.Clear_Msg_Context;

Line 936: OE_MSG_PUB.update_msg_context( p_entity_code => 'LINE'

932: OE_Line_Util.Query_Row
933: (p_line_id => to_number(itemkey),
934: x_line_rec => l_line_rec);
935:
936: OE_MSG_PUB.update_msg_context( p_entity_code => 'LINE'
937: ,p_entity_id => l_line_rec.line_id
938: ,p_header_id => l_line_rec.header_id
939: ,p_line_id => l_line_rec.line_id
940: ,p_orig_sys_document_ref => l_line_rec.orig_sys_document_ref

Line 1390: OE_MSG_PUB.set_msg_context(

1386: resultout := 'COMPLETE:NOT_ELIGIBLE';
1387: return;
1388: END IF;
1389:
1390: OE_MSG_PUB.set_msg_context(
1391: p_entity_code => 'LINE'
1392: ,p_entity_id => l_line_rec.line_id
1393: ,p_header_id => l_line_rec.header_id
1394: ,p_line_id => l_line_rec.line_id

Line 1408: OE_MSG_PUB.Add;

1404: IF l_line_rec.ship_from_org_id is null THEN
1405: -- ship_from_org_id reqd
1406:
1407: FND_MESSAGE.SET_NAME('ONT','OE_DS_WHSE_REQD');
1408: OE_MSG_PUB.Add;
1409: resultout := 'COMPLETE:INCOMPLETE';
1410: OE_STANDARD_WF.Save_Messages;
1411: OE_STANDARD_WF.Clear_Msg_Context;
1412: return;

Line 1474: OE_MSG_PUB.Add;

1470: IF l_debug_level > 0 THEN
1471: oe_debug_pub.add( 'UNABLE TO ASSOCIATE RECEIVING LOCATION ; OEXWSCHB.PLS ' , 1 ) ;
1472: END IF;
1473: FND_MESSAGE.SET_NAME('ONT','OE_DS_NO_LOC_LINK');
1474: OE_MSG_PUB.Add;
1475: resultout := 'COMPLETE:INCOMPLETE';
1476: OE_STANDARD_WF.Save_Messages;
1477: OE_STANDARD_WF.Clear_Msg_Context;
1478: return;