DBA Data[Home] [Help] [Dependency Information]


TABLE: HRI.HRI_TIME_MONTH

Object Details
Object Name: HRI_TIME_MONTH
Object Type: TABLE
Owner: HRI
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
MONTH_ID NUMBER
Yes Month Identifier - Primary Key
QUARTER_ID NUMBER
Yes Foreign Key for Gregorian Quarter
NAME VARCHAR2 (100)
Display Name
START_DATE DATE
Yes Start Date
END_DATE DATE
Yes End Date
PRIOR_YEAR_MONTH_ID NUMBER

Prior Year Month Identifier
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT MONTH_ID
,      QUARTER_ID
,      NAME
,      START_DATE
,      END_DATE
,      PRIOR_YEAR_MONTH_ID
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM HRI.HRI_TIME_MONTH;

Dependencies

[top of page]

HRI.HRI_TIME_MONTH does not reference any database object

HRI.HRI_TIME_MONTH is referenced by following:

SchemaHRI
ViewHRI_TIME_MONTH#