[Home] [Help]
[Dependency Information]
| Object Name: | PA_COST_PLUS_STRUCTURES |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_COST_PLUS_STRUCTURES
|
| Subobject Name: | |
| Status: | VALID |
PA_COST_PLUS_STRUCTURES stores relationships between cost bases,
expenditure types, and burden cost codes. The cost plus structure
determines which method (additive or precedence) is used to calculate
burden amounts.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_COST_PLUS_STRUCTURES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
COST_PLUS_STRUCTURE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COST_PLUS_STRUCTURE | VARCHAR2 | (30) | Yes | The implementation-defined name that uniquely identifies the burden structure |
| DESCRIPTION | VARCHAR2 | (250) | The description of the burden structure | |
| COST_PLUS_STRUCTURE_TYPE | VARCHAR2 | (1) | Yes | The type of the burden structure |
| START_DATE_ACTIVE | DATE | Yes | First effective date of the burden structure | |
| END_DATE_ACTIVE | DATE | Last effective date of the burden structure | ||
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| CREATION_DATE | DATE | Yes | Standard Who Column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who Column |
| ALLOWED_FOR_OVERRIDE_SCH_FLAG | VARCHAR2 | (1) | Yes | Flags that indicates if the burden structure can be used for schedule overrides |
| DEFAULT_FOR_OVERRIDE_SCH_FLAG | VARCHAR2 | (1) | Yes | Flag that indicates if the burden structure is the default structure used for schedule overrides |
Cut, paste (and edit) the following text to query this object:
SELECT COST_PLUS_STRUCTURE
, DESCRIPTION
, COST_PLUS_STRUCTURE_TYPE
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_LOGIN
, ALLOWED_FOR_OVERRIDE_SCH_FLAG
, DEFAULT_FOR_OVERRIDE_SCH_FLAG
FROM PA.PA_COST_PLUS_STRUCTURES;
PA.PA_COST_PLUS_STRUCTURES does not reference any database object
PA.PA_COST_PLUS_STRUCTURES is referenced by following:
PA
PA_COST_PLUS_STRUCTURES#
|
|
|
|