DBA Data[Home] [Help]

APPS.WIP_WS_SHORTAGE dependencies on BOM_DEPARTMENT_RESOURCES

Line 1202: bom_department_resources bdr

1198: decode(wp.include_resource_efficiency, 1, nvl(bdr.efficiency, 1), 1) efficiency
1199: from wip_operation_resources wor,
1200: wip_operations wo,
1201: wip_parameters wp,
1202: bom_department_resources bdr
1203: where wor.organization_id = p_org_id
1204: and wor.wip_entity_id = p_wip_ent_id
1205: and wor.operation_seq_num = p_op_seq_num
1206: and wo.wip_entity_id = wor.wip_entity_id