DBA Data[Home] [Help]

APPS.WSH_OTM_HTTP_UTL dependencies on XMLTYPE

Line 193: PROCEDURE post_request_to_otm( p_request IN XMLType,

189:
190:
191: --Posts the request to OTM
192: --Takes in the input and returns the CLOB data
193: PROCEDURE post_request_to_otm( p_request IN XMLType,
194: x_response OUT NOCOPY CLOB,
195: x_return_status OUT NOCOPY VARCHAR2
196: )
197: IS