DBA Data[Home] [Help]

APPS.WIP_BFLPROC_PRIV dependencies on WIP_MTL_ALLOCATIONS_TEMP

Line 1573: FROM wip_mtl_allocations_temp

1569:
1570: CURSOR c_repAssyPull IS
1571: SELECT repetitive_schedule_id scheID,
1572: primary_quantity primaryQty
1573: FROM wip_mtl_allocations_temp
1574: WHERE completion_transaction_id = p_cplTxnID;
1575:
1576: CURSOR c_wmta (p_txn_id NUMBER) IS
1577: SELECT wmta.primary_quantity txn_qty,

Line 1748: -- wip_mtl_allocations_temp. There is no need to call schedule_alloc

1744: p_toOp IS NULL OR p_toStep IS NULL) AND
1745: (p_fmMoveProcessor IS NULL OR
1746: p_fmMoveProcessor = WIP_CONSTANTS.NO)) THEN
1747: -- Call from WIP Completion form, so use the allocation information in
1748: -- wip_mtl_allocations_temp. There is no need to call schedule_alloc
1749: -- again.
1750:
1751: /*Backflush all assembly pull component*/
1752: FOR l_repAssyPull IN c_repAssyPull LOOP