DBA Data[Home] [Help]

APPS.WIP_MOVE_VALIDATOR dependencies on BOM_DEPARTMENTS

Line 2535: FROM bom_departments bd,

2531: AND wmti.process_phase = WIP_CONSTANTS.MOVE_VAL
2532: AND wmti.process_status = WIP_CONSTANTS.RUNNING
2533: AND EXISTS
2534: (SELECT 'X'
2535: FROM bom_departments bd,
2536: wip_operation_resources wor,
2537: wip_operations wo1,
2538: wip_operations wo2
2539: WHERE wor.organization_id = wmti.organization_id

Line 2940: bom_departments bd1,

2936: bd2.department_code,
2937: WIP_CONSTANTS.MOVE_PROC
2938: FROM bom_standard_operations bso1,
2939: bom_standard_operations bso2,
2940: bom_departments bd1,
2941: bom_departments bd2,
2942: wip_operations wo1,
2943: wip_operations wo2
2944: WHERE wo1.organization_id = wmti.organization_id

Line 2941: bom_departments bd2,

2937: WIP_CONSTANTS.MOVE_PROC
2938: FROM bom_standard_operations bso1,
2939: bom_standard_operations bso2,
2940: bom_departments bd1,
2941: bom_departments bd2,
2942: wip_operations wo1,
2943: wip_operations wo2
2944: WHERE wo1.organization_id = wmti.organization_id
2945: AND wo1.wip_entity_id = wmti.wip_entity_id