DBA Data[Home] [Help]

APPS.CSTPPWMX dependencies on WIP_ENTITIES

Line 322: FROM wip_entities

318: ------------------------------------------------- */
319:
320: SELECT DECODE (entity_type, 5, 1, 0)
321: INTO x_realoc_yld_cost
322: FROM wip_entities
323: WHERE wip_entity_id = i_entity_id
324: AND organization_id = i_org_id ;
325:
326: /* Changes for Optional Scrap */