Hi All,
To remove duplicate event, i have created a VPD on table SS_STATUS_HISTORY, but when I navigate to shipment event screen it is not showing the results as per VPD , please suggest
Predicate
i_transaction_no in (select max(ies.i_transaction_no) from ie_shipmentstatus ies, ss_status_history_event_group ss where ies.i_transaction_no = ss.i_transaction_no and ss.shipment_gid = ss_status_history.shipment_gid group by ies.status_code_gid)
Thanks
To remove duplicate event, i have created a VPD on table SS_STATUS_HISTORY, but when I navigate to shipment event screen it is not showing the results as per VPD , please suggest
Predicate
i_transaction_no in (select max(ies.i_transaction_no) from ie_shipmentstatus ies, ss_status_history_event_group ss where ies.i_transaction_no = ss.i_transaction_no and ss.shipment_gid = ss_status_history.shipment_gid group by ies.status_code_gid)
Thanks