DBA Data[Home] [Help]

APPS.XNP_ADAPTER SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 28

/* This procedure needs to be deleted once the SEED data is fixed
--	x_error_code := 0 ;
Line: 105

/* This procedure needs to be deleted once the SEED data is fixed
--	user_control( p_fe_name => p_fe_name
--		,p_channel_name => p_channel_name
--                ,p_operation => 'CLOSE'
--                ,p_operation_data => l_fe_attributes
--                ,x_error_code => x_error_code
--                ,x_error_message => x_error_message) ;
Line: 444

		SELECT xms.role_name
		FROM xnp_msg_types_b xms,
			xnp_msgs xmg
		WHERE xmg.msg_id = p_msg_header.message_id
		AND xms.msg_code = xmg.msg_code;