DBA Data[Home] [Help]

APPS.HR_XML_UTIL dependencies on XMLDOM

Line 21: -- This function uses the xpath to retrive a node value from the xmldom.DOMDocument

17: -- ----------------------------------------------------------------------------
18: -- {Start of comments}
19: --
20: -- Description:
21: -- This function uses the xpath to retrive a node value from the xmldom.DOMDocument
22: --
23: -- Pre-requisites
24: -- All 'IN' parameters to this procedure have been appropriately derived.
25: --

Line 38: (doc in xmldom.DOMDocument

34: --
35: -- {End of comments}
36: -- ----------------------------------------------------------------------------
37: FUNCTION value_Of
38: (doc in xmldom.DOMDocument
39: ,xpath in varchar2
40: )return varchar2;
41: -- ----------------------------------------------------------------------------
42: -- |---------------------------< value_Of >--------------------------|