DBA Data[Home] [Help]

APPS.OE_ADV_PRICE_PVT dependencies on OE_MSG_PUB

Line 1451: OE_MSG_PUB.ADD;

1447: EXCEPTION WHEN OTHERS THEN
1448: l_org := l_org_id;
1449: END;
1450: FND_MESSAGE.SET_TOKEN('ORG', l_org);
1451: OE_MSG_PUB.ADD;
1452: l_line_rec.operation := OE_GLOBALS.G_OPR_NONE;
1453: QP_UTIL_PUB.Update_Lines('MAKE_STATUS_INVALID',l_line_rec.line_id,
1454: NULL,NULL);
1455: End;

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

1920: else
1921: --bug 2412868 end
1922: FND_MESSAGE.SET_TOKEN('QUANTITY',l_line_rec.Ordered_quantity);
1923: end if;
1924: OE_MSG_PUB.Add('N');
1925: px_line_tbl(px_line_tbl.last+1) := l_line_rec;
1926: px_price_line_id_tbl(MOD(l_line_rec.line_id, G_BINARY_LIMIT)) := px_line_tbl.last; -- BUG 8631297
1927: END IF;
1928: End If;

Line 2034: OE_MSG_PUB.Add;

2030: FND_MESSAGE.SET_NAME('ONT','ONT_PROMO_HOLD_APPLIED');
2031: ELSE
2032: FND_MESSAGE.SET_NAME('ONT', 'ONT_LINE_PROMO_HOLD_APPLIED');
2033: END IF;
2034: OE_MSG_PUB.Add;
2035: Else
2036: IF l_debug_level > 0 THEN
2037: oe_debug_pub.add('error applying hold',3);
2038: END IF;

Line 2099: OE_MSG_PUB.ADD;

2095: i.hold_code = QP_PREQ_GRP.G_STATUS_LIMIT_ADJUSTED or
2096: nvl(l_TRANSACTION_PHASE_CODE, 'F') <> 'F'
2097: ) THEN
2098: FND_MESSAGE.SET_NAME('ONT','ONT_PROMO_LIMIT_EXCEEDED');
2099: OE_MSG_PUB.ADD;
2100: ELSE
2101: IF ( i.line_type_code = 'LINE')
2102: Then
2103: --Promotion_Put_Hold can be copied from OEXVADJB.pls

Line 2129: OE_MSG_PUB.set_msg_context

2125: oe_debug_pub.add('line_index = '||I.line_index,1);
2126: oe_debug_pub.add('limit_text = '||I.limit_text,1);
2127: END IF;
2128: IF (i.line_id = l_header_id) THEN
2129: OE_MSG_PUB.set_msg_context
2130: ( p_entity_code => 'HEADER'
2131: ,p_entity_id => l_header_id
2132: ,p_header_id =>l_header_id
2133: ,p_line_id => NULL

Line 2176: OE_MSG_PUB.set_msg_context

2172: l_source_document_line_id := NULL;
2173: END;
2174: END IF;
2175:
2176: OE_MSG_PUB.set_msg_context
2177: ( p_entity_code => 'LINE'
2178: ,p_entity_id => i.line_id
2179: ,p_header_id =>l_header_id
2180: ,p_line_id => i.line_id

Line 2198: OE_MSG_PUB.Add;

2194: END IF;
2195:
2196: FND_MESSAGE.SET_NAME('ONT','ONT_PROMO_LIMIT_EXCEEDED');
2197: FND_MESSAGE.SET_TOKEN('ERR_TEXT', i.LIMIT_TEXT);
2198: OE_MSG_PUB.Add;
2199: IF (OE_GLOBALS.G_UI_FLAG ) THEN
2200: IF (G_REQUEST_ID IS NULL) THEN
2201: select oe_msg_request_id_s.nextval into g_request_id from dual;
2202: END IF;

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

2199: IF (OE_GLOBALS.G_UI_FLAG ) THEN
2200: IF (G_REQUEST_ID IS NULL) THEN
2201: select oe_msg_request_id_s.nextval into g_request_id from dual;
2202: END IF;
2203: OE_MSG_PUB.INSERT_MESSAGE(OE_MSG_PUB.COUNT_MSG, G_REQUEST_ID,'U');
2204: OE_MSG_PUB.DELETE_MSG(OE_MSG_PUB.COUNT_MSG);
2205: END IF;
2206:
2207:

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

2200: IF (G_REQUEST_ID IS NULL) THEN
2201: select oe_msg_request_id_s.nextval into g_request_id from dual;
2202: END IF;
2203: OE_MSG_PUB.INSERT_MESSAGE(OE_MSG_PUB.COUNT_MSG, G_REQUEST_ID,'U');
2204: OE_MSG_PUB.DELETE_MSG(OE_MSG_PUB.COUNT_MSG);
2205: END IF;
2206:
2207:
2208: end LOOP;