DBA Data[Home] [Help]

APPS.EAM_COMPLETION dependencies on INV_TRX_UTIL_PUB

Line 201: errCode := inv_trx_util_pub.insert_line_trx(

197:
198: -- call inventory API to insert data to mtl_material_transactions_temp
199: -- the spec file is INVTRXUS.pls
200:
201: errCode := inv_trx_util_pub.insert_line_trx(
202: p_trx_hdr_id => i_transaction_header_id,
203: p_item_id => s_rebuild_item_id,
204: p_revision => i_revision,
205: p_org_id => s_org_id,

Line 243: errCode := inv_trx_util_pub.insert_lot_trx(

239: -- the item is under lot control
240:
241: -- call inventory API to insert data to mtl_transaction_lots_temp
242: -- the spec file is INVTRXUS.pls
243: errCode := inv_trx_util_pub.insert_lot_trx(
244: p_trx_tmp_id => i_transaction_temp_id,
245: p_user_id => s_user_id,
246: p_lot_number => s_lot_serial_tbl(i).lot_number,
247: p_trx_qty => l_transaction_quantity,

Line 277: errCode := inv_trx_util_pub.insert_ser_trx(

273:
274:
275: -- call inventory API to insert data to mtl_serial_numbers_temp
276: -- the spec file is INVTRXUS.pls
277: errCode := inv_trx_util_pub.insert_ser_trx(
278: p_trx_tmp_id => i_transaction_temp_id_s,
279: p_user_id => s_user_id,
280: p_fm_ser_num => s_lot_serial_tbl(i).serial_number,
281: p_to_ser_num => s_lot_serial_tbl(i).serial_number,