DBA Data[Home] [Help]

APPS.JAI_RCV_ACCOUNTING_PKG dependencies on CST_LAYER_COST_DETAILS

Line 65: are present in the CLCD (cst_layer_cost_details) but not in mctcdi.

61: The correct behaviour would be to pass on all the tax amounts to the Material and Material Overhead costing element.
62:
63: Fix:-
64: The issue has been resolved by making an insert into the the mctcdi with a value change of 0 for the cost elements which
65: are present in the CLCD (cst_layer_cost_details) but not in mctcdi.
66:
67: Dependency Due to this Bug:-
68: Functional dependency with procedure jai_rcv_accounting_pkg.mti_entry version 120.2
69:

Line 282: || Cost elements which are present in the CLCD (cst_layer_cost_details)

278: END IF;
279:
280: /*
281: || Added by Ramananda for bug 4522484
282: || Cost elements which are present in the CLCD (cst_layer_cost_details)
283: || should be inserted into MCTCDI with a value change of 0 .
284: */
285:
286: INSERT INTO mtl_txn_cost_det_interface

Line 309: cst_layer_cost_details clcd,

305: clcd.cost_element_id ,
306: clcd.level_type ,
307: 0
308: FROM
309: cst_layer_cost_details clcd,
310: cst_quantity_layers cql
311: WHERE
312: cql.organization_id = p_organization_id
313: and cql.inventory_item_id = p_item_id