DBA Data[Home] [Help]

APPS.JAI_RCV_ACCOUNTING_PKG dependencies on MTL_TRANSACTIONS_INTERFACE

Line 23: MTL_TRANSACTIONS_INTERFACE and MTL_TXN_COST_DET_INTERFACE. This new route is followed to remove the incosistancy in

19: "if NVL(ln_tax_amount, 0) = 0 then " to "if NVL(p_tax_amount, 0) = 0 then"
20:
21: 3 10/10/2004 Vijay Shankar for Bug#3899897 (3927371), Version:115.2
22: During Average Costing, Instead of populating MTL_MATERIAL_TRANSACTIONS_TEMP table we stated populating
23: MTL_TRANSACTIONS_INTERFACE and MTL_TXN_COST_DET_INTERFACE. This new route is followed to remove the incosistancy in
24: the way the costing happens. This is porting of Bug#3841831
25: New Internal Package Procedure MTI_ENTRY is introduced with this fix. Procedure name MMTT_ENTRY is modified as AVERAGE_COSTING
26:
27: 4 08/11/2004 Vijay Shankar for Bug#3949487, Version:115.3

Line 150: INSERT INTO mtl_transactions_interface

146: ln_overhead_cost_element_id := 2; -- Material
147: ln_level_type := 1; -- This Level
148:
149: -- Material Over head account is defaulted put into Absorption account.
150: INSERT INTO mtl_transactions_interface
151: (
152: source_code ,
153: source_line_id ,
154: source_header_id ,