SDN_VESSEL_INFO

(SQL Table)
Index Back

Vessel Information

If an Financial Sanction entry is of type Vessel, then an entry will be created in this table to store vessel information.

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SDN_ID Number(15,0) DECIMAL(15) NOT NULL Unique Identifier for a loaded Financial Sanction list.
2 SDN_ENTRY_ID Number(15,0) DECIMAL(15) NOT NULL Unique identifier for an Financial Sanction entry.
3 SDN_CALL_SIGN Character(50) VARCHAR2(50) NOT NULL Call sign for a vessel.
4 SDN_TYPE Character(50) VARCHAR2(50) NOT NULL Type of Identification for a given Entry.
5 SDN_VESSEL_FLAG Character(20) VARCHAR2(20) NOT NULL Vessel Flag
6 SDN_VESSEL_OWNER Character(50) VARCHAR2(50) NOT NULL Vessel Owner information.
7 SDN_TONNAGE Number(3,0) SMALLINT NOT NULL Tonnage supported by the Vessel.
8 SDN_REG_TONNAGE Number(3,0) SMALLINT NOT NULL Gross Registered Tonnage carried on a vessel.