DBA Data[Home] [Help]

APPS.CZ_RUNTIME dependencies on CZ_CONFIG_DETAILS_V

Line 674: FROM cz_config_details_v

670: END IF;
671:
672: SELECT organization_id, quantity, config_item_id
673: INTO x_organization_id, x_quantity, l_config_item_id
674: FROM cz_config_details_v
675: WHERE config_hdr_id = p_config_hdr_id AND config_rev_nbr = p_config_rev_nbr
676: AND inventory_item_id = x_top_item_id;
677:
678: IF (x_organization_id IS NULL) THEN