DBA Data[Home] [Help]

APPS.WIP_MOVE_ALLOC_CLEANUP dependencies on WIP_MOVE_TXN_INTERFACE

Line 29: from wip_move_txn_interface

25: PRIMARY_QUANTITY
26: from wip_move_txn_allocations
27: where transaction_id in
28: (select transaction_id
29: from wip_move_txn_interface
30: where group_id = c_mov_grp_id);
31:
32: mov_alloc_rec get_move_allocs%rowtype;
33: begin

Line 72: from wip_move_txn_interface

68: if (p_mov_allocs.numrecs > 0) then
69: delete from wip_move_txn_allocations
70: where transaction_id in
71: (select transaction_id
72: from wip_move_txn_interface
73: where group_id = p_mov_grp_id);
74: end if;
75: end fetch_and_delete;
76: