DBA Data[Home] [Help]

APPS.XNP_TIMER_CORE dependencies on XNP_XML_UTILS

Line 104: xnp_xml_utils.decode(

100: -- ,x_msg_text => l_msg_text);
101: */
102: -- Recalculate delay and interval
103:
104: xnp_xml_utils.decode(
105: p_msg_text => l_msg_text
106: ,p_tag => 'DELAY'
107: ,x_value => l_delay_text
108: );

Line 119: xnp_xml_utils.decode(

115: l_new_delay := 0;
116: END IF;
117:
118:
119: xnp_xml_utils.decode(
120: p_msg_text => l_msg_text
121: ,p_tag => 'INTERVAL'
122: ,x_value => l_interval_text
123: );

Line 182: xnp_xml_utils.decode(

178: xnp_message.get(
179: p_msg_id => l_timer_id
180: ,x_msg_text => l_msg_text);
181:
182: xnp_xml_utils.decode(
183: p_msg_text => l_msg_text
184: ,p_tag => 'DELAY'
185: ,x_value => l_delay_text
186: );