PON_PROGRAM_TEAM_MEMBERS
PON_PROGRAM_TEAM_MEMBERS stores various stakeholders and interested parties who need to see a sourcing program.
Details
-
Schema: FUSION
-
Object owner: PON
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PON_PROGRAM_TEAM_MEMBERS_PK |
TEAM_MEMBER_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PROGRAM_HEADER_ID | NUMBER | 18 | Yes | Unique identifier of the program. | |
| TEAM_MEMBER_ID | NUMBER | 18 | Yes | Unique identifier of the team member | |
| MEMBER_TYPE | VARCHAR2 | 1 | The flag that indicates member type. Valid values are C-Creator, M-Manager, N-Any other member | ||
| PERSON_ID | NUMBER | 18 | Yes | Identifier of the program team member. | |
| ACCESS_TYPE | VARCHAR2 | 30 | Determines the access level of the team member. Valid values are- 1. FULL 2. VIEW | ||
| NOTE | VARCHAR2 | 4000 | Note entered for the team member. | ||
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created 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. | ||
| 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| PON_PROGRAM_TEAM_MEMBERS | pon_program_headers | PROGRAM_HEADER_ID |
| PON_PROGRAM_TEAM_MEMBERS | per_persons | PERSON_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PON_PROGRAM_TEAM_MEMBERS_U1 | Unique | Default | PROGRAM_HEADER_ID, PERSON_ID |
| PON_PROGRAM_TEAM_MEMBERS_U2 | Unique | Default | TEAM_MEMBER_ID |