DBA Data[Home] [Help]

APPS.WIP_MTI_PUB dependencies on WIP_MTL_ALLOCATIONS_TEMP

Line 380: from wip_mtl_allocations_temp

376: wip_logger.log('doing repetitive processing', l_returnStatus);
377: end if;
378: select count(*)
379: into l_count
380: from wip_mtl_allocations_temp
381: where transaction_temp_id = p_tbls.txnIntID(p_index);
382:
383: if(l_count = 0) then
384: if (l_logLevel <= wip_constants.full_logging) then

Line 2667: delete wip_mtl_allocations_temp

2663: p_params => l_params,
2664: x_returnStatus => l_retStatus);
2665: end if;
2666: --delete any pre-allocations that occurred for errored records
2667: delete wip_mtl_allocations_temp
2668: where transaction_temp_id in (select transaction_interface_id
2669: from mtl_transactions_interface
2670: where transaction_header_id = p_txnHeaderID
2671: and transaction_batch_id = p_txnBatchID