DBA Data[Home] [Help]

APPS.WIP_BFLPROC_PRIV dependencies on WIP_MOVE_TRANSACTIONS

Line 627: FROM wip_move_transactions

623: /* Fix for Bug 5444243 */
624: Begin
625: SELECT created_by
626: INTO l_created_by
627: FROM wip_move_transactions
628: WHERE TRANSACTION_ID = p_movTxnID;
629: exception when others then
630: l_created_by:= fnd_global.user_id;
631: end;