[Home] [Help]
[Dependency Information]
| Object Name: | HXC_RETRIEVAL_BATCHES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REQUEST_ID | NUMBER | (15) | Request id of batches available for rollback | |
| BATCH_ID | NUMBER | (15) | Batch Id of batches available for Rollback | |
| BATCH_NAME | VARCHAR2 | (30) | Yes | Batch Name of batches available for Rollback |
| BATCH_REFERENCE | VARCHAR2 | (30) | Batch reference of Batch |
Cut, paste (and edit) the following text to query this object:
SELECT REQUEST_ID
, BATCH_ID
, BATCH_NAME
, BATCH_REFERENCE
FROM APPS.HXC_RETRIEVAL_BATCHES_V;
APPS
FND_GLOBAL
- show dependent code
HXC_RETRIEVAL_BATCHES_ALL
PAY_BATCH_HEADERS
APPS.HXC_RETRIEVAL_BATCHES_V is not referenced by any database object
|
|
|
|