DBA Data[Home] [Help]

APPS.WIP_TRANSACTIONS_PKG dependencies on WIP_COST_TXN_INTERFACE

Line 79: delete wip_cost_txn_interface

75: end if;
76: end loop;
77:
78: if (res_group_id > 0) then
79: delete wip_cost_txn_interface
80: where group_id = res_group_id;
81: end if;
82:
83: if (mtl_header_id > 0) then

Line 365: delete wip_cost_txn_interface

361:
362: end if;
363:
364: if (res_group_id > 0) then
365: delete wip_cost_txn_interface
366: where group_id = res_group_id;
367: end if;
368:
369: if (mtl_header_id > 0) then