Service Activity LOV is empty on Repair Order Logistics Lines
Hello,
Service Activity LOV is empty on Repair Order Logistics Lines. Script below had no results:
SELECT DISTINCT cs_transaction_types_vl.NAME,
cs_transaction_types_vl.description,
cs_transaction_types_vl.revision_flag,
cs_transaction_types_vl.new_cp_return_required,
cs_transaction_types_vl.new_cp_status_code,
cs_transaction_types_vl.installed_cp_return_required,
cs_transaction_types_vl.installed_status_code,
cs_transaction_types_vl.no_charge_flag,
cs_transaction_types_vl.line_order_category_code
line_category_code,
cs_bus_process_txns.transaction_type_id
FROM csd_repair_types_b,
cs_bus_process_txns,
cs_transaction_types_vl,
Service Activity LOV is empty on Repair Order Logistics Lines. Script below had no results:
SELECT DISTINCT cs_transaction_types_vl.NAME,
cs_transaction_types_vl.description,
cs_transaction_types_vl.revision_flag,
cs_transaction_types_vl.new_cp_return_required,
cs_transaction_types_vl.new_cp_status_code,
cs_transaction_types_vl.installed_cp_return_required,
cs_transaction_types_vl.installed_status_code,
cs_transaction_types_vl.no_charge_flag,
cs_transaction_types_vl.line_order_category_code
line_category_code,
cs_bus_process_txns.transaction_type_id
FROM csd_repair_types_b,
cs_bus_process_txns,
cs_transaction_types_vl,
0