[Home] [Help]
[Dependency Information]
| Object Name: | JL_BR_AP_INT_COLLECTION_TMP |
|---|---|
| Object Type: | TABLE |
| Owner: | JL |
| FND Design Data: | JL.JL_BR_AP_INT_COLLECTION_TMP
|
| Subobject Name: | |
| Status: | VALID |
JL_BR_AP_INT_COLLECTION_TMP is the temporary table for the bank collection documents interface. It is used to summarize the results of the Import Collection Document process.
.
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FILE_CONTROL | VARCHAR2 | (20) | Name of the file received from the bank | |
| ERROR_CODE | VARCHAR2 | (2) | Bank Collection Interface Error Code | |
| TOTAL_REGISTRY | NUMBER | (10) | Bank Collection Interface Registry Total | |
| TOTAL_AMOUNT | NUMBER | (19) | Bank Collection Interface Total Amount | |
| TOTAL_VALIDATED_REGISTRY | NUMBER | (10) | Bank Collection Interface Validated Registry Total | |
| TOTAL_VALIDATED_AMOUNT | NUMBER | (19) | Bank Collection Interface Total Validated Amount |
Cut, paste (and edit) the following text to query this object:
SELECT FILE_CONTROL
, ERROR_CODE
, TOTAL_REGISTRY
, TOTAL_AMOUNT
, TOTAL_VALIDATED_REGISTRY
, TOTAL_VALIDATED_AMOUNT
FROM JL.JL_BR_AP_INT_COLLECTION_TMP;
JL.JL_BR_AP_INT_COLLECTION_TMP does not reference any database object
JL.JL_BR_AP_INT_COLLECTION_TMP is referenced by following:
JL
JL_BR_AP_INT_COLLECTION_TMP#
|
|
|
|