[Home] [Help]
[Dependency Information]
| Object Name: | AP_WEB_AMEX_PARAMS |
|---|---|
| Object Type: | TABLE |
| Owner: | AP |
| FND Design Data: | SQLAP.AP_WEB_AMEX_PARAMS
|
| Subobject Name: | |
| Status: | VALID |
AP_WEB_AMEX_PARAMS store the parameters used to download the transaction data file from American Express.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AP_WEB_AMEX_PARAMS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CARD_PROGRAM_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CARD_PROGRAM_ID | NUMBER | (15) | Yes | Credit card program identifier |
| RECORD_LENGTH | NUMBER | Yes | Length of record in data file - constant value 0 | |
| RECORD_TERMINATOR | VARCHAR2 | (5) | Yes | Record terminator used in data file - constant value LF |
| WALLET_PATH | VARCHAR2 | (255) | Yes | Path to the Oracle Wallet file |
| ENCRYPTED_WALLET_PASSWORD | VARCHAR2 | (255) | Yes | Encrypted password for the Oracle Wallet |
| USERNAME | VARCHAR2 | (100) | Yes | User name for the American Express profile |
| ENCRYPTED_PASSWORD | VARCHAR2 | (255) | Yes | Encrypted password for the American Express profile |
| REMOTE_FILENAME | VARCHAR2 | (255) | Remote filename | |
| AMEX_SERVER | VARCHAR2 | (255) | Yes | American Express server hostname |
| SECURE_DIRECTORY | VARCHAR2 | (255) | Yes | Secure directory where the data files are downloaded |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT CARD_PROGRAM_ID
, RECORD_LENGTH
, RECORD_TERMINATOR
, WALLET_PATH
, ENCRYPTED_WALLET_PASSWORD
, USERNAME
, ENCRYPTED_PASSWORD
, REMOTE_FILENAME
, AMEX_SERVER
, SECURE_DIRECTORY
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM AP.AP_WEB_AMEX_PARAMS;
AP.AP_WEB_AMEX_PARAMS does not reference any database object
AP.AP_WEB_AMEX_PARAMS is referenced by following:
APPS
AP_WEB_AMEX_PARAMS
|
|
|
|