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


TABLE: IGI.IGI_RPI_COMPONENT_PERIODS

Object Details
Object Name: IGI_RPI_COMPONENT_PERIODS
Object Type: TABLE
Owner: IGI
FND Design Data: TableIGI.IGI_RPI_COMPONENT_PERIODS
Subobject Name:
Status: VALID


IGI_RPI_COMPONENT_PERIODS stores the periods and associated units of measure related to the individual components.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
COMPONENT VARCHAR2 (25) Yes Type of period
PERIOD_NAME VARCHAR2 (25) Yes Unique identifier for period
DESCRIPTION VARCHAR2 (240) Yes Detailed description of period
FACTOR NUMBER
Yes Number of components for the period
USE_SCHEDULES_FLAG VARCHAR2 (1) Yes Indicates use of schedules opposed to factors when factor is zero
UNIT_OF_MEASURE VARCHAR2 (25) Yes Default unit of measure
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)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
SCHEDULE_ID NUMBER (15)
Unique identifier for each schedule. If no schedule is used then value is 0.
ENABLED_FLAG VARCHAR2 (1)
Indicates if both period and component are enabled
Query Text

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


SELECT COMPONENT
,      PERIOD_NAME
,      DESCRIPTION
,      FACTOR
,      USE_SCHEDULES_FLAG
,      UNIT_OF_MEASURE
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      SCHEDULE_ID
,      ENABLED_FLAG
FROM IGI.IGI_RPI_COMPONENT_PERIODS;

Dependencies

[top of page]

IGI.IGI_RPI_COMPONENT_PERIODS does not reference any database object

IGI.IGI_RPI_COMPONENT_PERIODS is referenced by following:

SchemaAPPS
SynonymIGI_RPI_COMPONENT_PERIODS
TriggerIGI_RPI_COMPONENT_PERIODS_T1