[Home] [Help]
[Dependency Information]
| Object Name: | RCI_FS_CERT_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AMW.RCI_FS_CERT_V
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This View contains the definition for the Financial Statement Certification dimension
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ID | NUMBER | Yes | identifier for this Dimension View | |
| VALUE | VARCHAR2 | (80) | Yes | value for this Dimension View |
| PERIOD_NAME | VARCHAR2 | (100) | Financial Certification Period Name | |
| QTR_NAME | VARCHAR2 | (100) | Financial Certification Quarter Name | |
| YEAR_NAME | VARCHAR2 | (100) | Financial Certification Year Name | |
| ENT_PERIOD_ID | NUMBER | Financial Certification Enterprise Period Identifier from FII tbls. | ||
| ENT_QTR_ID | NUMBER | Financial Certification Enterprise Quarter Identifier from FII tbls. | ||
| ENT_YEAR_ID | NUMBER | Financial Certification Enterprise Year Identifier from FII tbls. |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, VALUE
, PERIOD_NAME
, QTR_NAME
, YEAR_NAME
, ENT_PERIOD_ID
, ENT_QTR_ID
, ENT_YEAR_ID
FROM APPS.RCI_FS_CERT_V;
APPS
AMW_CERTIFICATION_B
AMW_CERTIFICATION_TL
AMW_GL_PERIODS_V
FII_TIME_DAY
FII_TIME_ENT_PERIOD
FII_TIME_ENT_QTR
FII_TIME_ENT_YEAR
FND_PROFILE
- show dependent code
APPS.RCI_FS_CERT_V is not referenced by any database object
|
|
|
|