[Home] [Help]
[Dependency Information]
| Object Name: | PA_PARAMETERS |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_PARAMETERS
|
| Subobject Name: | |
| Status: | VALID |
PA_PARAMETERS stores system-defined variables used
with AutoAccounting functions whose values are
determined and used by any program that calls
AutoAccounting. Oracle Projects provides
all AutoAccounting parameters upon installation.
.
.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 2 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_PARAMETERS_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
PARAMETER_ID
|
| PA_PARAMETERS_U2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
PARAMETER_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PARAMETER_ID | NUMBER | (15) | Yes | The system-generated number that uniquely identifies the parameter |
| PARAMETER_NAME | VARCHAR2 | (50) | Yes | User-friendly name of the parameter |
| 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 |
| DESCRIPTION | VARCHAR2 | (250) | Description of the AutoAccounting parameter |
Cut, paste (and edit) the following text to query this object:
SELECT PARAMETER_ID
, PARAMETER_NAME
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, DESCRIPTION
FROM PA.PA_PARAMETERS;
PA.PA_PARAMETERS does not reference any database object
PA.PA_PARAMETERS is referenced by following:
APPS
PA_PARAMETERS
|
|
|
|