Return a list of products containing input objects.
Input
Parameter | Type | Description |
|---|---|---|
v_foids | FOID tab | Array holding FOIDs to be queried. |
Output
Type | Description |
|---|---|
enc_info | List of products containing FOIDs queried. |
Definition of ENC_INFO
Name | Type | Description |
|---|---|---|
name | VARCHAR2 | Name of product. |
edition | NUMBER | Edition number. |
version | NUMBER | Version number. |
product_id | NUMBER | Base ID of the product. |
productversion_id | NUMBER | Version identifier. |
s57_type | NUMBER | Product spec identifier relating to a type from table ENCTYPE. |
Example
select * from table(p_gpeapi.gpe_objects(p_project_manager.getProjectFeatures(3))); |
Exceptions
None defined at this time.