DBA Data[Home] [Help]

APPS.INV_LABEL_PVT2 dependencies on MFG_LOOKUPS

Line 502: , mfg_lookups mfglkp

498: , wipdj.bom_revision job_bom_revision
499: , wipdj.routing_revision job_routing_revision
500: FROM wip_entities wipent
501: , wip_discrete_jobs wipdj
502: , mfg_lookups mfglkp
503: WHERE wipdj.wip_entity_id = wipent.wip_entity_id
504: AND wipdj.organization_id = wipent.organization_id
505: AND mfglkp.lookup_code(+) = wipent.entity_type
506: AND mfglkp.lookup_type(+) = 'WIP_ENTITY'