12.12.2016 Views

bomtrm

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

ORG_ACCT_PERIODS<br />

ORG_ACCT_PERIODS holds the open and closed financial periods for<br />

organizations. When a period is opened, the period open form<br />

(INVTTGPO) pulls in the next available period from the GL table<br />

GL_PERIODS. ORG_ACCT_PERIODS holds the relevant data, such as<br />

period start, end and close dates. Note that only postable periods will<br />

be brought over. You may create non–postable periods in Oracle<br />

General Ledger or in the GL forms provided with Oracle Inventory. If<br />

data exists in the PERIOD_CLOSE_DATE column, then the period has<br />

been closed and no more transactions can be made against the closed<br />

period. The combination of the PERIOD_CLOSE_DATE and<br />

OPEN_FLAG columns reflects the status of a period. When<br />

OPEN_FLAG = ’P’, it means the period close is processing. When it<br />

equals ’N’, the period close process is completed. When OPEN_FLAG is<br />

’Y’ and PERIOD_CLOSE_DATE is null, it means the period is open.<br />

Otherwise, it implies the period close process has failed.<br />

Foreign Keys<br />

Primary Key Table Primary Key Column Foreign Key Column<br />

GL_PERIODS PERIOD_SET_NAME PERIOD_SET_NAME<br />

PERIOD_NAME<br />

PERIOD_NAME<br />

MTL_PARAMETERS ORGANIZATION_ID ORGANIZATION_ID<br />

Column Descriptions<br />

Name Null? Type Description<br />

ACCT_PERIOD_ID (PK) NOT NULL NUMBER Accounting period id<br />

ORGANIZATION_ID (PK) NOT NULL NUMBER Organization identifier<br />

LAST_UPDATE_DATE NOT NULL DATE Standard Who column<br />

LAST_UPDATED_BY NOT NULL NUMBER Standard Who column<br />

CREATION_DATE NOT NULL DATE Standard Who column<br />

CREATED_BY NOT NULL NUMBER Standard Who column<br />

LAST_UPDATE_LOGIN NULL NUMBER Standard Who column<br />

PERIOD_SET_NAME NOT NULL VARCHAR2(15) GL period set name<br />

PERIOD_YEAR NOT NULL NUMBER GL period year<br />

PERIOD_NUM NOT NULL NUMBER GL period number<br />

PERIOD_NAME NOT NULL VARCHAR2(15) GL period name<br />

DESCRIPTION NULL VARCHAR2(50) Description – (not currently<br />

used)<br />

PERIOD_START_DATE NOT NULL DATE Start date of accounting period<br />

SCHEDULE_CLOSE_DATE NOT NULL DATE Scheduled close date of the<br />

accounting period<br />

PERIOD_CLOSE_DATE NULL DATE Actual close date of the<br />

accounting period<br />

OPEN_FLAG NOT NULL VARCHAR2(1) Indicates the status of the<br />

period: ’P’ if the period<br />

close is processing; ’N’ if the<br />

period is closed; ’Y’ if the<br />

period is either open (if<br />

period close date is NULL) or<br />

the period close has failed (if<br />

period close date is not NULL)<br />

Oracle Proprietary, Confidential Information––Use Restricted by Contract<br />

3 – 670 Oracle Bills of Material Technical Reference Manual

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!