DBA Data[Home] [Help]

APPS.OE_ORDER_ADJ_PVT dependencies on OE_MSG_REQUEST_ID_S

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

9476: End If;-- Status_Code
9477:
9478: oe_debug_pub.add('Before Reset_fields');
9479: If l_invalid_line = 'Y' Then
9480: select oe_msg_request_id_s.nextval into l_request_id from dual;
9481: OE_MSG_PUB.INSERT_MESSAGE(OE_MSG_PUB.COUNT_MSG, l_request_id,'U');
9482: Reset_Fields(l_line_rec);
9483: l_invalid_line := 'N';
9484: End If;

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

9934: FND_MESSAGE.SET_TOKEN('ERR_TEXT', p_req_line_detail_tbl(j).LIMIT_TEXT);
9935: OE_MSG_PUB.Add;
9936: IF (OE_GLOBALS.G_UI_FLAG ) THEN
9937: IF (G_REQUEST_ID IS NULL) THEN
9938: select oe_msg_request_id_s.nextval into g_request_id from dual;
9939: END IF;
9940: OE_MSG_PUB.INSERT_MESSAGE(OE_MSG_PUB.COUNT_MSG, G_REQUEST_ID,'U');
9941: OE_MSG_PUB.DELETE_MSG(OE_MSG_PUB.COUNT_MSG);
9942: END IF;