JL_BR_SPED_PRCPNT_CODES
This table contains participant information. A participant is an organization related to the first party organization.
Details
-
Schema: FUSION
-
Object owner: JL
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
Name | Columns |
---|---|
JL_BR_SPED_PRCPNT_CODES_PK |
SPED_PRCPNT_CODES_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments | Status |
---|---|---|---|---|---|---|
SPED_PRCPNT_CODES_ID | NUMBER | 18 | Yes | SPED participant code identifier. | Active | |
LEDGER_ID | NUMBER | 18 | Ledger identifier used to identify the accounting flexfield segment type for defining participants. | Active | ||
PARTICIPANT_TYPE_CODE | VARCHAR2 | 30 | Yes | Code for the participant type representing the type of third party. | Active | |
PARTICIPANT_CODE | VARCHAR2 | 40 | Yes | Code for the participant. Participant is an organization related to the first party organization. | Active | |
PARTICIPANT_NAME | VARCHAR2 | 240 | Yes | Name of the participant. Participant is an organizatio related to the first party organization. | Active | |
PARTY_SITE_ID | NUMBER | 18 | Identification number of the party site. | Active | ||
ACC_FLEX_SEGMENT_TYPE | VARCHAR2 | 30 | Type of accounting flexfield segment chosen for defining the participant relationship. | Active | ||
ACC_FLEX_SEGMENT_VALUE | VARCHAR2 | 150 | Value of the accounting flexfield segment chosen for participant relationship definition. | Active | ||
ACTIVE_FLAG | VARCHAR2 | 1 | Yes | Indicates status of the participant relationship. Valid values are Y and N. | Active | |
PARTCPNT_STATE_GEOGRAPHY_ID | NUMBER | 18 | Yes | Participant state geography identifier. | Active | |
PARTCPNT_CITY_GEOGRAPHY_ID | NUMBER | 18 | Participant city geography identifier. | Active | ||
ATTRIBUTE1 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Active | ||
ATTRIBUTE2 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Active | ||
ATTRIBUTE3 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Active | ||
ATTRIBUTE4 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Active | ||
ATTRIBUTE5 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Active | ||
ATTRIBUTE6 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Active | ||
ATTRIBUTE7 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Active | ||
ATTRIBUTE8 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Active | ||
ATTRIBUTE9 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Active | ||
ATTRIBUTE10 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Active | ||
ATTRIBUTE11 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Active | ||
ATTRIBUTE12 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Active | ||
ATTRIBUTE13 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Active | ||
ATTRIBUTE14 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Active | ||
ATTRIBUTE15 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Active | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | 150 | Descriptive Flexfield: structure definition of the user descriptive flexfield. | Active | ||
ATTRIBUTE_NUMBER1 | NUMBER | Descriptive Flexfield: segment of the user descriptive flexfield. | ||||
ATTRIBUTE_NUMBER2 | NUMBER | Descriptive Flexfield: segment of the user descriptive flexfield. | ||||
ATTRIBUTE_NUMBER3 | NUMBER | Descriptive Flexfield: segment of the user descriptive flexfield. | ||||
ATTRIBUTE_NUMBER4 | NUMBER | Descriptive Flexfield: segment of the user descriptive flexfield. | ||||
ATTRIBUTE_NUMBER5 | NUMBER | Descriptive Flexfield: segment of the user descriptive flexfield. | ||||
ATTRIBUTE_DATE1 | DATE | Descriptive Flexfield: segment of the user descriptive flexfield. | ||||
ATTRIBUTE_DATE2 | DATE | Descriptive Flexfield: segment of the user descriptive flexfield. | ||||
ATTRIBUTE_DATE3 | DATE | Descriptive Flexfield: segment of the user descriptive flexfield. | ||||
ATTRIBUTE_DATE4 | DATE | Descriptive Flexfield: segment of the user descriptive flexfield. | ||||
ATTRIBUTE_DATE5 | DATE | Descriptive Flexfield: segment of the user descriptive flexfield. | ||||
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | Active | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | Active | |
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | Active | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | Active | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | Active | ||
PARTY_ID | NUMBER | 18 | Identification number of the party. | Active | ||
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. | Active |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
JL_BR_SPED_PRCPNT_CODES | gl_ledgers | LEDGER_ID |
JL_BR_SPED_PRCPNT_CODES | hz_geographies | PARTCPNT_STATE_GEOGRAPHY_ID |
JL_BR_SPED_PRCPNT_CODES | hz_geographies | PARTCPNT_CITY_GEOGRAPHY_ID |
Indexes
Index | Uniqueness | Tablespace | Columns | Status |
---|---|---|---|---|
JL_BR_SPED_PRCPNT_CODES_N1 | Non Unique | FUSION_TS_TX_IDX | PARTY_ID, PARTY_SITE_ID | Active |
JL_BR_SPED_PRCPNT_CODES_U1 | Unique | FUSION_TS_TX_IDX | SPED_PRCPNT_CODES_ID | Active |
JL_BR_SPED_PRCPNT_CODES_U2 | Unique | FUSION_TS_TX_IDX | PARTICIPANT_CODE | Active |