DBA Data[Home] [Help]

APPS.WIP_WS_SHORTAGE dependencies on BOM_DEPARTMENT_RESOURCES

Line 1133: bom_department_resources bdr

1129: decode(wp.include_resource_efficiency, 1, nvl(bdr.efficiency, 1), 1) efficiency
1130: from wip_operation_resources wor,
1131: wip_operations wo,
1132: wip_parameters wp,
1133: bom_department_resources bdr
1134: where wor.organization_id = p_org_id
1135: and wor.wip_entity_id = p_wip_ent_id
1136: and wor.operation_seq_num = p_op_seq_num
1137: and wo.wip_entity_id = wor.wip_entity_id