DBA Data[Home] [Help]

APPS.WIP_BFLPROC_PRIV dependencies on WIP_MTL_ALLOCATIONS_TEMP

Line 1522: FROM wip_mtl_allocations_temp

1518:
1519: CURSOR c_repAssyPull IS
1520: SELECT repetitive_schedule_id scheID,
1521: primary_quantity primaryQty
1522: FROM wip_mtl_allocations_temp
1523: WHERE completion_transaction_id = p_cplTxnID;
1524:
1525: CURSOR c_wmta (p_txn_id NUMBER) IS
1526: SELECT wmta.primary_quantity txn_qty,

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

1692: p_toOp IS NULL OR p_toStep IS NULL) AND
1693: (p_fmMoveProcessor IS NULL OR
1694: p_fmMoveProcessor = WIP_CONSTANTS.NO)) THEN
1695: -- Call from WIP Completion form, so use the allocation information in
1696: -- wip_mtl_allocations_temp. There is no need to call schedule_alloc
1697: -- again.
1698:
1699: /*Backflush all assembly pull component*/
1700: FOR l_repAssyPull IN c_repAssyPull LOOP