[Home] [Help]
[Dependency Information]
| Object Name: | IGS_FI_ACC_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_FI_ACC_ALL
|
| Subobject Name: | |
| Status: | VALID |
IGS_FI_ACC_ALL describes a finance general ledger account specific to a financial reporting period, financial period calendar instance.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_FI_ACC_ALL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ACCOUNT_CD
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FIN_CAL_TYPE | VARCHAR2 | (10) | This column is made obsolete | |
| FIN_CI_SEQUENCE_NUMBER | NUMBER | (6) | This column is made obsolete | |
| ACCOUNT_CD | VARCHAR2 | (40) | Yes | Code of a general ledger account specific to a financial reporting period. The account is used to record fee assessments for a particular fee type or group of fee types. |
| DESCRIPTION | VARCHAR2 | (60) | Yes | Code of a general ledger account specific to a financial reporting period. The account is used to record fee assessments for a particular fee type or group of fee types. |
| CLOSED_IND | VARCHAR2 | (1) | Yes | Indicator that specifies if the account is open or closed. Setting the checkbox to 'closed' ticked prevents use of the account in new records. |
| ACCOUNT_ID | NUMBER | (15) | This column is made obsolete | |
| ORG_ID | NUMBER | (15) | Operating unit identifier | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT FIN_CAL_TYPE
, FIN_CI_SEQUENCE_NUMBER
, ACCOUNT_CD
, DESCRIPTION
, CLOSED_IND
, ACCOUNT_ID
, ORG_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_FI_ACC_ALL;
IGS.IGS_FI_ACC_ALL does not reference any database object
IGS.IGS_FI_ACC_ALL is referenced by following:
APPS
IGS_FI_ACC_ALL
|
|
|
|