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


TABLE: IBY.IBY_UPG_INSTRUMENTS

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBY_UPG_INSTRUMENTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBANK_ACCOUNT_USES_ID
IBY_UPG_INSTRUMENTS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBANK_ACCOUNT_ID
ColumnINSTRUMENT_TYPE
IBY_UPG_INSTRUMENTS_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPAYMENT_FUNCTION
ColumnORG_ID
ColumnORG_TYPE
ColumnACCT_SITE_USE_ID
ColumnCUST_ACCOUNT_ID
IBY_UPG_INSTRUMENTS_N4 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXT_PARTY_ID
Columns
Name Datatype Length Mandatory Comments
INSTR_ASSIGNMENT_ID NUMBER (15) Yes Instrument assignment Identifier
EXT_PARTY_ID NUMBER (15) Yes Either payee Identifier or payer Identifier
INSTRUMENT_TYPE VARCHAR2 (30) Yes Instrument type. Values from the IBY_INSTRUMENT_TYPES lookup include BANKACCOUNT, CREDITCARD, and DEBITCARD.
INSTRUMENT_ID NUMBER (15) Yes Instrument Identifier
PAYMENT_FUNCTION VARCHAR2 (30) Yes Function or purpose of the payment. Values from the lookup IBY_PAYMENT_FUNCTIONS include SUPPLIER_PAYMENT, CUSTOMER_REFUNDS, and others.
ORG_TYPE VARCHAR2 (30)
Organization type
ORG_ID NUMBER (15)
Organization Identifier
PARTY_SITE_ID NUMBER (15)
Party site use Identifier
CUST_ACCOUNT_ID NUMBER (15)
Customer account Identifier. Products with CUSTOMER_PAYMENT payment function can pass this parameter to the payment components as additional context for the payer definition.
ACCT_SITE_USE_ID NUMBER (15)
Customer account site use Identifier. Products with CUSTOMER_PAYMENT payment function can pass this parameter to the payment components as additional context for the payer definition.
SUPPLIER_SITE_ID NUMBER (15)
Supplier site Identifier of the payee
BANK_ACCOUNT_ID NUMBER (15) Yes Old AP bank account Identifier
BANK_ACCOUNT_USES_ID NUMBER (15)
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
OBJECT_VERSION_NUMBER NUMBER (15) Yes Object version number
Query Text

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


SELECT INSTR_ASSIGNMENT_ID
,      EXT_PARTY_ID
,      INSTRUMENT_TYPE
,      INSTRUMENT_ID
,      PAYMENT_FUNCTION
,      ORG_TYPE
,      ORG_ID
,      PARTY_SITE_ID
,      CUST_ACCOUNT_ID
,      ACCT_SITE_USE_ID
,      SUPPLIER_SITE_ID
,      BANK_ACCOUNT_ID
,      BANK_ACCOUNT_USES_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
FROM IBY.IBY_UPG_INSTRUMENTS;

Dependencies

[top of page]

IBY.IBY_UPG_INSTRUMENTS does not reference any database object

IBY.IBY_UPG_INSTRUMENTS is referenced by following:

SchemaIBY
ViewIBY_UPG_INSTRUMENTS#