DBA Data[Home] [Help]

APPS.OE_ORDER_ADJ_PVT dependencies on OE_MSG_REQUEST_ID_S

Line 9571: select oe_msg_request_id_s.nextval into l_request_id from dual;

9567: End If;-- Status_Code
9568:
9569: oe_debug_pub.add('Before Reset_fields');
9570: If l_invalid_line = 'Y' Then
9571: select oe_msg_request_id_s.nextval into l_request_id from dual;
9572: OE_MSG_PUB.INSERT_MESSAGE(OE_MSG_PUB.COUNT_MSG, l_request_id,'U');
9573: Reset_Fields(l_line_rec);
9574: l_invalid_line := 'N';
9575: End If;

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

10025: FND_MESSAGE.SET_TOKEN('ERR_TEXT', p_req_line_detail_tbl(j).LIMIT_TEXT);
10026: OE_MSG_PUB.Add;
10027: IF (OE_GLOBALS.G_UI_FLAG ) THEN
10028: IF (G_REQUEST_ID IS NULL) THEN
10029: select oe_msg_request_id_s.nextval into g_request_id from dual;
10030: END IF;
10031: OE_MSG_PUB.INSERT_MESSAGE(OE_MSG_PUB.COUNT_MSG, G_REQUEST_ID,'U');
10032: OE_MSG_PUB.DELETE_MSG(OE_MSG_PUB.COUNT_MSG);
10033: END IF;