DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_UTIL dependencies on OE_XML_MESSAGE_SEQ_S

Line 6546: select OE_XML_MESSAGE_SEQ_S.nextval

6542: ELSE --do seeding of acknowledgment tables for passed header and line information
6543:
6544:
6545: IF l_reciever_code IN ('C', 'B') THEN --start of check for customer ack request
6546: select OE_XML_MESSAGE_SEQ_S.nextval
6547: into l_itemkey
6548: from dual;
6549:
6550: IF l_debug_level > 0 THEN