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


TABLE: IMC.IMC_THREE_SIXTY_SSM_QUERY_MAP

Object Details
Object Name: IMC_THREE_SIXTY_SSM_QUERY_MAP
Object Type: TABLE
Owner: IMC
Subobject Name:
Status: VALID


The IMC_THREE_SIXTY_SSM_QUERY_MAP table stores information that maps queries of external source systems for transaction information to the main queries stored in the IMC_THREE_SIXTY_QUERY_B table. Key parameters for transaction queries can be bound from external source systems. Use queries to external sources to retrieve these parameters. The information stored in this table includes the source of parameter values, as well as the order in which returned parameter values must be bound in the main query.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
QUERY_ID NUMBER (15) Yes Query identifier. Foreign key to the IMC_THREE_SIXTY_QUERY_B table.
SSM_QUERY_ID NUMBER (15)
External query identifier
PARAM_SOURCE VARCHAR2 (15) Yes Parameter value source, SQL or PAGECONTEXT
PARAM_POSITION NUMBER
Yes Order in which returned parameter values must be bound in the main query
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
Query Text

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


SELECT QUERY_ID
,      SSM_QUERY_ID
,      PARAM_SOURCE
,      PARAM_POSITION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      OBJECT_VERSION_NUMBER
,      APPLICATION_ID
FROM IMC.IMC_THREE_SIXTY_SSM_QUERY_MAP;

Dependencies

[top of page]

IMC.IMC_THREE_SIXTY_SSM_QUERY_MAP does not reference any database object

IMC.IMC_THREE_SIXTY_SSM_QUERY_MAP is referenced by following:

SchemaAPPS
SynonymIMC_THREE_SIXTY_SSM_QUERY_MAP