DBA Data[Home] [Help]

APPS.INV_TRANSFER_ORDER_PVT dependencies on INV_REPLENISH_DETAIL_PUB

Line 227: inv_replenish_detail_pub.clear_record(p_trx_tmp_id => l_troldt_tbl(l_counter).transaction_temp_id,

223: END IF;
224: END IF;
225:
226: BEGIN
227: inv_replenish_detail_pub.clear_record(p_trx_tmp_id => l_troldt_tbl(l_counter).transaction_temp_id,
228: p_success => l_success);
229: if( not l_success ) then
230: raise FND_API.G_EXC_ERROR;
231: end if;

Line 732: inv_replenish_detail_pub.clear_record(

728:
729: l_quantity_cancel := l_quantity_cancel - l_troldt_tbl(l_counter).transaction_quantity;
730: l_rsv_quantity := l_troldt_tbl(l_counter).transaction_quantity;
731: BEGIN
732: inv_replenish_detail_pub.clear_record(
733: p_trx_tmp_id => l_troldt_tbl(l_counter).transaction_temp_id,
734: p_success => l_success);
735: if( not l_success ) then
736: raise FND_API.G_EXC_ERROR;

Line 908: inv_replenish_detail_pub.clear_record(

904: END IF;
905: END IF;
906:
907: BEGIN
908: inv_replenish_detail_pub.clear_record(
909: p_trx_tmp_id => l_troldt_tbl(l_counter).transaction_temp_id,
910: p_success => l_success);
911: if( not l_success ) then
912: raise FND_API.G_EXC_ERROR;