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


TABLE: GMP.GMP_PROCESS_PARAMETER_SETS

Object Details
Object Name: GMP_PROCESS_PARAMETER_SETS
Object Type: TABLE
Owner: GMP
FND Design Data: TableGMP.GMP_PROCESS_PARAMETER_SETS
Subobject Name:
Status: VALID


Table for Association of Parameters to the Parameter Sets


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
PARAMETER_SET_ID NUMBER (15) Yes Surrogate Key which uniquely identifies the Process Parameter Set
SEQUENCE_NO NUMBER
Yes This column uniquely identifies the orders in which the Process Parameter is stored
PARAMETER_ID NUMBER
Yes Column which identifies the Process Parameter Set name. Foreign Key to gmp_process_parameter_set_b. process_parameter_set
CREATION_DATE DATE
Yes Standard "Row Who" column
CREATED_BY NUMBER
Yes Standard "Row Who" column
LAST_UPDATE_DATE DATE
Yes Standard "Row Who" column
LAST_UPDATED_BY NUMBER
Yes Standard "Row Who" column
LAST_UPDATE_LOGIN NUMBER

Standard "Row Who" column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PARAMETER_SET_ID
,      SEQUENCE_NO
,      PARAMETER_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM GMP.GMP_PROCESS_PARAMETER_SETS;

Dependencies

[top of page]

GMP.GMP_PROCESS_PARAMETER_SETS does not reference any database object

GMP.GMP_PROCESS_PARAMETER_SETS is referenced by following:

SchemaAPPS
SynonymGMP_PROCESS_PARAMETER_SETS