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


VIEW: APPS.PJI_TIME_WEEK_V

Object Details
Object Name: PJI_TIME_WEEK_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPJI.PJI_TIME_WEEK_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


This table stores week definition for enterprise calendar


[View Source]

Columns
Name Datatype Length Mandatory Comments
WEEK_ID NUMBER
Yes Week Identifier
PERIOD445_ID NUMBER
Yes Gregorian Period Identifier
SEQUENCE NUMBER
Yes Sequence of the week in the year
NAME VARCHAR2 (100) Yes Display Name
START_DATE DATE
Yes Week Start Date
END_DATE DATE
Yes Week End Date
CREATION_DATE DATE
Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who Column
Query Text

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


SELECT WEEK_ID
,      PERIOD445_ID
,      SEQUENCE
,      NAME
,      START_DATE
,      END_DATE
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM APPS.PJI_TIME_WEEK_V;

Dependencies

[top of page]

APPS.PJI_TIME_WEEK_V references the following:

SchemaAPPS
SynonymPJI_TIME_WEEK

APPS.PJI_TIME_WEEK_V is not referenced by any database object