DBA Data[Home] [Help]

APPS.EAM_TRANSACTIONS_PVT dependencies on INV_TRX_UTIL_PUB

Line 83: x_errCode := inv_trx_util_pub.insert_line_trx(

79:
80: -- call inventory API to insert data to mtl_material_transactions_temp
81: -- the spec file is INVTRXUS.pls
82:
83: x_errCode := inv_trx_util_pub.insert_line_trx(
84: p_trx_hdr_id => l_transaction_header_id,
85: p_item_id => p_inventory_item_id,
86: p_revision => l_revision,
87: p_org_id => p_organization_id,

Line 117: x_errCode := inv_trx_util_pub.insert_lot_trx(

113: -- the item is under lot control
114:
115: -- call inventory API to insert data to mtl_transaction_lots_temp
116: -- the spec file is INVTRXUS.pls
117: x_errCode := inv_trx_util_pub.insert_lot_trx(
118: p_trx_tmp_id => l_transaction_temp_id,
119: p_user_id => p_user_id,
120: p_lot_number => p_lot_number,
121: p_trx_qty => p_transaction_quantity,

Line 152: x_errCode := inv_trx_util_pub.insert_ser_trx(

148:
149:
150: -- call inventory API to insert data to mtl_serial_numbers_temp
151: -- the spec file is INVTRXUS.pls
152: x_errCode := inv_trx_util_pub.insert_ser_trx(
153: p_trx_tmp_id => l_transaction_temp_id_s,
154: p_user_id => p_user_id,
155: p_fm_ser_num => p_serial_number,
156: p_to_ser_num => p_serial_number,