DBA Data[Home] [Help]

APPS.ECX_INBOUND_TRIG dependencies on ECX_HUBS

Line 1174: from ecx_hubs eh,

1170: i_destination_type,
1171: i_destination_address,
1172: i_username,
1173: i_password
1174: from ecx_hubs eh,
1175: ecx_hub_users ehu
1176: where eh.hub_id = ehu.hub_id
1177: and ehu.hub_user_id = i_hub_user_id;
1178: exception

Line 1401: from ecx_hubs eh,

1397: i_destination_type,
1398: i_destination_address,
1399: i_username,
1400: i_password
1401: from ecx_hubs eh,
1402: ecx_hub_users ehu
1403: where eh.hub_id = ehu.hub_id
1404: and ehu.hub_user_id = i_hub_user_id;
1405: