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 916: wip_lines wil

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

Line 963: wip_lines wil

959: bom_bill_of_materials bom,
960: mtl_System_items_kfv msi,
961: --mtl_System_items_b msi,
962: bom_operational_routings bor,
963: wip_lines wil
964: --bugfix 4615409
965: --bom_operational_routings bor_p,--parent
966: --bom_operation_sequences bos_p
967: where bic.bill_sequence_id = bom.common_bill_sequence_id

Line 2099: wip_lines wil

2095: wfs.build_sequence,
2096: wfs.line_id,
2097: wil.line_code
2098: FROM wip_flow_schedules wfs,
2099: wip_lines wil
2100: WHERE demand_source_line = p_Top_Assembly_LineId
2101: AND wfs.line_id = wil.line_id;
2102:
2103: