Oracle eBusiness Suite Technical Reference

Release 11i - Copyright (c) 2001 - 2005 Oracle

This Technical Reference Manual (TRM) in any form, software or printed matter, contains proprietary information of Oracle ; it is provided under an Oracle agreement containing restrictions on use and disclosure and is also protected by copyright, patent, and other intellectual property law. Restrictions applicable to this TRM include, but are not limited to: (a) exercising either the same degree of care to safeguard the confidentiality of this TRM as you exercise to safeguard the confidentiality of your own most important Confidential Information or a reasonable degree of care, whichever is greater; (b) maintaining agreements with your employees and agents that protect the Confidential Information of third parties such as Oracle and instructing such employees and agents of these requirements for this TRM; (c) restricting disclosure of this TRM to those of your employees who have a 'need to know' consistent with the purposes for which this TRM was disclosed to you; (d) maintaining this TRM at all times on your premises; (e) not removing or destroying any proprietary or confidential legends or markings placed upon this TRM in whatever form, software or printed matter; and (f) not reproducing or transmitting this TRM in any form or by any means, electronic or mechanical, for any purpose, without the express written permission of Oracle. You should not use this TRM in any form, software or printed matter, to create software that performs the same or similar functions as any Oracle products.

The information in this TRM is subject to change without notice. If you find any problems in the TRM in any form, software or printed matter, please report them to us in writing. Oracle does not warrant that this TRM is error free. This TRM is provided to customer 'as is' with no warranty of any kind. This TRM does not constitute Documentation as that term is defined in Oracle's agreements. Reverse engineering of the Programs (software and documentation) associated with this TRM are prohibited. The Programs associated with this TRM are not intended for use in any nuclear, aviation, mass transit, medical, or other inherently dangerous applications. It shall be licensee's responsibility to take all appropriate fail safe, backup, redundancy and other measures to ensure the safe use of such applications if the Programs are used for such purposes, and Oracle disclaims liability for any damages caused by such use of the Programs. Program Documentation is licensed for use solely to support the deployment of the Programs and not for any other any other purpose. Restricted Rights Legend

This TRM and the Programs associated with this TRM delivered subject to the DOD FAR Supplement are 'commercial computer software' and use, duplication and disclosure of the TRM and the Programs associated with this TRM shall be subject to the licensing restrictions set forth in the applicable Oracle license agreement. Otherwise, this TRM and the Programs associated with this TRM delivered subject to the Federal Acquisition Regulations are 'restricted computer software' and use, duplication and disclosure of the TRM and the Programs associated with this TRM shall be subject to the restrictions in FAR 52.227-14, Rights in Data General, including Alternate III (June 1987). Oracle, 500 Oracle Parkway, Redwood City, CA 94065.

Oracle is a registered trademark. AIM Advantage™, Big Business. Small Business. All Business.™, CDM Advantage™, .comference™, ConText®, Des40®, Easy*Query™, Easy*SQL®, Education Objects™, EMM Advantage™, Enabling the Information Age®, ExpertDetectSM, Express®, FastForwardSM, GEMMS®, Gist™, Hyper*SQL™, instantOracle™, "Internet Business Intelligence - Insight for Everyone"™, iSQL*Plus™, JInitiator™, NLS*Workbench®, Object Marketplace™, ODP Pulse™, ODP Techwire™, OLA™, On Oracle™, Oracle®, Oracle Book®, Oracle Bookbatch®, Oracle BookBuilder®, OracleBRONZE®, Oracle Business OnLine®, OracleDevConnectSM, Oracle® Discoverer™, Oracle® Expert™, Oracle Financials®, OracleGOLDSM, OracleIncidentSM, OracleJSP™, OracleLifeCycleSM, Oracle Media Objects®, OracleMERCURYSM, OracleMetaLinkSM, OraclemetalsSM, OracleMobile™, Oracle Names®, Oracle NetSolutions®, Oracle® One™, Oracle Open Gateways®, Oracle OpenWorld®, OraclePLATINUMSM, Oracle Power Objects®, Oracle Press®, Oracle Procedural Gateway®, Oracle Quality®, Oracle Secure Network Services®, OracleSILVERSM, Oracle® SQL/Services™, Oracle® SQL*TutorSM, OracleSTERLINGSM, Oracle Store®, Oracle Transparent Gateway®, OracleWare®, Oracle8i™, Oracle9i™, PC Express®, Personal Express®, PJM Advantage™, PL/SQL™, Pro*Ada®, Pro*C™, Pro*C/C++™, Pro*COBOL®, Pro*FORTRAN®, Pro*Pascal®, Pro*PL/1®, Pro*REXX®, Profit™, ProREXX™, Report Card™, Secure Access 2.0™, Secure Network Services®, Security Without Compromise™, SellingPoint®, SQL*Plus®, Tutor™ are trademarks or registered trademarks of Oracle. Other names may be trademarks of their respective owners. The absence of a product or service name, slogan, or logo from this list does not constitute a waiver of Oracle's trademark or other intellectual property rights concerning that name, slogan, or logo.

eTRM - IMC Tables and Views

TABLE - IMC.IMC_OBJECT_METADATA
TABLE - IMC.IMC_RECENT_ACCESSED_OBJ
TABLE - IMC.IMC_THREE_SIXTY_COLS_B
TABLE - IMC.IMC_THREE_SIXTY_COLS_TL
TABLE - IMC.IMC_THREE_SIXTY_PARAMS
TABLE - IMC.IMC_THREE_SIXTY_QUERY_B
TABLE - IMC.IMC_THREE_SIXTY_QUERY_TL
TABLE - IMC.IMC_THREE_SIXTY_SSM_QUERY
TABLE - IMC.IMC_THREE_SIXTY_SSM_QUERY_MAP
VIEW - APPS.IMC_THREE_SIXTY_COLS_VL
VIEW - APPS.IMC_THREE_SIXTY_QUERY_VL

Table: IMC_OBJECT_METADATA

Description: Metadata storage for objects, including function name, parameter name and menu information.
Comments

The IMC_OBJECT_METADATA table maintains metadata for objects. The objects are not limited to party types (person, organization, party_relationship) -- they may include opportunities, lleads and other such objects, in future.
Function name, parameter name, menu information (in the additional_value1 column) are stored for each object. More information may be included in the additional_value columns, based on need.
This table is used in conjunction with the Metadata setup page in IMC Admin, and in constructing queries for Recent Items.

Indexes
Index Type Tablespace Column
IMC_OBJECT_METADATA_U1 UNIQUE APPS_TS_SEED METADATA_ID
ZD_EDITION_NAME
IMC_OBJECT_METADATA_U2 UNIQUE APPS_TS_SEED OBJECT_TYPE
ZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
METADATA_ID NUMBER (15) Y Metadata unique identifier
OBJECT_TYPE VARCHAR2 (50) Y Person, Organization, Party_Relationship, etc.
DESCRIPTION VARCHAR2 (240)
Description of the object for which metadata is being stored.
FUNCTION_NAME VARCHAR2 (30)
Name of the function, such as IMC_CUST_PER_OVERVIEW, that represents a page or activity.
PARAMETER_NAME VARCHAR2 (30)
Parameter required for the function specified.
ENABLED VARCHAR2 (1)
Should the metadata be considered active?
APPLICATION_ID NUMBER (15)
Id of the application which created this entry.
ADDITIONAL_VALUE1 VARCHAR2 (150)
Used to store information pertaining to the JTF Menu hierarchy.
ADDITIONAL_VALUE2 VARCHAR2 (150)
Placeholder for future additional values.
ADDITIONAL_VALUE3 VARCHAR2 (150)
Placeholder for future additional values.
ADDITIONAL_VALUE4 VARCHAR2 (150)
Placeholder for future additional values.
ADDITIONAL_VALUE5 VARCHAR2 (150)
Placeholder for future additional values.
CREATED_BY NUMBER (15)
Standard who column
CREATION_DATE DATE

Standard who column
LAST_UPDATED_BY NUMBER (15)
Standard who column
LAST_UPDATE_DATE DATE

Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
ZD_EDITION_NAME VARCHAR2 (30) Y

[top of page]

IMC.IMC_OBJECT_METADATA does not reference any database object

IMC.IMC_OBJECT_METADATA is referenced by following:

IMC
VIEW - IMC_OBJECT_METADATA#

[top of page]

Table: IMC_RECENT_ACCESSED_OBJ

Description: Most recent IMC objects viewed by a user.
Comments

The IMC_RECENTLY_ACCESSED_OBJECTS table keeps track of all the IMC objects (person, organization, contact) that a user has viewed via the Overview screens.
For example, when the user clicks on a Bookmarked Person to look at the details, an entry is made into this table to record the access.
This table is used to create the list of Recent Items on the IMC Home and other pages.
The primary key is ACCESS_ID.

Columns
Name Datatype Length Mandatory Comments
ACCESS_ID NUMBER (15) Y Access unique identifier
USER_ID NUMBER (15) Y CRM user id for which the object access is being recorded.
OBJECT_TYPE VARCHAR2 (50) Y Type of object: PERSON, ORGANIZATION, PARTY_RELATIONSHIP.
OBJECT_ID NUMBER (15) Y Object identifier
OBJECT_NAME VARCHAR2 (360)
User-friendly name of the object.
APPLICATION_ID NUMBER (15)
Id of the application that created this entry.
DATE_CREATED DATE
Y Date of object access.
ADDITIONAL_VALUE1 VARCHAR2 (150)
Placeholder for future additional values.
ADDITIONAL_VALUE2 VARCHAR2 (150)
Placeholder for future additional values.
ADDITIONAL_VALUE3 VARCHAR2 (150)
Placeholder for future additional values.
ADDITIONAL_VALUE4 VARCHAR2 (150)
Placeholder for future additional values.
ADDITIONAL_VALUE5 VARCHAR2 (150)
Placeholder for future additional values.
OBJECT_VERSION_NUMBER NUMBER (15)
Version number for concurrency control purposes.
CREATED_BY NUMBER (15)
Standard who column
CREATION_DATE DATE

Standard who column
LAST_UPDATED_BY NUMBER (15)
Standard who column
LAST_UPDATE_DATE DATE

Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column

[top of page]

IMC.IMC_RECENT_ACCESSED_OBJ does not reference any database object

IMC.IMC_RECENT_ACCESSED_OBJ is referenced by following:

IMC
VIEW - IMC_RECENT_ACCESSED_OBJ#

[top of page]

Table: IMC_THREE_SIXTY_COLS_B

Description: IMC_THREE_SIXTY_COLS_B base table
Comments

this table store the coulmns belonging to all columns selected in all queries of query base table

Indexes
Index Type Tablespace Column
IMC_THREE_SIXTY_COLS_B_U1 UNIQUE APPS_TS_SEED COLUMN_ID
ZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
COLUMN_ID NUMBER (15) Y Unique sequence generated identifier for columns in a table region
QUERY_ID NUMBER (15) Y Query identifier. Foreign key to the IMC_THREE_SIXTY_QUERY_B table.
FILTER_QUERY_ID NUMBER (15)
Query identifier. Foreign key to the IMC_THREE_SIXTY_QUERY_B table when QUERY_TYPE is F for filter.
COLUMN_NAME VARCHAR2 (60) Y Name of the column
COLUMN_DATA_TYPE VARCHAR2 (30) Y Data type of the column
COLUMN_LENGTH NUMBER (15) Y Length of the column in database
FILTER_FLAG VARCHAR2 (1) Y Indicates if column is used as a filter. Y for yes, N or null for no.
RANGE_FILTER_FLAG VARCHAR2 (1) Y Indicates if column is a range. Y for yes, N or null for no.
HYPERLINK_FLAG VARCHAR2 (1) Y Indicates if column is a hypertext link. Y for yes, N or null for no.
DISPLAY_FLAG VARCHAR2 (1) Y Indicates if column is displayed. Y for yes, N or null for no.
SORT_FLAG VARCHAR2 (1) Y Indicates if column is used for sorting. Y for yes, N or null for no.
SECURITY_FUNCTION VARCHAR2 (255)
Form function name to implement column security
SEQ_NO NUMBER (15) Y Sequence of column in the query
CREATED_BY NUMBER (15) Y Standard Who column
CREATION_DATE DATE
Y Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
LAST_UPDATE_DATE DATE
Y Standard Who column
LAST_UPDATED_BY NUMBER (15) Y Standard Who column
OBJECT_VERSION_NUMBER NUMBER (15)
Version number of the record
ZD_EDITION_NAME VARCHAR2 (30) Y

[top of page]

IMC.IMC_THREE_SIXTY_COLS_B does not reference any database object

IMC.IMC_THREE_SIXTY_COLS_B is referenced by following:

IMC
VIEW - IMC_THREE_SIXTY_COLS_B#

[top of page]

Table: IMC_THREE_SIXTY_COLS_TL

Description: IMC_THREE_SIXTY_COLS_TL translation table
Comments

tgis table store the translated column in IMC_THREE_SIXTY_COLS table

Indexes
Index Type Tablespace Column
IMC_THREE_SIXTY_COLS_TL_U1 UNIQUE APPS_TS_SEED COLUMN_ID
LANGUAGE
ZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
COLUMN_ID NUMBER (15) Y Column identifier. Foreign key to the IMC_ THREE_SIXTY_COLS _B table.
COLUMN_LABEL VARCHAR2 (60) Y Header text for column in the table region
LANGUAGE VARCHAR2 (4) Y Language of translated text in this table
SOURCE_LANG VARCHAR2 (4) Y Language of source record
CREATED_BY NUMBER (15) Y Standard Who column
CREATION_DATE DATE
Y Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
LAST_UPDATE_DATE DATE
Y Standard Who column
LAST_UPDATED_BY NUMBER (15) Y Standard Who column
OBJECT_VERSION_NUMBER NUMBER (15)
Version number of the record
ZD_EDITION_NAME VARCHAR2 (30) Y

[top of page]

IMC.IMC_THREE_SIXTY_COLS_TL does not reference any database object

IMC.IMC_THREE_SIXTY_COLS_TL is referenced by following:

IMC
VIEW - IMC_THREE_SIXTY_COLS_TL#

[top of page]

Table: IMC_THREE_SIXTY_PARAMS

Description: Stores bind parameters for the transaction queries
Comments

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.

Indexes
Index Type Tablespace Column
IMC_THREE_SIXTY_PARAMS_U1 UNIQUE APPS_TS_TX_IDX QUERY_ID
PARAM_NAME
PARAM_POSITION
ZD_EDITION_NAME
IMC_THREE_SIXTY_PARAMS_N1 NONUNIQUE APPS_TS_TX_IDX SSM_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) Y Order in which the parameter has to be bound in the query
PARAM_NAME VARCHAR2 (60) Y Parameter name
CREATED_BY NUMBER (15) Y Standard Who column
CREATION_DATE DATE
Y Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
LAST_UPDATE_DATE DATE
Y Standard Who column
LAST_UPDATED_BY NUMBER (15) Y 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) Y

[top of page]

IMC.IMC_THREE_SIXTY_PARAMS does not reference any database object

IMC.IMC_THREE_SIXTY_PARAMS is referenced by following:

IMC
VIEW - IMC_THREE_SIXTY_PARAMS#

[top of page]

Table: IMC_THREE_SIXTY_QUERY_B

Description: IMC_THREE_SIXTY_B base table
Comments

this table store all queries to render product transaction view as well as the queries for drio down filter attributes

Indexes
Index Type Tablespace Column
IMC_THREE_SIXTY_QUERY_B_U1 UNIQUE APPS_TS_SEED QUERY_ID
ZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
QUERY_ID NUMBER (15) Y Unique sequence generated identifier for records in this table
APPLICATION_ID NUMBER (15) Y Unique identification number of Oracle E-Business Suite application
QUERY_TYPE_FLAG VARCHAR2 (30) Y F or T indicates if query is filter or transactional
PRODUCT_QUERY1 VARCHAR2 (2000) Y Query for transaction details
PRODUCT_QUERY2 VARCHAR2 (2000)
Part 2 of query for transaction details
PRODUCT_QUERY3 VARCHAR2 (2000)
Part 3 of query for transaction details
PRODUCT_QUERY4 VARCHAR2 (2000)
Part 4 of query for transaction details
PRODUCT_QUERY5 VARCHAR2 (2000)
Part 5 of query for transaction details
SEQUENCE_NO NUMBER (15) Y Sequence of transaction in the list view
SECURITY_FUNCTION VARCHAR2 (255)
Form function name to implement security at the table region level
DISPLAY_FLAG VARCHAR2 (1) Y Indicates if transaction is displayed. Y for yes, N or null for no
FILTER_COUNT NUMBER
Y Number of filters for the transaction
DISPLAY_COLUMN_COUNT NUMBER
Y Number of columns in UI table for the transaction
PRODUCT_URL VARCHAR2 (2000)
URL for transaction details
CREATED_BY NUMBER (15) Y Standard Who column
CREATION_DATE DATE
Y Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
LAST_UPDATE_DATE DATE
Y Standard Who column
LAST_UPDATED_BY NUMBER (15) Y Standard Who column
OBJECT_VERSION_NUMBER NUMBER (15)
Version number of the record
BE_CODE VARCHAR2 (30) Y Logical business entity code
CATEGORY_CODE VARCHAR2 (30)
Category code within a business entity
OPERATING_UNIT_FLAG VARCHAR2 (1)
Flag to indicate whether the query is operating unit sensitive or not
ZD_EDITION_NAME VARCHAR2 (30) Y

[top of page]

IMC.IMC_THREE_SIXTY_QUERY_B does not reference any database object

IMC.IMC_THREE_SIXTY_QUERY_B is referenced by following:

IMC
VIEW - IMC_THREE_SIXTY_QUERY_B#

[top of page]

Table: IMC_THREE_SIXTY_QUERY_TL

Description: IMC_THREE_SIXTY_QUERY_TL TRANSLATION TABLE
Comments

this table stores the trnslated columns in query table

Indexes
Index Type Tablespace Column
IMC_THREE_SIXTY_QUERY_TL_U1 UNIQUE APPS_TS_SEED QUERY_ID
LANGUAGE
ZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
QUERY_ID NUMBER (15) Y Query identifier. Foreign key to the IMC_THREE_SIXTY_QUERY_B table.
TRANSACTION_NAME VARCHAR2 (255) Y Transaction name
HEADER_TEXT VARCHAR2 (2000)
Header text, if any, to display on top of table region
LANGUAGE VARCHAR2 (4) Y Language of translated text in this table
SOURCE_LANG VARCHAR2 (240) Y Language of source record
LAST_UPDATE_DATE DATE
Y Standard Who column
CREATION_DATE DATE
Y Standard Who column
CREATED_BY NUMBER (15) Y Standard Who column
LAST_UPDATED_BY NUMBER (15) Y Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
OBJECT_VERSION_NUMBER NUMBER (15)
Version number of the record
ZD_EDITION_NAME VARCHAR2 (30) Y

[top of page]

IMC.IMC_THREE_SIXTY_QUERY_TL does not reference any database object

IMC.IMC_THREE_SIXTY_QUERY_TL is referenced by following:

IMC
VIEW - IMC_THREE_SIXTY_QUERY_TL#

[top of page]

Table: IMC_THREE_SIXTY_SSM_QUERY

Description: Stores external transaction queries
Comments

The IMC_THREE_SIXTY_SSM_QUERY table stores queries to external source systems for transaction information. The stored query string runs against the data source and returns a value, which can be bound to the main transaction query. The main 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.

Indexes
Index Type Tablespace Column
IMC_THREE_SIXTY_SSM_QUERY_U1 UNIQUE APPS_TS_TX_IDX SSM_QUERY_ID
ZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
SSM_QUERY_ID NUMBER (15) Y External query identifier
SSM_QUERY_STRING VARCHAR2 (2000) Y Query string
CREATED_BY NUMBER (15) Y Standard Who column
CREATION_DATE DATE
Y Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
LAST_UPDATE_DATE DATE
Y Standard Who column
LAST_UPDATED_BY NUMBER (15) Y 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) Y

[top of page]

IMC.IMC_THREE_SIXTY_SSM_QUERY does not reference any database object

IMC.IMC_THREE_SIXTY_SSM_QUERY is referenced by following:

IMC
VIEW - IMC_THREE_SIXTY_SSM_QUERY#

[top of page]

Table: IMC_THREE_SIXTY_SSM_QUERY_MAP

Description: Stores information to map main to external transaction queries
Comments

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.

Indexes
Index Type Tablespace Column
IMC_THREE_SIXTY_SSM_MAP_U1 UNIQUE APPS_TS_TX_IDX QUERY_ID
PARAM_SOURCE
PARAM_POSITION
SSM_QUERY_ID
ZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
QUERY_ID NUMBER (15) Y Query identifier. Foreign key to the IMC_THREE_SIXTY_QUERY_B table.
SSM_QUERY_ID NUMBER (15)
External query identifier
PARAM_SOURCE VARCHAR2 (15) Y Parameter value source, SQL or PAGECONTEXT
PARAM_POSITION NUMBER
Y Order in which returned parameter values must be bound in the main query
CREATED_BY NUMBER (15) Y Standard Who column
CREATION_DATE DATE
Y Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
LAST_UPDATE_DATE DATE
Y Standard Who column
LAST_UPDATED_BY NUMBER (15) Y 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) Y

[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:

IMC
VIEW - IMC_THREE_SIXTY_SSM_QUERY_MAP#

[top of page]

View: IMC_THREE_SIXTY_COLS_VL

Comments
View Type

MultiLingual view (a language resolved view of the data.)

view for imc_three_sixty_cols

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row Identifier
COLUMN_ID NUMBER (15) Y Unique sequence generated identifier for columns in a table region
QUERY_ID NUMBER (15) Y Query identifier. Foreign key to the IMC_THREE_SIXTY_QUERY_B table.
FILTER_QUERY_ID NUMBER (15)
Query identifier. Foreign key to the IMC_THREE_SIXTY_QUERY_B table when QUERY_TYPE is F for filter.
COLUMN_NAME VARCHAR2 (60) Y Name of the column
COLUMN_LENGTH NUMBER (15) Y Length of the column in database
DISPLAY_FLAG VARCHAR2 (1) Y Indicates if column is displayed. Y for yes, N or null for no.
SORT_FLAG VARCHAR2 (1) Y Indicates if column is used for sorting. Y for yes, N or null for no.
FILTER_FLAG VARCHAR2 (1) Y Indicates if column is used as a filter. Y for yes, N or null for no.
RANGE_FILTER_FLAG VARCHAR2 (1) Y Indicates if column is a range. Y for yes, N or null for no.
HYPERLINK_FLAG VARCHAR2 (1) Y Indicates if column is a hypertext link. Y for yes, N or null for no.
COLUMN_DATA_TYPE VARCHAR2 (30) Y Data type of the column
SECURITY_FUNCTION VARCHAR2 (255)
Form function name to implement column security
SEQ_NO NUMBER (15) Y Sequence of column in the query
COLUMN_LABEL VARCHAR2 (60) Y Header text for column in the table region
CREATED_BY NUMBER (15) Y Standard Who column
CREATION_DATE DATE
Y Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
LAST_UPDATE_DATE DATE
Y Standard Who column
LAST_UPDATED_BY NUMBER (15) Y Standard Who column
OBJECT_VERSION_NUMBER NUMBER (15)
Version number of the record

[top of page]

APPS.IMC_THREE_SIXTY_COLS_VL references the following:

APPS
SYNONYM - IMC_THREE_SIXTY_COLS_B
SYNONYM - IMC_THREE_SIXTY_COLS_TL

APPS.IMC_THREE_SIXTY_COLS_VL is not referenced by any database object

[top of page]

View: IMC_THREE_SIXTY_QUERY_VL

Comments
View Type

MultiLingual view (a language resolved view of the data.)

VIEW FOR IMC_THREE_SIXTY_QUERY

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row Identifier
QUERY_ID NUMBER (15) Y Unique sequence generated identifier for records in this table
APPLICATION_ID NUMBER (15) Y Unique identification number of Oracle E-Business Suite application
QUERY_TYPE_FLAG VARCHAR2 (30) Y F or T indicates if query is filter or transactional
FILTER_COUNT NUMBER
Y Number of filters for the transaction
DISPLAY_COLUMN_COUNT NUMBER
Y Number of columns in UI table for the transaction
PRODUCT_QUERY1 VARCHAR2 (2000) Y Query for transaction details
PRODUCT_QUERY2 VARCHAR2 (2000)
Part 2 of query for transaction details
PRODUCT_QUERY3 VARCHAR2 (2000)
Part 3 of query for transaction details
PRODUCT_QUERY4 VARCHAR2 (2000)
Part 4 of query for transaction details
PRODUCT_QUERY5 VARCHAR2 (2000)
Part 5 of query for transaction details
SEQUENCE_NO NUMBER (15) Y Sequence of transaction in the list view
DISPLAY_FLAG VARCHAR2 (1) Y Indicates if transaction is displayed. Y for yes, N or null for no.
SECURITY_FUNCTION VARCHAR2 (255)
Form function name to implement security at the table region level
PRODUCT_URL VARCHAR2 (2000)
URL for transaction details
TRANSACTION_NAME VARCHAR2 (255) Y Transaction name
HEADER_TEXT VARCHAR2 (2000)
Header text, if any, to display on top of table region
LAST_UPDATE_DATE DATE
Y Standard Who column
CREATION_DATE DATE
Y Standard Who column
CREATED_BY NUMBER (15) Y Standard Who column
LAST_UPDATED_BY NUMBER (15) Y Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
OBJECT_VERSION_NUMBER NUMBER (15)
Version number of the record
BE_CODE VARCHAR2 (30) Y Logical business entity code
CATEGORY_CODE VARCHAR2 (30)
Category code within a business entity
OPERATING_UNIT_FLAG VARCHAR2 (1)

[top of page]

APPS.IMC_THREE_SIXTY_QUERY_VL references the following:

APPS
SYNONYM - IMC_THREE_SIXTY_QUERY_B
SYNONYM - IMC_THREE_SIXTY_QUERY_TL

APPS.IMC_THREE_SIXTY_QUERY_VL is not referenced by any database object

[top of page]



Copyright (c) 2001 - 2005, Oracle - Use Restricted by Contract