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


VIEW: APPS.CSP_PART_PRIORITIES_V

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

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
PART_PRIORITY_ID NUMBER (35) Yes Part Priority Id
PRIORITY VARCHAR2 (240) Yes Part Priority
LOWER_RANGE NUMBER (35) Yes Lower Range Value
UPPER_RANGE NUMBER (35) Yes Upper Range Value
CREATED_BY NUMBER (35) Yes Standard Who column - with user id from FND_USER
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (35) Yes Standard Who column - with user id from FND_USER
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (35) Yes Standard Who column
MEANING VARCHAR2 (80) Yes Parts priority meaning
DESCRIPTION VARCHAR2 (240)
Parts priority description
Query Text

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


SELECT PART_PRIORITY_ID
,      PRIORITY
,      LOWER_RANGE
,      UPPER_RANGE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      MEANING
,      DESCRIPTION
FROM APPS.CSP_PART_PRIORITIES_V;

Dependencies

[top of page]

APPS.CSP_PART_PRIORITIES_V references the following:

SchemaAPPS
SynonymCSP_PART_PRIORITIES
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_LOOKUPS
APPS.CSP_PART_PRIORITIES_V is referenced by following:

SchemaAPPS
ViewCSP_DC_PARTS_V
ViewCSP_PART_CATEGORIES_V
ViewCSP_REQUIRED_PARTS_V
ViewCSP_SPARES_ORDERS_OM_V