DBA Data[Home] [Help]

APPS.XNP_TIMER_MGR dependencies on XNP_XML_UTILS

Line 87: xnp_xml_utils.decode(l_msg_text, 'OPERATION', l_operation) ;

83: -- This code is not required
84:
85: IF (l_msg_header.message_code = 'TMR_SERVER')
86: THEN
87: xnp_xml_utils.decode(l_msg_text, 'OPERATION', l_operation) ;
88: IF (l_operation = 'STOP') THEN
89: COMMIT;
90: END IF ;
91: END IF;

Line 485: xnp_xml_utils.decode(p_dummy_text,'PAYLOAD',l_payload);

481:
482:
483: /* get the interval for the actual timer */
484:
485: xnp_xml_utils.decode(p_dummy_text,'PAYLOAD',l_payload);
486:
487: xnp_xml_utils.decode(l_payload,'INTERVAL',l_actual_interval_text);
488:
489: l_actual_interval := TO_NUMBER(l_actual_interval_text) ;

Line 487: xnp_xml_utils.decode(l_payload,'INTERVAL',l_actual_interval_text);

483: /* get the interval for the actual timer */
484:
485: xnp_xml_utils.decode(p_dummy_text,'PAYLOAD',l_payload);
486:
487: xnp_xml_utils.decode(l_payload,'INTERVAL',l_actual_interval_text);
488:
489: l_actual_interval := TO_NUMBER(l_actual_interval_text) ;
490:
491: /* construct the actual timer */