DBA Data[Home] [Help]

APPS.CTO_SUBASSEMBLY_SUP_PK dependencies on BOM_OPERATIONAL_ROUTINGS

Line 36: cfm_routing_flag bom_operational_routings.cfm_routing_flag%type,

32: item_quantity bom_inventory_components.component_quantity%type,
33: needed_item_qty bom_inventory_components.component_quantity%type,
34: OPERATION_LEAD_TIME_PERCENT bom_inventory_components.OPERATION_LEAD_TIME_PERCENT%type,
35: operation_seq_num bom_inventory_components.OPERATION_seq_num%type,
36: cfm_routing_flag bom_operational_routings.cfm_routing_flag%type,
37: routing_sequence_id bom_operational_routings.routing_sequence_id%type,
38: fixed_lead_time mtl_system_items_kfv.fixed_lead_time%type,
39: variable_lead_time mtl_system_items_kfv.variable_lead_time%type,
40: processing_lead_time mtl_system_items_kfv.full_lead_time%type,

Line 37: routing_sequence_id bom_operational_routings.routing_sequence_id%type,

33: needed_item_qty bom_inventory_components.component_quantity%type,
34: OPERATION_LEAD_TIME_PERCENT bom_inventory_components.OPERATION_LEAD_TIME_PERCENT%type,
35: operation_seq_num bom_inventory_components.OPERATION_seq_num%type,
36: cfm_routing_flag bom_operational_routings.cfm_routing_flag%type,
37: routing_sequence_id bom_operational_routings.routing_sequence_id%type,
38: fixed_lead_time mtl_system_items_kfv.fixed_lead_time%type,
39: variable_lead_time mtl_system_items_kfv.variable_lead_time%type,
40: processing_lead_time mtl_system_items_kfv.full_lead_time%type,
41: postprocessing_lead_time mtl_system_items_kfv.postprocessing_lead_time%type,

Line 48: line_id bom_operational_routings.line_id%type,

44: parent_index number,
45: job_start_date date,
46: job_completion_date date,
47: populate_start_date number, -- value of 1 implies 1implies insert satrt date in wjsi instead of completion date, while finite scheduler is on
48: line_id bom_operational_routings.line_id%type,
49: line_code wip_lines.line_code%type,
50: source_type number, --buy =3 ,make =2 , transfer (sourced ) =1
51: job_name varchar2(240),
52: feeder_run varchar2(1),