DBA Data[Home] [Help]

APPS.XDP_APPLICATION dependencies on XNP_CALLBACK_EVENTS

Line 2075: from xnp_callback_events xce,

2071: END LOOP;
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');

Line 2105: from xnp_callback_events xce,

2101: END LOOP;
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