[Home] [Help]
[Dependency Information]
| Object Name: | AP_PBATCH_SETS_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | AP |
| FND Design Data: | SQLAP.AP_PBATCH_SETS_ALL
|
| Subobject Name: | |
| Status: | VALID |
AP_PBATCH_SETS_ALL stores the payment
batch set definitions. You need one row for each
payment batch set that you want to define. You must
enter a row in this table before you can enter rows
in AP_PBATCH_SET_LINES_ALL.
.
This table corresponds to the single-row region in Payment Batch Sets window.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AP_PBATCH_SETS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
BATCH_SET_ID
|
| AP_PBATCH_SETS_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
BATCH_SET_NAME
ORG_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BATCH_SET_NAME | VARCHAR2 | (30) | Yes | Payment Batch Set Name |
| BATCH_SET_ID | NUMBER | (15) | Yes | Payment batch set identifier |
| INACTIVE_DATE | DATE | Inactive date | ||
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
| ORG_ID | NUMBER | (15) | Organization identifier |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_SET_NAME
, BATCH_SET_ID
, INACTIVE_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
, ORG_ID
FROM AP.AP_PBATCH_SETS_ALL;
AP.AP_PBATCH_SETS_ALL does not reference any database object
AP.AP_PBATCH_SETS_ALL is referenced by following:
APPS
AP_PBATCH_SETS
AP_PBATCH_SETS_ALL
|
|
|
|