[Home] [Help]
[Dependency Information]
Object Name: | JE_PT_RA_TRX_REQUEST_IDS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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) | Concurrent program who column. Identifier of the concurrent request that last updated the transaction | |
CREATED_FROM | VARCHAR2 | (30) | Yes | Form name or program name that created the transaction |
BATCH_SOURCE_ID | NUMBER | (15) | Batch source Identifier of the transaction |
Cut, paste (and edit) the following text to query this object:
SELECT REQUEST_ID
, CREATED_FROM
, BATCH_SOURCE_ID
FROM APPS.JE_PT_RA_TRX_REQUEST_IDS_V;
APPS.JE_PT_RA_TRX_REQUEST_IDS_V is not referenced by any database object
|
|
|