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


TABLE: IMC.IMC_THREE_SIXTY_PARAMS

Object Details
Object Name: IMC_THREE_SIXTY_PARAMS
Object Type: TABLE
Owner: IMC
FND Design Data: TableIMC.IMC_THREE_SIXTY_PARAMS
Subobject Name:
Status: VALID


The IMC_THREE_SIXTY_PARAMS table stores information about bind parameters for transaction queries. Transactions are identified using a flexible infrastructure for specifying parameters to bind to the query. The infrastructure allows for keys to have a variable number of parameters bound in a particular sequence.
The information stored in this table includes the parameter name and the order in which the parameter must be bound in the query. The transaction query information is used, for example, to render the summary view, which shows specific transaction types, as well as the detail view, which shows specific transactions within a type depending on filter attribute values.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IMC_THREE_SIXTY_PARAMS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnQUERY_ID
ColumnPARAM_NAME
ColumnPARAM_POSITION
ColumnZD_EDITION_NAME
IMC_THREE_SIXTY_PARAMS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSSM_QUERY_ID
Columns
Name Datatype Length Mandatory Comments
QUERY_ID NUMBER (15)
Query identifier. Foreign key to the IMC_THREE_SIXTY_QUERY_B table.
SSM_QUERY_ID NUMBER (15)
External query identifier
PARAM_POSITION NUMBER (15) Yes Order in which the parameter has to be bound in the query
PARAM_NAME VARCHAR2 (60) Yes Parameter name
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
OBJECT_VERSION_NUMBER NUMBER (15)
Version number of the record
APPLICATION_ID NUMBER (15)
IMC who column
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT QUERY_ID
,      SSM_QUERY_ID
,      PARAM_POSITION
,      PARAM_NAME
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      OBJECT_VERSION_NUMBER
,      APPLICATION_ID
,      ZD_EDITION_NAME
FROM IMC.IMC_THREE_SIXTY_PARAMS;

Dependencies

[top of page]

IMC.IMC_THREE_SIXTY_PARAMS does not reference any database object

IMC.IMC_THREE_SIXTY_PARAMS is referenced by following:

SchemaIMC
ViewIMC_THREE_SIXTY_PARAMS#