DBA Data[Home] [Help]

APPS.CSTPPCAT dependencies on WIP_MOVE_TRANSACTIONS

Line 70: from wip_move_transactions

66: end if;
67:
68: select count(*)
69: into row_count
70: from wip_move_transactions
71: where organization_id = I_ORGANIZATION_ID
72: and primary_item_id = I_INVENTORY_ITEM_ID;
73:
74: if (row_count > 0) then