DBA Data[Home] [Help]

APPS.ECX_INBOUND_TRIG dependencies on ECX_HUB_USERS

Line 1175: ecx_hub_users ehu

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
1179: when others then

Line 1402: ecx_hub_users ehu

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:
1406: exception