DBA Data[Home] [Help]

APPS.WIP_BFLPROC_PRIV dependencies on WIP_MOVE_TRANSACTIONS

Line 619: FROM wip_move_transactions

615: /* Fix for Bug 5444243 */
616: Begin
617: SELECT created_by
618: INTO l_created_by
619: FROM wip_move_transactions
620: WHERE TRANSACTION_ID = p_movTxnID;
621: exception when others then
622: l_created_by:= fnd_global.user_id;
623: end;