DBA Data[Home] [Help]

APPS.INV_UI_ITEM_ATT_LOVS dependencies on WIP_ENTITIES

Line 2973: FROM wip_entities

2969: )
2970: OR ((p_wip_entity_id = -1)
2971: AND (NVL(lot_number, '%') LIKE l_lot_number)
2972: AND (4 = (SELECT entity_type
2973: FROM wip_entities
2974: WHERE wip_entity_id = last_txn_source_id)
2975: )
2976: )
2977: )

Line 3038: FROM wip_entities

3034: AND (p_wip_entity_id = last_txn_source_id)
3035: )
3036: OR ((p_wip_entity_id = -1)
3037: AND (4 = (SELECT entity_type
3038: FROM wip_entities
3039: WHERE wip_entity_id = last_txn_source_id)
3040: )
3041: )
3042: )

Line 3085: FROM wip_entities

3081: AND (p_wip_entity_id = last_txn_source_id)
3082: )
3083: OR ((p_wip_entity_id = -1)
3084: AND (4 = (SELECT entity_type
3085: FROM wip_entities
3086: WHERE wip_entity_id = last_txn_source_id)
3087: )
3088: )
3089: )