[Home] [Help]
[Dependency Information]
| Object Name: | PA_BURDEN_COST_CODES |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_BURDEN_COST_CODES
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 3 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_BURDEN_COST_CODES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
BURDEN_COST_CODE
|
| PA_BURDEN_COST_CODES_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
MEANING
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BURDEN_COST_CODE | VARCHAR2 | (30) | Yes | Name that uniquely identifies the burden cost code |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| CREATION_DATE | DATE | Yes | Standard Who Column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who Column |
| MEANING | VARCHAR2 | (80) | Yes | Short, implementation-defined name that describes the burden cost code |
| BURDEN_COST_TYPE | VARCHAR2 | (30) | Yes | The burden cost type that classifies the burden cost code |
| REVENUE_BUILDUP_FLAG | VARCHAR2 | (1) | Yes | Flag that indicates whether the burden cost code is used to build up revenue. Project Accounting does not currently use this flag except to use only codes with this flag = 'N' and type = 'Labor' when burdening labor costs |
| START_DATE_ACTIVE | DATE | Yes | First effective date of the burden cost code | |
| END_DATE_ACTIVE | DATE | Last effective date of the burden cost code | ||
| DESCRIPTION | VARCHAR2 | (250) | Explanation of the burden cost code |
Cut, paste (and edit) the following text to query this object:
SELECT BURDEN_COST_CODE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, MEANING
, BURDEN_COST_TYPE
, REVENUE_BUILDUP_FLAG
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, DESCRIPTION
FROM PA.PA_BURDEN_COST_CODES;
PA.PA_BURDEN_COST_CODES does not reference any database object
PA.PA_BURDEN_COST_CODES is referenced by following:
APPS
PA_BURDEN_COST_CODES
|
|
|
|