DBA Data[Home] [Help]

APPS.XNP_ADAPTER dependencies on XNP_PIPE

Line 390: xnp_pipe.write(p_channel_name,

386: BEGIN
387: x_error_code := 0;
388: x_error_message := null;
389:
390: xnp_pipe.write(p_channel_name,
391: p_msg_text,
392: x_error_code,
393: x_error_message ) ;
394:

Line 399: xnp_pipe.read(l_channel_name,

395: IF (x_error_code = 0) THEN
396:
397: l_channel_name := p_channel_name || '_REPLY' ;
398:
399: xnp_pipe.read(l_channel_name,
400: l_msg_text,
401: x_error_code,
402: x_error_message,
403: 45) ;