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 268: || Cost elements which are present in the CLCD (cst_layer_cost_details)

264: END IF;
265:
266: /*
267: || Added by Ramananda for bug 4522484
268: || Cost elements which are present in the CLCD (cst_layer_cost_details)
269: || should be inserted into MCTCDI with a value change of 0 .
270: */
271:
272: INSERT INTO mtl_txn_cost_det_interface

Line 295: cst_layer_cost_details clcd,

291: clcd.cost_element_id ,
292: clcd.level_type ,
293: 0
294: FROM
295: cst_layer_cost_details clcd,
296: cst_quantity_layers cql
297: WHERE
298: cql.organization_id = p_organization_id
299: and cql.inventory_item_id = p_item_id