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


TABLE: PA.PA_PARAMETERS

Object Details
Object Name: PA_PARAMETERS
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.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.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 2
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_PARAMETERS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnPARAMETER_ID
PA_PARAMETERS_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnPARAMETER_NAME
Columns
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
Query Text

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;

Dependencies

[top of page]

PA.PA_PARAMETERS does not reference any database object

PA.PA_PARAMETERS is referenced by following:

SchemaAPPS
SynonymPA_PARAMETERS