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


VIEW: APPS.CSP_ENGINEER_DAYS_V

Object Details
Object Name: CSP_ENGINEER_DAYS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCSP.CSP_ENGINEER_DAYS_V
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
PLANNING_PARAMETERS_ID NUMBER (35) Yes Planning parameter identifier
HISTORY_DAYS NUMBER

The number of days to use in the usage history
ENGINEER_DAYS NUMBER

The number of days an engineer has been working in the current region.
Query Text

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


SELECT PLANNING_PARAMETERS_ID
,      HISTORY_DAYS
,      ENGINEER_DAYS
FROM APPS.CSP_ENGINEER_DAYS_V;

Dependencies

[top of page]

APPS.CSP_ENGINEER_DAYS_V references the following:

SchemaAPPS
SynonymCSP_FORECAST_RULES_B
SynonymCSP_PLANNING_PARAMETERS
APPS.CSP_ENGINEER_DAYS_V is referenced by following:

SchemaAPPS
ViewCSP_USAGE_REG_ORG_SUBINV_V