DBA Data[Home] [Help]

APPS.CTO_SUBASSEMBLY_SUP_PK dependencies on WIP_LINES

Line 180: line_code wip_lines.line_code%type,

176: planned_quantity wip_flow_schedules.planned_quantity%type,
177: scheduled_completion_date wip_flow_schedules.scheduled_completion_date%type,
178: build_sequence wip_flow_schedules.build_sequence%type,
179: line_id wip_flow_schedules.line_id%type,
180: line_code wip_lines.line_code%type,
181: synch_schedule_num wip_flow_schedules.synch_schedule_num%type,
182: SYNCH_OPERATION_SEQ_NUM wip_flow_schedules.SYNCH_OPERATION_SEQ_NUM%type
183:
184: );

Line 913: wip_lines wil

909: bom_bill_of_materials bom,
910: mtl_System_items_kfv msi,
911: --mtl_system_items msi,
912: bom_operational_routings bor,
913: wip_lines wil
914: --bugfix 4615409
915: --bom_operational_routings bor_p,--parent
916: --bom_operation_sequences bos_p
917: where bic.bill_sequence_id = bom.common_bill_sequence_id

Line 956: wip_lines wil

952: bom_bill_of_materials bom,
953: mtl_System_items_kfv msi,
954: --mtl_System_items_b msi,
955: bom_operational_routings bor,
956: wip_lines wil
957: --bugfix 4615409
958: --bom_operational_routings bor_p,--parent
959: --bom_operation_sequences bos_p
960: where bic.bill_sequence_id = bom.common_bill_sequence_id

Line 2094: wip_lines wil

2090: wfs.build_sequence,
2091: wfs.line_id,
2092: wil.line_code
2093: FROM wip_flow_schedules wfs,
2094: wip_lines wil
2095: WHERE demand_source_line = p_Top_Assembly_LineId
2096: AND wfs.line_id = wil.line_id;
2097:
2098: