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


TABLE: IGI.IGI_RPI_BILL_CHARGE_PERIODS

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


IGI_RPI_BILL_CHARGE_PERIODS contains inter-component period relationships.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
BILLING_PERIOD_NAME VARCHAR2 (25) Yes Period used for billing
CHARGE_PERIOD_NAME VARCHAR2 (25) Yes Period used for calculating charges
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).
ENABLED_FLAG VARCHAR2 (1)
Indicates if both billing period and charge period are enabled
Query Text

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


SELECT BILLING_PERIOD_NAME
,      CHARGE_PERIOD_NAME
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      ENABLED_FLAG
FROM IGI.IGI_RPI_BILL_CHARGE_PERIODS;

Dependencies

[top of page]

IGI.IGI_RPI_BILL_CHARGE_PERIODS does not reference any database object

IGI.IGI_RPI_BILL_CHARGE_PERIODS is referenced by following:

SchemaAPPS
SynonymIGI_RPI_BILL_CHARGE_PERIODS