DBA Data[Home] [Help]

APPS.HZ_IMP_ADDRESS_VAL_PKG dependencies on WF_EVENT_T

Line 696: p_event IN OUT NOCOPY wf_event_t )

692: -- the hz_imp_addresses_int table with validated address components.
693: ------------------------------------------------------------------------
694: FUNCTION inboundxml_rule (
695: p_subscription_guid IN RAW,
696: p_event IN OUT NOCOPY wf_event_t )
697: RETURN VARCHAR2 IS
698: l_event_data CLOB := NULL;
699: l_ecx_map_code VARCHAR2(30);
700: l_adapter_id NUMBER;

Line 749: -- 3) Get returned validated xml doc, raise another wf event to parse

745: --
746: -- This function rule will do the following
747: -- 1) Get the generated xml doc by ecx_standard.generate
748: -- 2) Pass the xml doc to HZ_LOCATION_SERVICES_PUB.submit_addrval_doc
749: -- 3) Get returned validated xml doc, raise another wf event to parse
750: -- the validated addresses.
751: ------------------------------------------------------------------------
752: function outboundxml_rule(
753: p_subscription_guid in raw,

Line 754: p_event in out nocopy wf_event_t

750: -- the validated addresses.
751: ------------------------------------------------------------------------
752: function outboundxml_rule(
753: p_subscription_guid in raw,
754: p_event in out nocopy wf_event_t
755: ) return varchar2
756: is
757: transaction_type varchar2(240);
758: transaction_subtype varchar2(240);