[Home] [Help]
[Dependency Information]
| Object Name: | BIL_BI_CAL_MV |
|---|---|
| Object Type: | TABLE |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
| Tablespace: | APPS_TS_SUMMARY |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| 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. |
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;
APPS.BIL_BI_CAL_MV does not reference any database object
APPS.BIL_BI_CAL_MV is referenced by following:
APPS
BIL_BI_CAL_MV
BIL_BI_SLS_PERF_MV
|
|
|
|