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


TABLE: HXC.HXC_RECURRING_PERIODS

Object Details
Object Name: HXC_RECURRING_PERIODS
Object Type: TABLE
Owner: HXC
FND Design Data: TableHXC.HXC_RECURRING_PERIODS
Subobject Name:
Status: VALID


HXC_RECURRING_PERIODS holds the definitions of any Recurring Periods required by the Time Store.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HXC_RECURRING_PERIODS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRECURRING_PERIOD_ID
Columns
Name Datatype Length Mandatory Comments
RECURRING_PERIOD_ID NUMBER (15) Yes Primary Key from Sequence
NAME VARCHAR2 (80) Yes Name of the Recurring Period.
START_DATE DATE
Yes Start date of the Recurring Period.
END_DATE DATE

End date of the Recurring Period.
PERIOD_TYPE VARCHAR2 (80)
Indicates the type of Time Period.
DURATION_IN_DAYS NUMBER (10)
The number of days in the Recurring Period.
OBJECT_VERSION_NUMBER NUMBER (9)
Object Version Number
CREATED_BY NUMBER (15)
Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE

Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15)
Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE

Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER (15)
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 RECURRING_PERIOD_ID
,      NAME
,      START_DATE
,      END_DATE
,      PERIOD_TYPE
,      DURATION_IN_DAYS
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM HXC.HXC_RECURRING_PERIODS;

Dependencies

[top of page]

HXC.HXC_RECURRING_PERIODS does not reference any database object

HXC.HXC_RECURRING_PERIODS is referenced by following:

SchemaAPPS
SynonymHXC_RECURRING_PERIODS
TriggerHXC_RECURRING_PERIODS_WHO