DBA Data[Home] [Help]

APPS.WIP_MTI_PUB dependencies on WIP_MTL_ALLOCATIONS_TEMP

Line 387: from wip_mtl_allocations_temp

383: wip_logger.log('doing repetitive processing', l_returnStatus);
384: end if;
385: select count(*)
386: into l_count
387: from wip_mtl_allocations_temp
388: where transaction_temp_id = p_tbls.txnIntID(p_index);
389:
390: if(l_count = 0) then
391: if (l_logLevel <= wip_constants.full_logging) then

Line 2716: delete wip_mtl_allocations_temp

2712: p_params => l_params,
2713: x_returnStatus => l_retStatus);
2714: end if;
2715: --delete any pre-allocations that occurred for errored records
2716: delete wip_mtl_allocations_temp
2717: where transaction_temp_id in (select transaction_interface_id
2718: from mtl_transactions_interface
2719: where transaction_header_id = p_txnHeaderID
2720: and transaction_batch_id = p_txnBatchID