GL_LEDGER_SET_NORM_ASSIGN
GL_LEDGER_SET_NORM_ASSIGN contains information about each ledger or ledger set contained in a ledger set. Each row represents the relationship between a ledger set and a ledger or ledger set that it contains. This table corresponds to the Ledger section in the Ledger Set screen.
Details
-
Schema: FUSION
-
Object owner: GL
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
GL_LEDGER_SET_NORM_ASSIGN_PK |
LEDGER_SET_ID, LEDGER_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Flexfield-mapping |
|---|---|---|---|---|---|---|
| LEDGER_SET_ID | NUMBER | 18 | Yes | Ledget set identifer. Foreign key to GL_LEDGERS. | ||
| LEDGER_ID | NUMBER | 18 | Yes | Ledger identifier. Foreign key to GL_LEDGERS. | ||
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | |||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | |||
| 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. | ||
| START_DATE | DATE | Start date from which the ledger set assignment is active. | ||||
| END_DATE | DATE | Date when this ledger set assigment is inactive. | ||||
| STATUS_CODE | VARCHAR2 | 1 | Ledge set assignment status code. | |||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | |||
| ATTRIBUTE_CATEGORY | VARCHAR2 | 150 | Descriptive Flexfield: structure definition of the user descriptive flexfield. | Ledger Set Assignments (GL_LEDGER_SET_NORM_ASSIGN) | ||
| ATTRIBUTE1 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Ledger Set Assignments (GL_LEDGER_SET_NORM_ASSIGN) | ||
| ATTRIBUTE2 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Ledger Set Assignments (GL_LEDGER_SET_NORM_ASSIGN) | ||
| ATTRIBUTE3 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Ledger Set Assignments (GL_LEDGER_SET_NORM_ASSIGN) | ||
| ATTRIBUTE4 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Ledger Set Assignments (GL_LEDGER_SET_NORM_ASSIGN) | ||
| ATTRIBUTE5 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Ledger Set Assignments (GL_LEDGER_SET_NORM_ASSIGN) | ||
| ATTRIBUTE6 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Ledger Set Assignments (GL_LEDGER_SET_NORM_ASSIGN) | ||
| ATTRIBUTE7 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Ledger Set Assignments (GL_LEDGER_SET_NORM_ASSIGN) | ||
| ATTRIBUTE8 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Ledger Set Assignments (GL_LEDGER_SET_NORM_ASSIGN) | ||
| ATTRIBUTE9 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Ledger Set Assignments (GL_LEDGER_SET_NORM_ASSIGN) | ||
| ATTRIBUTE10 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Ledger Set Assignments (GL_LEDGER_SET_NORM_ASSIGN) | ||
| ATTRIBUTE11 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Ledger Set Assignments (GL_LEDGER_SET_NORM_ASSIGN) | ||
| ATTRIBUTE12 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Ledger Set Assignments (GL_LEDGER_SET_NORM_ASSIGN) | ||
| ATTRIBUTE13 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Ledger Set Assignments (GL_LEDGER_SET_NORM_ASSIGN) | ||
| ATTRIBUTE14 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Ledger Set Assignments (GL_LEDGER_SET_NORM_ASSIGN) | ||
| ATTRIBUTE15 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Ledger Set Assignments (GL_LEDGER_SET_NORM_ASSIGN) | ||
| 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 |
|---|---|---|
| GL_LEDGER_SET_NORM_ASSIGN | gl_ledgers | LEDGER_ID |
| GL_LEDGER_SET_NORM_ASSIGN | gl_ledgers | LEDGER_SET_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| GL_LEDGER_SET_NORM_ASSIGN_U1 | Unique | Default | LEDGER_SET_ID, LEDGER_ID |