GMS_SPONSORS_B

GMS_SPONSORS is a sibling table to hz_parties (hz_cust_accounts) which stores the details for sponsor type customers. The primary key is PARTY_ID that points to the HZ_PARTIES table.

Details

  • Schema: FUSION

  • Object owner: GMS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

GMS_SPONSORS_PK

SPONSOR_ID

Columns

Name Datatype Length Precision Not-null Comments
SPONSOR_ID NUMBER 18 Yes Primary Key
PARTY_ID NUMBER 18 Yes Primary Key, Unique Identifier of Sponsors.
IND_RATE_SCH_ID NUMBER 18 Burden Shedule
BILL_TO_SPONSOR NUMBER 18 The name of the sponsor
LOC_NUMBER VARCHAR2 240 Letter of credit number
LOC_FLAG VARCHAR2 1 Flag identifying whether letter of credit is enabled for a sponsor.
FEDERAL_FLAG VARCHAR2 1 Flag identifying a Federal sponsor
SPONSOR_ACCT_ID NUMBER 18 Yes Stores reference of account number associated to the sponsor
RELATED_SPONSOR_ACCT_ID NUMBER 18 Stores reference of account number associated to the related sponsor
STATUS_CODE VARCHAR2 30 Status of the sponsor. Values are A (Active), I (Inactive) and M (Merged).
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
GMS_SPONSORS_B gms_sponsors_b BILL_TO_SPONSOR
gms_sponsors_references_b gms_sponsors_b SPONSOR_ID
gms_sponsors_b gms_sponsors_b BILL_TO_SPONSOR
pjb_sf270_report_history gms_sponsors_b SPONSOR_ID

Indexes

Index Uniqueness Tablespace Columns
GMS_SPONSORS_U1 Unique Default PARTY_ID
GMS_SPONSORS_U2 Unique Default SPONSOR_ID