[Home] [Help]
[Dependency Information]
| Object Name: | IBY_UPG_INSTRUMENTS |
|---|---|
| Object Type: | TABLE |
| Owner: | IBY |
| FND Design Data: | IBY.IBY_UPG_INSTRUMENTS
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IBY_UPG_INSTRUMENTS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
BANK_ACCOUNT_USES_ID
|
| IBY_UPG_INSTRUMENTS_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
BANK_ACCOUNT_ID
INSTRUMENT_TYPE
|
| IBY_UPG_INSTRUMENTS_N3 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PAYMENT_FUNCTION
ORG_ID
ORG_TYPE
ACCT_SITE_USE_ID
CUST_ACCOUNT_ID
|
| IBY_UPG_INSTRUMENTS_N4 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
EXT_PARTY_ID
|
| 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 |
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;
IBY.IBY_UPG_INSTRUMENTS does not reference any database object
IBY.IBY_UPG_INSTRUMENTS is referenced by following:
IBY
IBY_UPG_INSTRUMENTS#
|
|
|
|