[Home] [Help]
[Dependency Information]
| Object Name: | IBY_ACCT_PMT_PROFILES_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | IBY |
| FND Design Data: | IBY.IBY_ACCT_PMT_PROFILES_TL
|
| Subobject Name: | |
| Status: | VALID |
IBY_ACCT_PMT_PROFILES stores account-related information that completes the specification of the handling of payment instructions. Entries in this table are based on entries in the IBY_SYS_PMT_PROFILES table. A combination of the two tables is defined in the view IBY_PAYMENT_PROFILES. The selection of a payment process profile is driven by the payment method assigned to a document and other factors. This table corresponds to the Payment Process Profiles pages.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IBY_ACCT_PMT_PROFILES_TL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PAYMENT_PROFILE_ID
LANGUAGE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PAYMENT_PROFILE_ID | NUMBER | (15) | Yes | System generated primary key |
| PAYMENT_PROFILE_NAME | VARCHAR2 | (100) | Yes | Payment process profile name |
| LANGUAGE | VARCHAR2 | (4) | Yes | Language code |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | Language code of the record's current language |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT PAYMENT_PROFILE_ID
, PAYMENT_PROFILE_NAME
, LANGUAGE
, SOURCE_LANG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
FROM IBY.IBY_ACCT_PMT_PROFILES_TL;
IBY.IBY_ACCT_PMT_PROFILES_TL does not reference any database object
IBY.IBY_ACCT_PMT_PROFILES_TL is referenced by following:
APPS
IBY_ACCT_PMT_PROFILES_TL
|
|
|
|