[Home] [Help]
[Dependency Information]
Object Name: | JA_CN_PERIODS |
---|---|
Object Type: | TABLE |
Owner: | JA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The 'JA_CN_PERIODS' table stores information about the accounting period, which there are journal itemized by subsidiary in Itemized journal table. Each row includes the start date and end date of the period, the period type, the fiscal year, the period number, and other information.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LEDGER_ID | NUMBER | (15) | Yes | Identifier of Ledger |
PERIOD_NAME | VARCHAR2 | (15) | Yes | Accounting period |
LAST_UPDATE_DATE | DATE | Yes | Standard WHO column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard WHO column |
STATUS | VARCHAR2 | (1) | Yes | A flag to indicate status of this period. Available value is 'O', which means "open" |
START_DATE | DATE | Yes | Date on which accounting period begins | |
END_DATE | DATE | Yes | Date on which accounting period ends | |
PERIOD_YEAR | NUMBER | (15) | Yes | The year of current period in four digits numbering format. |
PERIOD_NUM | NUMBER | (15) | Yes | Accounting period year + Accounting period number, for example: 200501 |
CREATION_DATE | DATE | Yes | Standard WHO column | |
CREATED_BY | NUMBER | (15) | Yes | Standard WHO column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard WHO column | |
FIRST_FISCAL_PERIOD_FLAG | VARCHAR2 | (1) | First period of fiscal year status, 'Y' indicate that this period is first period of this fiscal year, else 'N' | |
SET_OF_BOOKS_ID | NUMBER | Identifier of GL set of book |
Cut, paste (and edit) the following text to query this object:
SELECT LEDGER_ID
, PERIOD_NAME
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, STATUS
, START_DATE
, END_DATE
, PERIOD_YEAR
, PERIOD_NUM
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, FIRST_FISCAL_PERIOD_FLAG
, SET_OF_BOOKS_ID
FROM JA.JA_CN_PERIODS;
JA.JA_CN_PERIODS does not reference any database object
JA.JA_CN_PERIODS is referenced by following:
|
|
|