DBA Data[Home] [Help]

APPS.EDR_ISIGN_CHECKLIST_PVT dependencies on EDR_INDEXED_XML_UTIL

Line 101: -- edr_indexed_xml_util API to get ame_transaction _type parameter

97: evt.setEventName(p_event_name);
98: evt.setEventKey(p_event_key);
99: -- Bug 5639849 : Starts
100: -- No need loading all subscription parameters to event, just use
101: -- edr_indexed_xml_util API to get ame_transaction _type parameter
102: --l_return_status:=wf_rule.setParametersIntoParameterList(l_sub_guid,evt);
103:
104: --IF l_return_status='SUCCESS' THEN
105: /* Check for User Defined Parameters,

Line 110: l_ame_transaction_type:= NVL(EDR_INDEXED_XML_UTIL.GET_WF_PARAMS('EDR_AME_TRANSACTION_TYPE',l_sub_guid), evt.getEventName( ));

106: contains AME transactions Type
107: If Parameters are not specified, Assume Event name to be AME transaction Type
108:
109: */
110: l_ame_transaction_type:= NVL(EDR_INDEXED_XML_UTIL.GET_WF_PARAMS('EDR_AME_TRANSACTION_TYPE',l_sub_guid), evt.getEventName( ));
111: -- Bug 5639849 : Ends
112: /* AME Processing */
113: /* Select APPLICATION_ID of the Event. This is required by AME. Assumption made here
114: is OWNER_TAG will always be set to application Short Name*/