DBA Data[Home] [Help]

APPS.ECX_OUTBOUND dependencies on WF_SYSTEMS

Line 1535: from wf_systems

1531:
1532: -- set the from agent
1533: select name
1534: into i_system
1535: from wf_systems
1536: where guid = wf_core.translate('WF_SYSTEM_GUID');
1537:
1538: -- set default outbound agents based on protocol_type
1539: if (upper(i_destination_type) = 'SOAP') then