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


MATERIALIZED VIEW: APPS.BIL_BI_CAL_MV

Object Details
Object Name: BIL_BI_CAL_MV
Object Type: MATERIALIZED VIEW
Owner: APPS
Subobject Name:
Status: VALID
M-View Details
Container: BIL_BI_CAL_MV
Updatable: N
Rewrite Enabled: N
Rewrite Capability: NONE
Refresh Mode: DEMAND
Refresh Method: COMPLETE
Build Mode: DEFERRED
Fast Refreshable: NO
MV Log Dependencies:

FII_TIME_DAY

[View Source Query]

Columns
Name Datatype Length Mandatory Comments
TIME_ID NUMBER (15)
Effective date rolled up over week, period, quarter, year.
PERIOD_TYPE_ID NUMBER (15)
Period type of time_id.
REPORT_DATE DATE

The date for which prior dates are to be taken.
RECORD_TYPE_ID NUMBER (15)
Record Type from Calendar table.
FLAG VARCHAR2 (12)
Flag to distinguish prior year and prior period dates.
WEEK_ID NUMBER

Week Id corresponding to the date.
ENT_PERIOD_ID NUMBER

Period Id corresponding to the date.
ENT_QTR_ID NUMBER

Quarter Id corresponding to the date.
ENT_YEAR_ID NUMBER

Year Id corresponding to the date.
CREDIT_TYPE_ID VARCHAR2 (4000)
Forecast Credit Type, based on the ASN Profile.
Query Text

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


SELECT TIME_ID
,      PERIOD_TYPE_ID
,      REPORT_DATE
,      RECORD_TYPE_ID
,      FLAG
,      WEEK_ID
,      ENT_PERIOD_ID
,      ENT_QTR_ID
,      ENT_YEAR_ID
,      CREDIT_TYPE_ID
FROM APPS.BIL_BI_CAL_MV;

Dependencies

[top of page]

APPS.BIL_BI_CAL_MV references the following:

SchemaAPPS
TableBIL_BI_CAL_MV
PL/SQL PackageFII_TIME_API - show dependent code
SynonymFII_TIME_DAY
SynonymFII_TIME_STRUCTURES
PL/SQL PackageFND_PROFILE - show dependent code
SchemaFII
TableFII_TIME_DAY
TableFII_TIME_STRUCTURES
APPS.BIL_BI_CAL_MV is referenced by following:

SchemaAPPS
Materialized ViewBIL_BI_SLS_PERF_MV