DBA Data[Home] [Help]

APPS.OE_ADV_PRICE_PVT dependencies on DUAL

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

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