DBA Data[Home] [Help]

APPS.CSI_ORDER_FULFILL_PUB dependencies on BOM_CTO_ORDER_LINES

Line 1886: FROM bom_cto_order_lines

1882: INTO l_sub_model_flag
1883: FROM sys.dual
1884: WHERE exists (
1885: SELECT 'X'
1886: FROM bom_cto_order_lines
1887: WHERE ato_line_id = p_ato_line_id
1888: AND parent_ato_line_id = p_line_id);
1889:
1890: --5076453

Line 3868: FROM bom_cto_order_lines

3864: BEGIN
3865:
3866: SELECT parent_ato_line_id
3867: INTO l_parent_ato_line_id
3868: FROM bom_cto_order_lines
3869: WHERE line_id = p_line_id;
3870:
3871: IF l_parent_ato_line_id is not null THEN
3872:

Line 3889: FROM bom_cto_order_lines

3885: SELECT config_item_id,
3886: wip_supply_type
3887: INTO l_config_rec.sub_config_item_id,
3888: l_config_rec.sub_model_wip_supply_type
3889: FROM bom_cto_order_lines
3890: WHERE line_id = l_config_rec.sub_model_line_id;
3891:
3892: IF l_config_rec.sub_config_item_id is not null
3893: AND