[Home] [Help]
[Dependency Information]
| Object Name: | JA_AU_ACCT_DEFAULT_SEGS |
|---|---|
| Object Type: | TABLE |
| Owner: | JA |
| FND Design Data: | JA.JA_AU_ACCT_DEFAULT_SEGS
|
| Subobject Name: | |
| Status: | VALID |
JA_AU_ACCT_DEFAULT_SEGS is used to store information about
AutoAccounting setup. Each row in this table represents a segment of
the accounting flexfield and information about how to derive the value
of that segment.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| JA_AU_ACCT_DEFAULT_SEGS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
GL_DEFAULT_SEGMENT_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| GL_DEFAULT_SEGMENT_ID | NUMBER | (15) | Yes | Unique identifier |
| GL_DEFAULT_ID | NUMBER | (15) | Yes | Foreign Key to JA_AU_ACCOUNT_DEFAULTS |
| SEGMENT | VARCHAR2 | (30) | Yes | Name of the segment in the accounting flexfield structure |
| TABLE_NAME | VARCHAR2 | (30) | Name of the table on which this segment is based | |
| CONSTANT | VARCHAR2 | (30) | Constant value for this segment | |
| SEGMENT_NUM | VARCHAR2 | (30) | Yes | Number of the segment in the accounting flexfield structure |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT GL_DEFAULT_SEGMENT_ID
, GL_DEFAULT_ID
, SEGMENT
, TABLE_NAME
, CONSTANT
, SEGMENT_NUM
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM JA.JA_AU_ACCT_DEFAULT_SEGS;
JA.JA_AU_ACCT_DEFAULT_SEGS does not reference any database object
JA.JA_AU_ACCT_DEFAULT_SEGS is referenced by following:
JA
JA_AU_ACCT_DEFAULT_SEGS#
|
|
|
|