[Home] [Help]
[Dependency Information]
| Object Name: | JAI_CMN_RG_PERIOD_BALS |
|---|---|
| Object Type: | TABLE |
| Owner: | JA |
| FND Design Data: | JA.JAI_CMN_RG_PERIOD_BALS
|
| Subobject Name: | |
| Status: | VALID |
Stores RG Balances for each period, for different types of RegisterS
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| JAI_CMN_RG_PERIOD_BALS_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PERIOD_BALANCE_ID
|
| JAI_CMN_RG_PERIOD_BALS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ORGANIZATION_ID
LOCATION_ID
REGISTER_TYPE
START_DATE
END_DATE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERIOD_BALANCE_ID | NUMBER | (15) | Yes | Unique Identifier for the table |
| ORGANIZATION_ID | NUMBER | (15) | Yes | Organization identifier |
| LOCATION_ID | NUMBER | (15) | Yes | Location identifier |
| REGISTER_TYPE | VARCHAR2 | (15) | Yes | Register Type, it can have values as A and C |
| START_DATE | DATE | Yes | Start Date for the Period, for which balance is calculated | |
| END_DATE | DATE | Yes | End Date for the Period, for which balance is calculated | |
| FIN_YEAR | NUMBER | (9) | Financial Year, in which this period falls | |
| OPENING_BALANCE | NUMBER | Opening Balance | ||
| CLOSING_BALANCE | NUMBER | Closing Balance | ||
| MISC_ADJUSTMENT | NUMBER | Miscellaneous Adjustment Amount | ||
| CUMULATIVE_MISC_ADJUSTMENT | NUMBER | Cumulative Miscellaneous Adjustment Amount | ||
| ROUNDING_ADJUSTMENT | NUMBER | Rounding Adjustment Amount | ||
| CUMULATIVE_ROUNDING_ADJUSTMENT | NUMBER | Cumulative Rounding Adjustment Amount | ||
| CREATION_DATE | DATE | Standard Who column | ||
| CREATED_BY | NUMBER | (15) | Standard Who column | |
| LAST_UPDATE_DATE | DATE | Standard Who column | ||
| LAST_UPDATED_BY | NUMBER | (15) | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
| OBJECT_VERSION_NUMBER | NUMBER | Object Version Number | ||
| CVD_EDU_CESS_ADJ | NUMBER | CVD education cess adjustment | ||
| CVD_EDU_CESS_ADJ_OP_BAL | NUMBER | CVD education cess adjustment opening balace | ||
| CVD_EDU_CESS_CL_BAL | NUMBER | CVD Education cess closing Balance | ||
| EXC_EDU_CESS_ADJ | NUMBER | Excise Education Cess adjustment | ||
| EXC_EDU_CESS_ADJ_OP_BAL | NUMBER | Excise Education Cess adjustment opening balance | ||
| EXC_EDU_CESS_CL_BAL | NUMBER | Excise Education Cess closing Balance | ||
| SH_CVD_EDU_CESS_ADJ | NUMBER | Indicates the adjustment amount of SHE CVD Cess for the period | ||
| SH_CVD_EDU_CESS_ADJ_OP_BAL | NUMBER | Indicates the opening balance of SHE CVD Cess adjustments for the period | ||
| SH_CVD_EDU_CESS_CL_BAL | NUMBER | Indicates the closing balance of SHE CVD Cess for the period | ||
| SH_EXC_EDU_CESS_ADJ | NUMBER | Indicates the adjustment amount of SHE Excise Cess for the period | ||
| SH_EXC_EDU_CESS_ADJ_OP_BAL | NUMBER | Indicates the opening balance of SHE Excise Cess adjustments for the period | ||
| SH_EXC_EDU_CESS_CL_BAL | NUMBER | Indicates the closing balance of SHE Excise Cess for the period |
Cut, paste (and edit) the following text to query this object:
SELECT PERIOD_BALANCE_ID
, ORGANIZATION_ID
, LOCATION_ID
, REGISTER_TYPE
, START_DATE
, END_DATE
, FIN_YEAR
, OPENING_BALANCE
, CLOSING_BALANCE
, MISC_ADJUSTMENT
, CUMULATIVE_MISC_ADJUSTMENT
, ROUNDING_ADJUSTMENT
, CUMULATIVE_ROUNDING_ADJUSTMENT
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
, CVD_EDU_CESS_ADJ
, CVD_EDU_CESS_ADJ_OP_BAL
, CVD_EDU_CESS_CL_BAL
, EXC_EDU_CESS_ADJ
, EXC_EDU_CESS_ADJ_OP_BAL
, EXC_EDU_CESS_CL_BAL
, SH_CVD_EDU_CESS_ADJ
, SH_CVD_EDU_CESS_ADJ_OP_BAL
, SH_CVD_EDU_CESS_CL_BAL
, SH_EXC_EDU_CESS_ADJ
, SH_EXC_EDU_CESS_ADJ_OP_BAL
, SH_EXC_EDU_CESS_CL_BAL
FROM JA.JAI_CMN_RG_PERIOD_BALS;
JA.JAI_CMN_RG_PERIOD_BALS does not reference any database object
JA.JAI_CMN_RG_PERIOD_BALS is referenced by following:
APPS
JAI_CMN_RG_PERIOD_BALS
|
|
|
|