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


VIEW: APPS.MSD_DELETED_LEVEL_VALUES_LB_V

Object Details
Object Name: MSD_DELETED_LEVEL_VALUES_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 is used for Liability Analysis. It is equivalent to MSD_DELETED_LEVEL_VALUES_V in Demand Planning. However, since Net Change is not fully supported in Liability Analysis this is a dummy view so that the download from DPS to DPE occurs successfully.


[View Source]

Columns
Name Datatype Length Mandatory Comments
INSTANCE VARCHAR2 (40)
Instance
LEVEL_ID NUMBER

Level identifier.
SR_LEVEL_PK VARCHAR2 (240)
Source level primary key
LEVEL_PK NUMBER

Primary key for the level.
LAST_UPDATE_DATE DATE

Standard Who column.
LAST_UPDATED_BY NUMBER

Standard Who column.
CREATION_DATE DATE

Standard Who column.
CREATED_BY NUMBER

Standard Who column.
LAST_REFRESH_NUM NUMBER

last refresh number
CREATED_BY_REFRESH_NUM NUMBER

created by refresh number
Query Text

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


SELECT INSTANCE
,      LEVEL_ID
,      SR_LEVEL_PK
,      LEVEL_PK
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_REFRESH_NUM
,      CREATED_BY_REFRESH_NUM
FROM APPS.MSD_DELETED_LEVEL_VALUES_LB_V;

Dependencies

[top of page]

APPS.MSD_DELETED_LEVEL_VALUES_LB_V references the following:

SchemaAPPS
SynonymMSD_DELETED_LEVEL_VALUES

APPS.MSD_DELETED_LEVEL_VALUES_LB_V is not referenced by any database object