[Home] [Help]
[Dependency Information]
Object Name: | CSP_ENGINEER_DAYS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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.
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. |
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;
|
|
|