[Home] [Help]
[Dependency Information]
Object Name: | WIP_REPETITIVE_CLASSES_VAL_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
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 | ||
ORGANIZATION_ID | NUMBER | Yes | Organization identifier |
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
, ORGANIZATION_ID
FROM APPS.WIP_REPETITIVE_CLASSES_VAL_V;
APPS.WIP_REPETITIVE_CLASSES_VAL_V is not referenced by any database object
|
|
|