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


VIEW: APPS.FII_TIME_RPT_STRUCT_V

Object Details
Object Name: FII_TIME_RPT_STRUCT_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewFII.FII_TIME_RPT_STRUCT_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
CALENDAR_ID NUMBER
Yes
CALENDAR_TYPE VARCHAR2 (1) Yes
REPORT_DATE DATE
Yes
TIME_ID NUMBER
Yes
PERIOD_TYPE_ID NUMBER
Yes
RECORD_TYPE_ID NUMBER
Yes
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) Yes Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
Query Text

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


SELECT CALENDAR_ID
,      CALENDAR_TYPE
,      REPORT_DATE
,      TIME_ID
,      PERIOD_TYPE_ID
,      RECORD_TYPE_ID
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM APPS.FII_TIME_RPT_STRUCT_V;

Dependencies

[top of page]

APPS.FII_TIME_RPT_STRUCT_V references the following:

SchemaAPPS
SynonymFII_TIME_RPT_STRUCT
APPS.FII_TIME_RPT_STRUCT_V is referenced by following:

SchemaAPPS
Materialized ViewASO_BI_QOT_CUST_MV
ViewMSD_SR_ONHAND_INVENTORY_V
ViewMSD_SR_TOTAL_BACKLOG_V
Package BodyMSD_SR_UTIL - show dependent code