DBA Data[Home] [Help]

APPS.OE_MSG_PUB dependencies on OE_MSG_ID_S

Line 1285: SELECT oe_msg_id_S.NEXTVAL

1281: if p_msg_index IS NOT NULL then
1282:
1283: BEGIN
1284:
1285: SELECT oe_msg_id_S.NEXTVAL
1286: INTO l_transaction_id
1287: FROM dual;
1288:
1289: END;