[Home] [Help]
[Dependency Information]
| Object Name: | JAI_FBT_SETUP_LINES |
|---|---|
| Object Type: | TABLE |
| Owner: | JA |
| FND Design Data: | JA.JAI_FBT_SETUP_LINES
|
| Subobject Name: | |
| Status: | VALID |
This table is storing the FBT setup line information, such as FBT type code, natural account and taxable basis. The combination of legal_entity_id and fbt_year in the table is corresponding to one in JAI_FBT_SETUP_HEADERS
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| JAI_FBT_SETUP_LINES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
LEGAL_ENTITY_ID
FBT_YEAR
NATURAL_ACCOUNT_VALUE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LEGAL_ENTITY_ID | NUMBER | (15) | Yes | Legal Entity Identifier |
| FBT_YEAR | NUMBER | (9) | Yes | FBT Year |
| FRINGE_BENEFIT_TYPE_CODE | VARCHAR2 | (30) | Yes | Fringe Benefit Type code |
| NATURAL_ACCOUNT_VALUE | VARCHAR2 | (25) | Natural Account Value for this kind of Fringe Benefit Type code | |
| TAXABLE_BASIS | NUMBER | Taxable basis for this kind of Fringe Benefit Type code | ||
| 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) | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT LEGAL_ENTITY_ID
, FBT_YEAR
, FRINGE_BENEFIT_TYPE_CODE
, NATURAL_ACCOUNT_VALUE
, TAXABLE_BASIS
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM JA.JAI_FBT_SETUP_LINES;
JA.JAI_FBT_SETUP_LINES does not reference any database object
JA.JAI_FBT_SETUP_LINES is referenced by following:
APPS
JAI_FBT_SETUP_LINES
|
|
|
|