DBA Data[Home] [Help]

APPS.OE_ADV_PRICE_PVT dependencies on OE_MSG_PUB

Line 1154: OE_MSG_PUB.ADD;

1150: EXCEPTION WHEN OTHERS THEN
1151: l_org := l_org_id;
1152: END;
1153: FND_MESSAGE.SET_TOKEN('ORG', l_org);
1154: OE_MSG_PUB.ADD;
1155: l_line_rec.operation := OE_GLOBALS.G_OPR_NONE;
1156: QP_UTIL_PUB.Update_Lines('MAKE_STATUS_INVALID',l_line_rec.line_id,
1157: NULL,NULL);
1158: End;

Line 1497: OE_MSG_PUB.Add('N');

1493: else
1494: --bug 2412868 end
1495: FND_MESSAGE.SET_TOKEN('QUANTITY',l_line_rec.Ordered_quantity);
1496: end if;
1497: OE_MSG_PUB.Add('N');
1498: px_line_tbl(px_line_tbl.last+1) := l_line_rec;
1499: px_price_line_id_tbl(l_line_rec.line_id) := px_line_tbl.last;
1500: END IF;
1501: End If;

Line 1607: OE_MSG_PUB.Add;

1603: FND_MESSAGE.SET_NAME('ONT','ONT_PROMO_HOLD_APPLIED');
1604: ELSE
1605: FND_MESSAGE.SET_NAME('ONT', 'ONT_LINE_PROMO_HOLD_APPLIED');
1606: END IF;
1607: OE_MSG_PUB.Add;
1608: Else
1609: IF l_debug_level > 0 THEN
1610: oe_debug_pub.add('error applying hold',3);
1611: END IF;

Line 1672: OE_MSG_PUB.ADD;

1668: i.hold_code = QP_PREQ_GRP.G_STATUS_LIMIT_ADJUSTED or
1669: nvl(l_TRANSACTION_PHASE_CODE, 'F') <> 'F'
1670: ) THEN
1671: FND_MESSAGE.SET_NAME('ONT','ONT_PROMO_LIMIT_EXCEEDED');
1672: OE_MSG_PUB.ADD;
1673: ELSE
1674: IF ( i.line_type_code = 'LINE')
1675: Then
1676: --Promotion_Put_Hold can be copied from OEXVADJB.pls

Line 1702: OE_MSG_PUB.set_msg_context

1698: oe_debug_pub.add('line_index = '||I.line_index,1);
1699: oe_debug_pub.add('limit_text = '||I.limit_text,1);
1700: END IF;
1701: IF (i.line_id = l_header_id) THEN
1702: OE_MSG_PUB.set_msg_context
1703: ( p_entity_code => 'HEADER'
1704: ,p_entity_id => l_header_id
1705: ,p_header_id =>l_header_id
1706: ,p_line_id => NULL

Line 1749: OE_MSG_PUB.set_msg_context

1745: l_source_document_line_id := NULL;
1746: END;
1747: END IF;
1748:
1749: OE_MSG_PUB.set_msg_context
1750: ( p_entity_code => 'LINE'
1751: ,p_entity_id => i.line_id
1752: ,p_header_id =>l_header_id
1753: ,p_line_id => i.line_id

Line 1771: OE_MSG_PUB.Add;

1767: END IF;
1768:
1769: FND_MESSAGE.SET_NAME('ONT','ONT_PROMO_LIMIT_EXCEEDED');
1770: FND_MESSAGE.SET_TOKEN('ERR_TEXT', i.LIMIT_TEXT);
1771: OE_MSG_PUB.Add;
1772: IF (OE_GLOBALS.G_UI_FLAG ) THEN
1773: IF (G_REQUEST_ID IS NULL) THEN
1774: select oe_msg_request_id_s.nextval into g_request_id from dual;
1775: END IF;

Line 1776: OE_MSG_PUB.INSERT_MESSAGE(OE_MSG_PUB.COUNT_MSG, G_REQUEST_ID,'U');

1772: IF (OE_GLOBALS.G_UI_FLAG ) THEN
1773: IF (G_REQUEST_ID IS NULL) THEN
1774: select oe_msg_request_id_s.nextval into g_request_id from dual;
1775: END IF;
1776: OE_MSG_PUB.INSERT_MESSAGE(OE_MSG_PUB.COUNT_MSG, G_REQUEST_ID,'U');
1777: OE_MSG_PUB.DELETE_MSG(OE_MSG_PUB.COUNT_MSG);
1778: END IF;
1779:
1780:

Line 1777: OE_MSG_PUB.DELETE_MSG(OE_MSG_PUB.COUNT_MSG);

1773: IF (G_REQUEST_ID IS NULL) THEN
1774: select oe_msg_request_id_s.nextval into g_request_id from dual;
1775: END IF;
1776: OE_MSG_PUB.INSERT_MESSAGE(OE_MSG_PUB.COUNT_MSG, G_REQUEST_ID,'U');
1777: OE_MSG_PUB.DELETE_MSG(OE_MSG_PUB.COUNT_MSG);
1778: END IF;
1779:
1780:
1781: end LOOP;