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


VIEW: APPS.MSD_SR_TIME_LB_V

Object Details
Object Name: MSD_SR_TIME_LB_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

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


This view gives the definition for the time hierarchies for all the time hierarchies - Gregorian, Manufacturing hierarchies for liability Analysis.


[View Source]

Columns
Name Datatype Length Mandatory Comments
CALENDAR_TYPE NUMBER

Calender type. The possible values are- 1. gregorian, 2. manufacturing
CALENDAR_CODE VARCHAR2 (14) Yes Calender code. No entry for the gregorian calender.
SEQ_NUM NUMBER

Sequence of the period
YEAR VARCHAR2 (0)
year
YEAR_DESCRIPTION VARCHAR2 (0)
Description of the year
YEAR_START_DATE VARCHAR2 (0)
Start date for the year
YEAR_END_DATE VARCHAR2 (0)
End date for the year
QUARTER VARCHAR2 (0)
Quarter
QUARTER_DESCRIPTION VARCHAR2 (0)
Description of the quarter
QUARTER_START_DATE VARCHAR2 (0)
Start date for the quarter
QUARTER_END_DATE VARCHAR2 (0)
End date for the quarter
MONTH VARCHAR2 (8)
Month
MONTH_DESCRIPTION VARCHAR2 (17)
Description of the month
MONTH_START_DATE DATE
Yes Start date for the month
MONTH_END_DATE DATE

End date for the month
WEEK VARCHAR2 (15)
Week
WEEK_DESCRIPTION VARCHAR2 (15)
Description of the week
WEEK_START_DATE DATE
Yes Start date for the week
WEEK_END_DATE DATE

End date for the week
DAY DATE
Yes The day entry
DAY_DESCRIPTION VARCHAR2 (11)
Description of the day
WORKING_DAY VARCHAR2 (0)
Is this a working day YES/NO
Query Text

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


SELECT CALENDAR_TYPE
,      CALENDAR_CODE
,      SEQ_NUM
,      YEAR
,      YEAR_DESCRIPTION
,      YEAR_START_DATE
,      YEAR_END_DATE
,      QUARTER
,      QUARTER_DESCRIPTION
,      QUARTER_START_DATE
,      QUARTER_END_DATE
,      MONTH
,      MONTH_DESCRIPTION
,      MONTH_START_DATE
,      MONTH_END_DATE
,      WEEK
,      WEEK_DESCRIPTION
,      WEEK_START_DATE
,      WEEK_END_DATE
,      DAY
,      DAY_DESCRIPTION
,      WORKING_DAY
FROM APPS.MSD_SR_TIME_LB_V;

Dependencies

[top of page]

APPS.MSD_SR_TIME_LB_V references the following:

SchemaAPPS
SynonymMSC_CALENDAR_DATES
SynonymMSC_CAL_WEEK_START_DATES
SynonymMSC_PERIOD_START_DATES
APPS.MSD_SR_TIME_LB_V is referenced by following:

SchemaAPPS
Package BodyMSD_LIABILITY - show dependent code