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


TABLE: BIM.BIM_R_PERIODS

Object Details
Object Name: BIM_R_PERIODS
Object Type: TABLE
Owner: BIM
Subobject Name:
Status: VALID


This table keeps the start of the period depending on period type (Day, Week, Month Quarter, Year)


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
CALC_TYPE VARCHAR2 (30)
calculation type
PERIOD_TYPE VARCHAR2 (30)
period type
START_DATE DATE

start date of the period
END_DATE DATE

end date of the period
Query Text

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


SELECT CALC_TYPE
,      PERIOD_TYPE
,      START_DATE
,      END_DATE
FROM BIM.BIM_R_PERIODS;

Dependencies

[top of page]

BIM.BIM_R_PERIODS does not reference any database object

BIM.BIM_R_PERIODS is referenced by following:

SchemaAPPS
SynonymBIM_R_PERIODS