DBA Data[Home] [Help]

APPS.INV_UI_ITEM_ATT_LOVS dependencies on WIP_ENTITIES

Line 3062: FROM wip_entities

3058: )
3059: OR ((p_wip_entity_id = -1)
3060: AND (NVL(lot_number, '%') LIKE l_lot_number)
3061: AND (4 = (SELECT entity_type
3062: FROM wip_entities
3063: WHERE wip_entity_id = last_txn_source_id)
3064: )
3065: )
3066: )

Line 3127: FROM wip_entities

3123: AND (p_wip_entity_id = last_txn_source_id)
3124: )
3125: OR ((p_wip_entity_id = -1)
3126: AND (4 = (SELECT entity_type
3127: FROM wip_entities
3128: WHERE wip_entity_id = last_txn_source_id)
3129: )
3130: )
3131: )

Line 3174: FROM wip_entities

3170: AND (p_wip_entity_id = last_txn_source_id)
3171: )
3172: OR ((p_wip_entity_id = -1)
3173: AND (4 = (SELECT entity_type
3174: FROM wip_entities
3175: WHERE wip_entity_id = last_txn_source_id)
3176: )
3177: )
3178: )