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


TABLE: IBY.IBY_INSTRHOLDER

Object Details
Object Name: IBY_INSTRHOLDER
Object Type: TABLE
Owner: IBY
FND Design Data: TableIBY.IBY_INSTRHOLDER
Subobject Name:
Status: VALID


IBY_INSTRHOLDER stores the information about the holder of the instrment. A payment instrument can be held by different users or payees or payers.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBY_INSTRHOLDER_INSTRID_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnINSTRID
IBY_INSTRHOLDER_OWNERID_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnOWNERID
Columns
Name Datatype Length Mandatory Comments
INSTRID NUMBER
Yes Instrument identifier, FK to instrument tables (iby_creditcard, iby_bankacct).
INSTRTYPE VARCHAR2 (30) Yes Instrument type
OWNERID VARCHAR2 (80) Yes referes to ID of the payee or payer of the instrument. For AR-BR integration, the ownerid for PAYER type is passed from AR as ARcustomer name.
OWNERTYPE VARCHAR2 (20) Yes refers to either payee or payer. Used to be hard-coded as "USER", which is used equivalently as "PAYER". For AR-BR integration, it will be either "PAYER" or "PAYEE"
ACTIVESTATUS NUMBER (1)
referes to whether the instrument is active or not in the system
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
OBJECT_VERSION_NUMBER NUMBER
Yes This column is used for locking purposes that subsequently allows for checking if there is 'dirty' or old data on the screen compared to what is in the database. The situation occurs when the HTML application is an 'stateless' application.
SECURITY_GROUP_ID NUMBER

Used in hosted environments
OWNERADDRESSID NUMBER (15)
Foreign key to HZ_LOCATIONS. Stores the BILL_TO address of the payee or payer. Added for AR-BR integration
Query Text

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


SELECT INSTRID
,      INSTRTYPE
,      OWNERID
,      OWNERTYPE
,      ACTIVESTATUS
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
,      OWNERADDRESSID
FROM IBY.IBY_INSTRHOLDER;

Dependencies

[top of page]

IBY.IBY_INSTRHOLDER does not reference any database object

IBY.IBY_INSTRHOLDER is referenced by following:

SchemaIBY
ViewIBY_INSTRHOLDER#