Hi Sree,
Definitely i am not blaming any system
initiation is - stmt written is correct or not.
I came to know the correct syntax.
I should not check the condition at all.
it is working fine with this syntax.
UPSERT TESTING_DATA_VIEW
(LOCATION_CODE,PLANT_CODE,
PRODUCT_CODE,MONTH_CODE,PART_
CODE,COST)
SELECT A.LOCATION_CODE,A.PLANT_CODE,A.PRODUCT_CODE,A.MONTH_CODE,A.PART_CODE,A.COST
FROM "_SYS_BIC"."PLANT_LIST/CAL_CUST_DATA_LIST";
Thanks,
Thara