Cost Management - EBS (MOSC)

MOSC Banner

I got error in costing manager as below , EBS 12.1.3

I got error in costing manager as below :

CSTPLCIN.COST_INV_TXN:No conversion rate has been defined for the combination of foreign currency and conversion rate type used in this transaction, or the defined conversion rate is not valid on the date of this transaction.

I defined the corporate conversion rates, used the hereunder update statement and run the costing manager again but still the error exist:

Update mtl_material_transactions
             Set costed_flag = 'N',
             transaction_group_id = null,
             error_code = null,
             error_explanation = null,
             currency_conversion_rate = 50.28,
             CURRENCY_CONVERSION_TYPE = 'Corporate'
             where transaction_id = Trx_id;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center