DBA Data[Home] [Help]

APPS.WSH_TRANSACTIONS_HISTORY_PKG dependencies on WSH_NEW_DEL_INTERFACE

Line 177: := 'WSH_NEW_DEL_INTERFACE';

173: -- to error and insert an error message.
174:
175: l_trans_status := 'SX';
176: l_loc_interface_error_rec.p_interface_table_name
177: := 'WSH_NEW_DEL_INTERFACE';
178: l_loc_interface_error_rec.p_interface_id :=
179: to_number(p_txns_history_rec.entity_number);
180: l_msg_data := FND_MESSAGE.GET_STRING('WSH',
181: 'WSH_DEL_OPEN');

Line 456: wsh_new_del_interface wndi

452: wth.attribute14,
453: wth.attribute15,
454: wndi.client_code
455: FROM wsh_transactions_history wth,
456: wsh_new_del_interface wndi
457: WHERE wth.item_type = p_item_type
458: and wth.event_key = p_event_key
459: and wth.document_direction = p_direction
460: and wth.document_type = p_document_type