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

CHART_OVERLAPS

Return a list of charts that contain the same selected feature.

Input

Parameter

Type

Description

p_foid

NUMBER

Feature object identifier (FOID) as a number. See FOID Conversion Functions.

p_usage

NUMBER

Usage ID.

Output

Type

Description

cht_info Pipelined array

Tabular chart info results.

Definition of CHT_INFO

Name

Type

Description

title

VARCHAR2

Chart title.

chtnum

VARCHAR2

Chart number.

chartver_id

NUMBER

Chart version ID.

Example

select * from table( p_pprapi.chart_overlaps(14073753140658960, 99) );

Exceptions

FOID cannot be NULL.

FOID does not exist.

Usage_id '<usage_id>' is invalid or does not currently exist.

The feature given <foid> does not exist on Usage <usage>.