DBA Data[Home] [Help]

APPS.ECX_INBOUND_TRIG dependencies on ECX_HUBS

Line 1189: from ecx_hubs eh,

1185: i_destination_type,
1186: i_destination_address,
1187: i_username,
1188: i_password
1189: from ecx_hubs eh,
1190: ecx_hub_users ehu
1191: where eh.hub_id = ehu.hub_id
1192: and ehu.hub_user_id = i_hub_user_id;
1193: exception

Line 1416: from ecx_hubs eh,

1412: i_destination_type,
1413: i_destination_address,
1414: i_username,
1415: i_password
1416: from ecx_hubs eh,
1417: ecx_hub_users ehu
1418: where eh.hub_id = ehu.hub_id
1419: and ehu.hub_user_id = i_hub_user_id;
1420: