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 - IA Tables and Views

TABLE - IA.IA_REQUEST_DETAILS
TABLE - IA.IA_REQUEST_HEADERS
TABLE - IA.IA_RULE_DETAILS
TABLE - IA.IA_RULE_HEADERS

Table: IA_REQUEST_DETAILS

Description: IA_REQUEST_DETAILS stores the request detail information you enter.
Primary Key: IA_REQUEST_DETAILS_PK
  1. REQUEST_DETAIL_ID
Foreign Keys from this table:
Foreign Key Column Foreign Table
IA_REQUEST_DETAILS.REQUEST_ID IA_REQUEST_HEADERS
IA_REQUEST_DETAILS.BOOK_TYPE_CODE FA_BOOK_CONTROLS
IA_REQUEST_DETAILS.FROM_DISTRIBUTION_ID FA_DISTRIBUTION_HISTORY
IA_REQUEST_DETAILS.TO_DISTRIBUTION_ID FA_DISTRIBUTION_HISTORY
IA_REQUEST_DETAILS.TO_LOCATION_ID FA_LOCATIONS
IA_REQUEST_DETAILS.TO_EXPENSE_CCID GL_CODE_COMBINATIONS
IA_REQUEST_DETAILS.ASSET_ID FA_ADDITIONS_B
Comments

Each row in this table includes the associated requested header ID, asset and distribution details, and other information about the request. There is a many-to-one relationship between the request details and the request header.

Indexes
Index Type Tablespace Column
IA_REQUEST_DETAILS_U1 UNIQUE APPS_TS_TX_IDX REQUEST_DETAIL_ID
IA_REQUEST_DETAILS_U2 UNIQUE APPS_TS_TX_IDX REQUEST_ID
REQUEST_DETAIL_ID
Columns
Name Datatype Length Mandatory Comments
REQUEST_DETAIL_ID NUMBER (15) Y System generated unique identifier of the request detail
REQUEST_ID NUMBER (15) Y Identifier of the request
BOOK_TYPE_CODE VARCHAR2 (15) Y Book name
ASSET_ID NUMBER (15) Y Identifier of the asset
FROM_DISTRIBUTION_ID NUMBER (15) Y Identifier of the distribution line from which this request line is transferred
STATUS VARCHAR2 (30) Y Request detail line status lookup code
TO_DISTRIBUTION_ID NUMBER (15)
Identifier of the distribution line to which this request line is transferred
TO_LOCATION_ID NUMBER (15)
Identifier of the location
TO_EMPLOYEE_ID NUMBER (15)
Identifier of the employee
TO_EXPENSE_CCID NUMBER (15)
Identifier of the depreciation expense account
EFFECTIVE_DATE DATE

Date when the request transaction was entered
RELEASING_APPROVER_ID NUMBER (15)
Identifier of the employee assigned as the releasing approver
RECEIVING_APPROVER_ID NUMBER (15)
Identifier of the employee assigned as the receiving approver
COMMENTS VARCHAR2 (255)
Comments
CREATED_BY NUMBER (15) Y Standard Who column
CREATION_DATE DATE
Y Standard Who column
LAST_UPDATED_BY NUMBER (15) Y Standard Who column
LAST_UPDATE_DATE DATE
Y Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE6 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE7 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE8 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE9 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE10 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE_CATEGORY_CODE VARCHAR2 (30)
Descriptive flexfield structure defining column

[top of page]

IA.IA_REQUEST_DETAILS does not reference any database object

IA.IA_REQUEST_DETAILS is referenced by following:

APPS
SYNONYM - IA_REQUEST_DETAILS

[top of page]

Table: IA_REQUEST_HEADERS

Description: IA_REQUEST_HEADERS stores information about the requests you create
Primary Key: IA_REQUEST_HEADERS_PK
  1. REQUEST_ID
Foreign Keys from this table:
Foreign Key Column Foreign Table
IA_REQUEST_HEADERS.BOOK_TYPE_CODE FA_BOOK_CONTROLS
Foreign Keys to this table:
Foreign Key Column Foreign Table
IA_REQUEST_DETAILS.REQUEST_ID IA_REQUEST_HEADERS
Comments

IA_REQUEST_HEADERS stores information about the requests you create. Oracle iAssets inserts rows into this table each time you create a request. Each row in this table includes the request ID, the purpose and status, and other information about the request. There is a one-to-many relationship between the request header and the request details.

Indexes
Index Type Tablespace Column
IA_REQUEST_HEADERS_U1 UNIQUE APPS_TS_TX_IDX REQUEST_ID
IA_REQUEST_HEADERS_N1 NONUNIQUE APPS_TS_TX_IDX REQUESTER_ID
Columns
Name Datatype Length Mandatory Comments
REQUEST_ID NUMBER (15) Y Requester identification number
STATUS VARCHAR2 (30) Y Request header status lookup code
PREPARER_ID NUMBER (15) Y Preparer identification number
REQUESTER_ID NUMBER (15) Y Requester identification number
REQUEST_DATE DATE

Effective date of the request
PURPOSE VARCHAR2 (2000)
Purpose the request is created
REQUEST_TYPE VARCHAR2 (15) Y Indicates the request type
SAVE_LOCATION NUMBER (15) Y Indicates the location of the saved request
RELEASING_APPROVER_ID NUMBER (15)
Releasing approver identification number
RECEIVING_APPROVER_ID NUMBER (15)
Receiving approver identification number
RESPONSIBILITY_ID NUMBER (15)
Identifier of the Oracle Applications responsibility
BOOK_TYPE_CODE VARCHAR2 (15)
Book name that is attached to the responsibility through the setup rule
CREATED_BY NUMBER (15) Y Standard Who column
CREATION_DATE DATE
Y Standard Who column
LAST_UPDATED_BY NUMBER (15) Y Standard Who column
LAST_UPDATE_DATE DATE
Y Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE6 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE7 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE8 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE9 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE10 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE_CATEGORY_CODE VARCHAR2 (30)
Descriptive flexfield structure defining column

[top of page]

IA.IA_REQUEST_HEADERS does not reference any database object

IA.IA_REQUEST_HEADERS is referenced by following:

APPS
SYNONYM - IA_REQUEST_HEADERS

[top of page]

Table: IA_RULE_DETAILS

Description: Stores detailed information about rules that will govern the self-service asset transfer process
Primary Key: IA_RULE_DETAILS_PK
  1. RULE_ID
  2. BOOK_TYPE_CODE
Foreign Keys from this table:
Foreign Key Column Foreign Table
IA_RULE_DETAILS.RULE_ID %
Comments

IA_RULE_DETAILS stores detailed information about rules that will govern the self-service asset transfer process.
Oracle iAssets inserts a row in this table for each book in which you define rules. For example, if you define a rule for three different books, Oracle iAssets inserts three rows in this table.

Indexes
Index Type Tablespace Column
IA_RULE_DETAILS_U1 UNIQUE APPS_TS_TX_IDX RULE_ID
BOOK_TYPE_CODE
Columns
Name Datatype Length Mandatory Comments
RULE_ID NUMBER (15) Y Unique identification number for a rule
BOOK_TYPE_CODE VARCHAR2 (15) Y Book name with which rule is associated
ENABLE_TRANSFER_FLAG VARCHAR2 (1) Y Indicates whether or not creating a transfer request is allowed
ALLOW_TRANSACTION_DATE_FLAG VARCHAR2 (1) Y Indicates whether or not the transaction date is enterable
RESPONSIBILITY_TYPE VARCHAR2 (15)
Indicates the type of responsibility. Valid code are: REQUEST_ONLY (create transfer request) or REQUEST_APPROVE (create and approve transfer request)
REQUIRE_SUPERUSER_FLAG VARCHAR2 (1)
Indicates whether or not super user approval is required
APPROVAL_TYPE VARCHAR2 (30)
Indicates the type of approval. Valid codes are: ALL (both releasing and receiving approval is required), RELEASE (releasing approval is required), RECEIVE (receiving approval is required), NONE (no approval is required)
APPROVAL_METHOD VARCHAR2 (30)
Indicates method type of approval. Valid codes are: COST_CENTER (cost center based approval) HIERARCHY (Management hierarchy based approval)
ALLOW_SEARCH_ALL_FLAG VARCHAR2 (1)
Indicates whether or not the search is allowed for your own requests or all requests
ALLOW_CUSTOM_TEXT_FLAG VARCHAR2 (1)
Indicates whether or not to enable custom text input
CUSTOM_TEXT VARCHAR2 (1996)
Custom text which will appear in the first step of the transfer process
SECURE_BY_COST_CTR_FLAG VARCHAR2 (1)
Indicates whether or not the user can transact within his/her own cost center
SEGMENT1 VARCHAR2 (30)
Indicates whether or not this accounting segment is selected for display and update during the transfer process
SEGMENT2 VARCHAR2 (30)
Indicates whether or not this accounting segment is selected for display and update during transfer process
SEGMENT3 VARCHAR2 (30)
Indicates whether or not this accounting segment is selected for display and update during transfer process
SEGMENT4 VARCHAR2 (30)
Indicates whether or not this accounting segment is selected for display and update during transfer process
SEGMENT5 VARCHAR2 (30)
Indicates whether or not this accounting segment is selected for display and update during transfer process
SEGMENT6 VARCHAR2 (30)
Indicates whether or not this accounting segment is selected for display and update during transfer process
SEGMENT7 VARCHAR2 (30)
Indicates whether or not this accounting segment is selected for display and update during transfer process
SEGMENT8 VARCHAR2 (30)
Indicates whether or not this accounting segment is selected for display and update during transfer process
SEGMENT9 VARCHAR2 (30)
Indicates whether or not this accounting segment is selected for display and update during transfer process
SEGMENT10 VARCHAR2 (30)
Indicates whether or not this accounting segment is selected for display and update during transfer process
SEGMENT11 VARCHAR2 (30)
Indicates whether or not this accounting segment is selected for display and update during transfer process
SEGMENT12 VARCHAR2 (30)
Indicates whether or not this accounting segment is selected for display and update during transfer process
SEGMENT13 VARCHAR2 (30)
Indicates whether or not this accounting segment is selected for display and update during transfer process
SEGMENT14 VARCHAR2 (30)
Indicates whether or not this accounting segment is selected for display and update during transfer process
SEGMENT15 VARCHAR2 (30)
Indicates whether or not this accounting segment is selected for display and update during transfer process
SEGMENT16 VARCHAR2 (30)
Indicates whether or not this accounting segment is selected for display and update during transfer process
SEGMENT17 VARCHAR2 (30)
Indicates whether or not this accounting segment is selected for display and update during transfer process
SEGMENT18 VARCHAR2 (30)
Indicates whether or not this accounting segment is selected for display and update during transfer process
SEGMENT19 VARCHAR2 (30)
Indicates whether or not this accounting segment is selected for display and update during transfer process
SEGMENT20 VARCHAR2 (30)
Indicates whether or not this accounting segment is selected for display and update during transfer process
SEGMENT21 VARCHAR2 (30)
Indicates whether or not this accounting segment is selected for display and update during transfer process
SEGMENT22 VARCHAR2 (30)
Indicates whether or not this accounting segment is selected for display and update during transfer process
SEGMENT23 VARCHAR2 (30)
Indicates whether or not this accounting segment is selected for display and update during transfer process
SEGMENT24 VARCHAR2 (30)
Indicates whether or not this accounting segment is selected for display and update during transfer process
SEGMENT25 VARCHAR2 (30)
Indicates whether or not this accounting segment is selected for display and update during transfer process
SEGMENT26 VARCHAR2 (30)
Indicates whether or not this accounting segment is selected for display and update during transfer process
SEGMENT27 VARCHAR2 (30)
Indicates whether or not this accounting segment is selected for display and update during transfer process
SEGMENT28 VARCHAR2 (30)
Indicates whether or not this accounting segment is selected for display and update during transfer process
SEGMENT29 VARCHAR2 (30)
Indicates whether or not this accounting segment is selected for display and update during transfer process
SEGMENT30 VARCHAR2 (30)
Indicates whether or not this accounting segment is selected for display and update during transfer process
LAST_UPDATE_DATE DATE
Y Standard Who column
LAST_UPDATED_BY NUMBER (15) Y Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
CREATED_BY NUMBER (15) Y Standard Who column
CREATION_DATE DATE
Y Standard Who column

[top of page]

IA.IA_RULE_DETAILS does not reference any database object

IA.IA_RULE_DETAILS is referenced by following:

APPS
SYNONYM - IA_RULE_DETAILS

[top of page]

Table: IA_RULE_HEADERS

Description: Stores header information about rules that will govern the self-service asset transfer process
Primary Key: IA_RULE_HEADERS_PK
  1. RULE_ID
Comments

IA_RULE_HEADERS stores header information about rules that will govern the self-service asset transfer process. Oracle iAssets inserts a row in this table for each new rule you define

Indexes
Index Type Tablespace Column
IA_RULE_HEADERS_U1 UNIQUE APPS_TS_TX_IDX RULE_ID
IA_RULE_HEADERS_U2 UNIQUE APPS_TS_TX_IDX RULE_NAME
Columns
Name Datatype Length Mandatory Comments
RULE_ID NUMBER (15) Y Unique identification number for a rule
RULE_NAME VARCHAR2 (30) Y Name of a rule
RULE_DESCRIPTION VARCHAR2 (80) Y Description of a rule
LAST_UPDATE_DATE DATE
Y Standard Who column
LAST_UPDATED_BY NUMBER (15) Y Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
CREATED_BY NUMBER (15) Y Standard Who column
CREATION_DATE DATE
Y Standard Who column

[top of page]

IA.IA_RULE_HEADERS does not reference any database object

IA.IA_RULE_HEADERS is referenced by following:

APPS
SYNONYM - IA_RULE_HEADERS

[top of page]



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