View: core.account_master_selector_view

Schema core
Materialized View Name account_master_selector_view
Owner postgres
Tablespace DEFAULT
Description
 CREATE OR REPLACE VIEW core.account_master_selector_view
 AS
 SELECT account_masters.account_master_id,
    account_masters.account_master_code,
    account_masters.account_master_name,
    account_masters.normally_debit,
    account_masters.parent_account_master_id
   FROM core.account_masters;