[Home] [Help]
[Dependency Information]
| Object Name: | IBY_BANK_INSTRUCTIONS_B |
|---|---|
| Object Type: | TABLE |
| Owner: | IBY |
| FND Design Data: | IBY.IBY_BANK_INSTRUCTIONS_B
|
| Subobject Name: | |
| Status: | VALID |
IBY_BANK_INSTRUCTIONS stores bank instructions that are used as lookup values for payment process profiles and external payee setup. This table corresponds to the Bank Instruction Codes page.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IBY_BANK_INSTRUCTIONS_B_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
BANK_INSTRUCTION_CODE
ZD_EDITION_NAME
|
| IBY_BANK_INSTRUCTIONS_B_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
TERRITORY_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BANK_INSTRUCTION_CODE | VARCHAR2 | (30) | Yes | User entered primary key |
| FORMAT_VALUE | VARCHAR2 | (80) | Value required by the payment format that uses this bank instruction | |
| SEEDED_FLAG | VARCHAR2 | (1) | Y or N flag controlling updatability of records. Y indicates record was seeded by Oracle and may have user updates limited. | |
| 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 | Yes | Object version number | |
| INACTIVE_DATE | DATE | Inactive date | ||
| TERRITORY_CODE | VARCHAR2 | (2) | Code of the country where the bank instruction code is assigned or used | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT BANK_INSTRUCTION_CODE
, FORMAT_VALUE
, SEEDED_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
, INACTIVE_DATE
, TERRITORY_CODE
, ZD_EDITION_NAME
FROM IBY.IBY_BANK_INSTRUCTIONS_B;
IBY.IBY_BANK_INSTRUCTIONS_B does not reference any database object
IBY.IBY_BANK_INSTRUCTIONS_B is referenced by following:
IBY
IBY_BANK_INSTRUCTIONS_B#
|
|
|
|