FCLTY_MEMO(SQL Table) |
Index Back |
|---|---|
Facilities Dfn DetailFacility memo information. Used to store a wide variety of user defined information relating directly to the facility. |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: SP_SETID_NONVW |
|
| 2 | Character(12) | VARCHAR2(12) NOT NULL | A unique key identifier that represents a given counterparty facility. | |
| 3 | Date(10) | DATE | Effective Date | |
| 4 | Character(5) | VARCHAR2(5) NOT NULL |
A unique key identifier that represents a user defined attribute associated with a counterparty
Prompt Table: FCLTY_MEMO_ATTR |
|
| 5 | FCLTY_DT | Date(10) | DATE | The commencement date for a given facility. |
| 6 | FCLTY_NUM | Number(16,8) | DECIMAL(15,8) NOT NULL | A numeric database fieldtype that serves as the basis for a user defined facility attribute. |
| 7 | FCLTY_SIGNED | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | A signed numeric database fieldtype that serves as the basis for a user defined facility attribute. |
| 8 | FCLTY_TEXT | Character(30) | VARCHAR2(30) NOT NULL |
A standard text database fieldtype that serves as the basis for a user defined facility attribute.
Prompt Table: %EDITTABLE |
| 9 | FCLTY_LONG | Long Character | CLOB | A longtext database fieldtype that serves as the basis for a user defined facility attribute. |