Hi All,
Im trying to remove duplicate events from shipment event screen, in that reference im trying to use VPD profile. but not able to save the VPD , it is taking long time and still it is not saved.
is there any query execution process happens when trying to save VPD
Please suggest
while creating a new VPD profile
table name as SS_STATUS_HISTORY_EVENT_GROUP
Predicate as (i_transaction_no in (SELECT max(ies.i_transaction_no) FROM SS_STATUS_HISTORY ssg ,ie_shipmentstatus ies where ssg.i_transaction_no = ies.i_transaction_no and ies.eventdate in (select max(ies1.eventdate) from SS_STATUS_HISTORY ssg1 ,ie_shipmentstatus ies1 where ssg1.i_transaction_no = ies1.i_transaction_no and ssg1.shipment_gid = ssg.shipment_gid gROUP BY IES1.STATUS_CODE_GID) and ssg.shipment_gid = 'EBS.533422213614-FDE-' group by ies.status_code_gid))
Thanks,
Im trying to remove duplicate events from shipment event screen, in that reference im trying to use VPD profile. but not able to save the VPD , it is taking long time and still it is not saved.
is there any query execution process happens when trying to save VPD
Please suggest
while creating a new VPD profile
table name as SS_STATUS_HISTORY_EVENT_GROUP
Predicate as (i_transaction_no in (SELECT max(ies.i_transaction_no) FROM SS_STATUS_HISTORY ssg ,ie_shipmentstatus ies where ssg.i_transaction_no = ies.i_transaction_no and ies.eventdate in (select max(ies1.eventdate) from SS_STATUS_HISTORY ssg1 ,ie_shipmentstatus ies1 where ssg1.i_transaction_no = ies1.i_transaction_no and ssg1.shipment_gid = ssg.shipment_gid gROUP BY IES1.STATUS_CODE_GID) and ssg.shipment_gid = 'EBS.533422213614-FDE-' group by ies.status_code_gid))
Thanks,