CSTPACIN.COST_INV_TXN:CSTPACDP.interorg_cost_txn() ORA-20100: Error: FND_FILE failure. Unable to cre
To resolve the issue i have refereed the following documents
Doc ID 316837.1 and
But still the problem is replicating. Un costed transaction are updating using the script -
UPDATE mtl_material_transactions
SET request_id = NULL,
costed_flag = 'N',
transaction_group_id = NULL,
transaction_set_id = NULL
WHERE costed_flag IN ('N','E')
AND transaction_id = the transaction in error
but again after performing the transaction same issue was occurred. Couldn't find a solution for this. Could any one know the solution for this.
Regards,
Rahul.