DBA Data[Home] [Help]

APPS.OE_ADV_PRICE_PVT dependencies on DUAL

Line 2201: select oe_msg_request_id_s.nextval into g_request_id from dual;

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;
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;