CARIS HPD : HPD® Server API : Paper Product Data : Paper Chart Views : CHART_SHEET_PANEL_VW
 

CHART_SHEET_PANEL_VW

Display version information for paper charts, sheets, and panels.

Output

Column

Type

Description

chartver_id

NUMBER

Primary key for a chart version.

sheetver_id

NUMBER

Primary key for a sheet version.

panelver_id

NUMBER

Primary key for a panel version.

retired

CHAR

Deprecated. Use the product_status field instead.

Y: Product is retired (no longer in use).

N: Product is not retired.

rejected

CHAR

Deprecated. Use the product_status field instead.

Y: Product is rejected.

N: Product is not rejected.

product_status

VARCHAR2

Status can be one of the following:

Active

Rejected

Retired

Locked.

Example

select * from CHART_SHEET_PANEL_VW;