DBA Data[Home] [Help]

APPS.XNP_ADAPTER dependencies on XNP_CONTROL_U

Line 56: -- xnp_control_u.create_msg(xnp$operation=>'OPEN',

52: -- END LOOP ;
53: --
54: -- xnp_xml_utils.get_document(l_op_data) ;
55: --
56: -- xnp_control_u.create_msg(xnp$operation=>'OPEN',
57: -- xnp$op_data=>l_op_data,
58: -- x_msg_header=>l_msg_header,
59: -- x_msg_text=>l_msg_text,
60: -- x_error_code=>x_error_code,

Line 244: xnp_control_u.create_msg(xnp$operation=>p_operation,

240: END LOOP;
241:
242: xnp_xml_utils.get_document(l_op_data) ;
243:
244: xnp_control_u.create_msg(xnp$operation=>p_operation,
245: xnp$op_data=>l_op_data,
246: x_msg_header=>l_msg_header,
247: x_msg_text=>l_msg_text,
248: x_error_code=>x_error_code,