DBA Data[Home] [Help]

APPS.ECX_INBOUND_TRIG dependencies on ECX_HUB_USERS

Line 1190: ecx_hub_users ehu

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

Line 1417: ecx_hub_users ehu

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