DBA Data[Home] [Help]

APPS.XDP_APPLICATION dependencies on XNP_MSG_TYPES_B

Line 2076: xnp_msg_types_b xmt

2072:
2073: select count(*)
2074: into l_event_future
2075: from xnp_callback_events xce,
2076: xnp_msg_types_b xmt
2077: where xce.msg_code = xmt.msg_code and
2078: xce.status = 'WAITING' and
2079: xmt.msg_type IN ('EVENT', 'EVT_NOHEAD');
2080:

Line 2106: xnp_msg_types_b xmt

2102:
2103: select count(*)
2104: into l_in_future
2105: from xnp_callback_events xce,
2106: xnp_msg_types_b xmt
2107: where xce.msg_code = xmt.msg_code and
2108: xce.status = 'WAITING' and
2109: xmt.msg_type = 'MSG' and
2110: xmt.queue_name = 'XNP_IN_MSG_Q';