DBA Data[Home] [Help]

APPS.WSH_OTM_HTTP_UTL dependencies on XMLTYPE

Line 9: PROCEDURE post_request_to_otm( p_request IN XMLType,

5:
6:
7: -- Get the Request and return the Response.
8: -- Make call to Rating servlet and fulfill the RIQ request.
9: PROCEDURE post_request_to_otm( p_request IN XMLType,
10: x_response OUT NOCOPY CLOB,
11: x_return_status OUT NOCOPY VARCHAR2
12: );
13: