DBA Data[Home] [Help]

APPS.OE_CONFIG_UTIL dependencies on CZ_CONFIG_DETAILS_V

Line 1516: FROM cz_config_details_v cz, oe_order_lines oe

1512:
1513: BEGIN
1514: SELECT 1
1515: INTO l_any_insert
1516: FROM cz_config_details_v cz, oe_order_lines oe
1517: WHERE oe.line_id = p_model_line_id
1518: AND oe.ordered_quantity <> cz.quantity
1519: AND oe.config_header_id = cz.config_hdr_id
1520: AND oe.config_rev_nbr = cz.config_rev_nbr

Line 2921: FROM oe_order_lines ol, cz_config_details_v cz

2917:
2918: BEGIN
2919: SELECT ol.component_code, ol.configuration_id
2920: INTO l_component_code, l_configuration_id
2921: FROM oe_order_lines ol, cz_config_details_v cz
2922: WHERE ol.line_id = p_model_line_id
2923: AND cz.component_code = ol.component_code
2924: AND cz.config_hdr_id = ol.config_header_id
2925: AND cz.config_rev_nbr = ol.config_rev_nbr