DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on WIP_MOVE_TRANSACTIONS

Line 20302: from wip_move_transactions

20298: and transaction_source_type_id = 5
20299: and transaction_source_id = p_wip_entity_id)
20300: or exists (
20301: select 'x'
20302: from wip_move_transactions
20303: where organization_id = p_organization_id
20304: and wip_entity_id = p_wip_entity_id)
20305: /* ST bug fix 3493984 : commented this code */
20306: /*or exists (

Line 20371: from wip_move_transactions

20367: where organization_id = p_organization_id
20368: and wip_entity_id = p_wip_entity_id)
20369: or exists (
20370: select 'x'
20371: from wip_move_transactions
20372: where organization_id = p_organization_id
20373: and wip_entity_id = p_wip_entity_id)
20374: or exists (
20375: select 'x'