DBA Data[Home] [Help]

APPS.ECX_OUTBOUND dependencies on WF_SYSTEMS

Line 1500: from wf_systems

1496:
1497: -- set the from agent
1498: select name
1499: into i_system
1500: from wf_systems
1501: where guid = wf_core.translate('WF_SYSTEM_GUID');
1502:
1503: -- set default outbound agents based on protocol_type
1504: if (upper(i_destination_type) = 'SOAP') then