DBA Data[Home] [Help]

APPS.ONT_ITM_PKG dependencies on OE_MSG_PUB

Line 619: OE_MSG_PUB.Add;

615: FND_MESSAGE.SET_TOKEN('SRC_DEST',
616: OE_ORDER_UTIL.Get_Attribute_Name('SHIP_TO_ORG_ID'));
617: END IF;
618:
619: OE_MSG_PUB.Add;
620: x_return_status := FND_API.G_RET_STS_ERROR;
621: RETURN;
622: END IF;
623:

Line 793: OE_MSG_PUB.Add;

789: FND_MESSAGE.SET_TOKEN('PARTY',
790: OE_ORDER_UTIL.Get_Attribute_Name('SHIP_TO_ORG_ID'));
791: END IF;
792:
793: OE_MSG_PUB.Add;
794:
795: IF l_debug_level > 0 THEN
796: oe_debug_pub.add('Ship from and customer party name are mandatory' , 1 ) ;
797: END IF;

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

1401: WHEN APP_EXCEPTIONS.RECORD_LOCK_EXCEPTION THEN
1402: IF l_debug_level > 0 THEN
1403: oe_debug_pub.add('OEXVITMB.pls: unable to lock the line',1);
1404: END IF;
1405: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR) THEN
1406: OE_MSG_PUB.set_msg_context(
1407: p_entity_code => 'LINE'
1408: ,p_entity_id => l_line_id
1409: ,p_header_id => l_header_id

Line 1406: OE_MSG_PUB.set_msg_context(

1402: IF l_debug_level > 0 THEN
1403: oe_debug_pub.add('OEXVITMB.pls: unable to lock the line',1);
1404: END IF;
1405: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR) THEN
1406: OE_MSG_PUB.set_msg_context(
1407: p_entity_code => 'LINE'
1408: ,p_entity_id => l_line_id
1409: ,p_header_id => l_header_id
1410: ,p_line_id => l_line_id);

Line 1413: OE_MSG_PUB.Add;

1409: ,p_header_id => l_header_id
1410: ,p_line_id => l_line_id);
1411:
1412: fnd_message.set_name('ONT', 'OE_LINE_LOCKED');
1413: OE_MSG_PUB.Add;
1414: OE_MSG_PUB.Save_API_Messages;
1415: END IF;
1416: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1417: END; --bug 4503620 ends

Line 1414: OE_MSG_PUB.Save_API_Messages;

1410: ,p_line_id => l_line_id);
1411:
1412: fnd_message.set_name('ONT', 'OE_LINE_LOCKED');
1413: OE_MSG_PUB.Add;
1414: OE_MSG_PUB.Save_API_Messages;
1415: END IF;
1416: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1417: END; --bug 4503620 ends
1418:

Line 1432: OE_MSG_PUB.set_msg_context(

1428: END IF;
1429: RETURN;
1430: END IF;
1431:
1432: OE_MSG_PUB.set_msg_context(
1433: p_entity_code => 'LINE'
1434: ,p_entity_id => l_line_rec.line_id
1435: ,p_header_id => l_line_rec.header_id
1436: ,p_line_id => l_line_rec.line_id

Line 1523: OE_MSG_PUB.Add;

1519: FND_MESSAGE.SET_NAME('ONT','OE_ECS_SYSTEM_ERROR');
1520: END IF;
1521:
1522: FND_MESSAGE.SET_TOKEN('ERRORTEXT',l_error_text);
1523: OE_MSG_PUB.Add;
1524:
1525:
1526: -- Check for errors in Response lines
1527:

Line 1540: OE_MSG_PUB.Add;

1536: FND_MESSAGE.SET_NAME('ONT','OE_ECS_SYSTEM_ERROR');
1537: END IF;
1538:
1539: FND_MESSAGE.SET_TOKEN('ERRORTEXT',l_error_text);
1540: OE_MSG_PUB.Add;
1541: END;
1542: END LOOP;
1543: END IF; --Check for System or Data Errors
1544:

Line 1554: OE_MSG_PUB.Add;

1550: IF c_resplines.denied_party_flag = 'Y' THEN
1551: FND_MESSAGE.SET_NAME('ONT','OE_ECS_DENIED_PARTY');
1552: FND_MESSAGE.SET_TOKEN('DENIEDPARTY',
1553: c_resplines.party_name);
1554: OE_MSG_PUB.Add;
1555: IF l_debug_level > 0 THEN
1556: OE_DEBUG_PUB.Add('Party Name:'||c_resplines.party_name||',denied');
1557: END IF;
1558: END IF;

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

1738:
1739: END IF;
1740:
1741:
1742: OE_MSG_PUB.SAVE_MESSAGES(l_line_rec.line_id);
1743:
1744: IF l_debug_level > 0 THEN
1745: oe_debug_pub.add('Exiting response api',1);
1746: END IF;