DBA Data[Home] [Help]

APPS.GMO_VBATCH_TASK_PVT dependencies on INV_QUANTITY_TREE_PUB

Line 1103: inv_quantity_tree_pub.clear_quantity_cache;

1099: l_mtl_lot_tbl(1) := l_mtl_lot_rec;
1100: end if;
1101:
1102: SAVEPOINT create_transaction;
1103: inv_quantity_tree_pub.clear_quantity_cache;
1104:
1105: gme_api_grp.create_material_txn(
1106: p_mmti_rec => l_mtl_txn_rec,
1107: p_mmli_tbl => l_mtl_lot_tbl,

Line 1295: inv_quantity_tree_pub.clear_quantity_cache;

1291: end if;
1292:
1293: SAVEPOINT update_transaction;
1294:
1295: inv_quantity_tree_pub.clear_quantity_cache;
1296: gme_api_grp.update_material_txn(
1297: p_transaction_id => l_mtl_txn_rec.TRANSACTION_INTERFACE_ID,
1298: p_mmti_rec => l_mtl_txn_rec,
1299: p_mmli_tbl => l_mtl_lot_tbl,