DBA Data[Home] [Help]

APPS.INV_TRANSFER_ORDER_PVT dependencies on INV_REPLENISH_DETAIL_PUB

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

227: END IF;
228: END IF;
229:
230: BEGIN
231: inv_replenish_detail_pub.clear_record(p_trx_tmp_id => l_troldt_tbl(l_counter).transaction_temp_id,
232: p_success => l_success);
233: if( not l_success ) then
234: raise FND_API.G_EXC_ERROR;
235: end if;

Line 735: inv_replenish_detail_pub.clear_record(

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

Line 911: inv_replenish_detail_pub.clear_record(

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