DBA Data[Home] [Help]

APPS.CS_INVENTORY_TXNS dependencies on MTL_TRANSACTION_LOTS_INTERFACE

Line 185: MTL_TRANSACTION_LOTS_INTERFACE table.

181: l_transaction_action_id, p_transaction_type_id,
182: p_estimate_id, l_cost_of_sales_account);
183:
184: /** If the item is under lot control, enter a record in
185: MTL_TRANSACTION_LOTS_INTERFACE table.
186: 01/23/98 - skolhatk **/
187:
188: IF (p_serial_number IS NOT NULL) THEN
189: l_serial_number_ref := l_transaction_interface_id;

Line 195: Insert into MTL_Transaction_Lots_Interface(

191: l_serial_number_ref := NULL;
192: END IF;
193:
194: IF (p_lot_number IS NOT NULL) THEN
195: Insert into MTL_Transaction_Lots_Interface(
196: Transaction_Interface_Id, Source_Code,
197: Source_Line_Id, Lot_Number,
198: Transaction_Quantity,
199: Serial_Transaction_Temp_Id, Last_Update_Date,