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


VIEW: APPS.WIP_NON_STANDARD_CLASSES_VAL_V

Object Details
Object Name: WIP_NON_STANDARD_CLASSES_VAL_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewWIP.WIP_NON_STANDARD_CLASSES_VAL_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
CLASS_CODE VARCHAR2 (10) Yes Accounting class identifier
DESCRIPTION VARCHAR2 (240)
Descriptive text
CLASS_TYPE NUMBER
Yes Accounting class type code
MATERIAL_ACCOUNT NUMBER

General ledger account to accumulate material charges for a job or schedule
MATERIAL_VARIANCE_ACCOUNT NUMBER

General ledger account to accumulate material variance charges for a job or schedule
MATERIAL_OVERHEAD_ACCOUNT NUMBER

General ledger account to accumulate material overhead charges for a job or schedule
RESOURCE_ACCOUNT NUMBER

General ledger account to accumulate resource charges for a job or schedule
RESOURCE_VARIANCE_ACCOUNT NUMBER

General ledger account to accumulate resource variance charges for a job or schedule
OUTSIDE_PROCESSING_ACCOUNT NUMBER

General ledger account to accumulate outside processing charges for a job or schedule
OUTSIDE_PROC_VARIANCE_ACCOUNT NUMBER

General ledger account to accumulate outside processing variance charges for a job or schedule
OVERHEAD_ACCOUNT NUMBER

General ledger account to accumulate overhead charges for a job or schedule
OVERHEAD_VARIANCE_ACCOUNT NUMBER

General ledger account to accumulate overhead variance charges for a job or schedule
STD_COST_ADJUSTMENT_ACCOUNT NUMBER

General ledger account to accumulate standard cost adjustment charges for a standard discrete job
ORGANIZATION_ID NUMBER
Yes Organization identifier
Query Text

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


SELECT CLASS_CODE
,      DESCRIPTION
,      CLASS_TYPE
,      MATERIAL_ACCOUNT
,      MATERIAL_VARIANCE_ACCOUNT
,      MATERIAL_OVERHEAD_ACCOUNT
,      RESOURCE_ACCOUNT
,      RESOURCE_VARIANCE_ACCOUNT
,      OUTSIDE_PROCESSING_ACCOUNT
,      OUTSIDE_PROC_VARIANCE_ACCOUNT
,      OVERHEAD_ACCOUNT
,      OVERHEAD_VARIANCE_ACCOUNT
,      STD_COST_ADJUSTMENT_ACCOUNT
,      ORGANIZATION_ID
FROM APPS.WIP_NON_STANDARD_CLASSES_VAL_V;

Dependencies

[top of page]

APPS.WIP_NON_STANDARD_CLASSES_VAL_V references the following:

SchemaAPPS
SynonymWIP_ACCOUNTING_CLASSES
APPS.WIP_NON_STANDARD_CLASSES_VAL_V is referenced by following:

SchemaAPPS
Package BodyCSP_REPAIR_PO_PVT - show dependent code
Package BodyWIP_DISCRETE_INIT - show dependent code
Package BodyWIP_JSI_VALIDATOR - show dependent code
Package BodyWIP_VALIDATEMLHEADER_PVT - show dependent code