IBY_TEMP_PMT_INSTR_USES
IBY_TEMP_PMT_INSTR_USES links external payees and payers to their external payment instruments.
Details
-
Schema: FUSION
-
Object owner: IBY
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
| Name | Columns |
|---|---|
|
IBY_TEMP_PMT_INSTR_USES_PK |
TEMP_PMT_INSTR_USE_ID, FEEDER_IMPORT_BATCH_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| TEMP_PMT_INSTR_USE_ID | NUMBER | 18 | Yes | Primary key. Populated by Oracle. | |
| FEEDER_IMPORT_BATCH_ID | NUMBER | 18 | Yes | Feeder system identifier for controlling the import process | |
| TEMP_EXT_PARTY_ID | NUMBER | 18 | Assigns bank account to new payee/payer. Not used for Oracle Cloud implementations. | ||
| EXT_PARTY_ID | NUMBER | 18 | Assigns existing bank account to existing payee. Not used for Oracle Cloud implementations. | ||
| INSTRUMENT_TYPE | VARCHAR2 | 30 | Yes | Instrument type. Use: BANKACCOUNT. Values are maintained by the lookup type IBY_INSTRUMENT_TYPES. | |
| TEMP_INSTRUMENT_ID | NUMBER | 18 | Yes | Oracle internal use only. | |
| PAYMENT_FLOW | VARCHAR2 | 30 | Yes | Specifies funds capture or disbursement flow. Not used for Oracle Cloud implementations. Use the Manage Lookup Types task, lookup type IBY_PAYMENT_FLOW to identify valid values. | |
| PAYMENT_FUNCTION | VARCHAR2 | 30 | Yes | Payment purpose. Use: PAYABLES_DISB. | |
| PRIMARY_FLAG | VARCHAR2 | 1 | Yes | Indicates bank account is primary for defaulting on invoices. Valid values: Y, N. | |
| STATUS | VARCHAR2 | 30 | Yes | Status of the instrument use. Not used for Oracle Cloud implementations. | |
| START_DATE | DATE | Yes | Relationship start date. Date format: YYYY/MM/DD. Must be earlier than END_DATE. | ||
| END_DATE | DATE | Yes | Relationship end date. Date format: YYYY/MM/DD. Must be later than START_DATE. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. Incremented every time the row is updated. Compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
| LOAD_REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: request ID of the job that created or last updated the row. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| IBY_TEMP_PMT_INSTR_USES | iby_temp_ext_payees | TEMP_EXT_PARTY_ID, FEEDER_IMPORT_BATCH_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| IBY_TEMP_PMT_INSTR_USES_N1 | Non Unique | Default | EXT_PARTY_ID |
| IBY_TEMP_PMT_INSTR_USES_N2 | Non Unique | Default | INSTRUMENT_TYPE, TEMP_INSTRUMENT_ID |
| IBY_TEMP_PMT_INSTR_USES_U1 | Unique | Default | TEMP_PMT_INSTR_USE_ID, FEEDER_IMPORT_BATCH_ID |
| IBY_TEMP_PMT_INSTR_USES_U2 | Unique | Default | TEMP_EXT_PARTY_ID, EXT_PARTY_ID, INSTRUMENT_TYPE, TEMP_INSTRUMENT_ID, PAYMENT_FLOW, FEEDER_IMPORT_BATCH_ID |