CARIS HPD : HPD® Server API : Paper Product Data : P_PPRAPI : UPDATESHEET
 

UPDATESHEET

Modify a sheet version definition.

Input

Parameter

Type

Description

p_sheetver_id

NUMBER

The primary key of the sheet version.

p_layout

NUMBER

Orientation.

p_margnb

NUMBER

Margin bottom.

p_margnl

NUMBER

Margin left.

p_margnr

NUMBER

Margin right.

p_margnt

NUMBER

Margin top.

p_pheigh

NUMBER

Paper height.

p_ppsize

NUMBER

Paper size.

p_pwidth

NUMBER

Paper width.

p_tsheet

NUMBER

Type of sheet.

p_sheet1

VARCHAR2

Sheet title (Language 1).

p_sheet2

VARCHAR2

Sheet title (Language 2).

p_cmmnts

VARCHAR2

Comments.

Example

exec P_pprapi.updatesheet(&sheetver_id, p_cmmnts => 'New Comments');

Exceptions

Sheet version identifier '<sheetver_id>' is invalid or does not currently exist.

Chart '<p_chart_id>' is inactive and can not be modified.

Value '<value>' is not valid for attribute '<acronym>'. Date format is YYYYMMDD, e.g. 20081231.

Value '<value>' is not valid for attribute '<acronym>'. It should be an integer.

Value '<value>' is not valid for attribute '<acronym>'. It should be a number.

The specified version of the chart is not the current version and can not be edited

The current version of the chart is closed and can not be edited