[Home] [Help]
[Dependency Information]
Object Name: | CST_PERIOD_VALUE_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 |
---|---|---|---|---|
SESSION_ID | NUMBER | Yes | ORACLE session identifier | |
WIP_ENTITY_ID | NUMBER | Yes | WIP job or repetitive assembly identifier | |
LINE_ID | NUMBER | WIP repetitive line identifier | ||
ORGANIZATION_ID | NUMBER | Yes | Organization identifier | |
COST_ELEMENT | VARCHAR2 | (50) | Yes | Cost element |
TL_VALUE_IN | NUMBER | This level cost incurred | ||
TL_VALUE_OUT | NUMBER | This level cost relieved | ||
PL_VALUE_IN | NUMBER | Previous level cost incurred | ||
PL_VALUE_OUT | NUMBER | Previous level cost relieved | ||
VALUE_IN | NUMBER | Total cost incurred | ||
VALUE_OUT | NUMBER | Total cost relieved | ||
VAR | NUMBER | Total variance | ||
NET_ACTIVITY | NUMBER | Cost incurred minus cost relieved | ||
ACCOUNT_ID | NUMBER | Yes | Account Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT SESSION_ID
, WIP_ENTITY_ID
, LINE_ID
, ORGANIZATION_ID
, COST_ELEMENT
, TL_VALUE_IN
, TL_VALUE_OUT
, PL_VALUE_IN
, PL_VALUE_OUT
, VALUE_IN
, VALUE_OUT
, VAR
, NET_ACTIVITY
, ACCOUNT_ID
FROM APPS.CST_PERIOD_VALUE_V;
APPS.CST_PERIOD_VALUE_V is not referenced by any database object
|
|
|