DBA Data[Home] [Help] [Dependency Information]


TABLE: PA.PA_BATCH_SOURCES

Object Details
Object Name: PA_BATCH_SOURCES
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_BATCH_SOURCES
Subobject Name:
Status: VALID


PA_BATCH_SOURCES stores system-defined sources of
expense report expenditure batches. Oracle Projects
predefines two batch sources: Expense Report and
Expense Report Adjustment.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 2
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_BATCH_SOURCES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnBATCH_SOURCE
PA_BATCH_SOURCES_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnMEANING
Columns
Name Datatype Length Mandatory Comments
BATCH_SOURCE VARCHAR2 (20) Yes Name of the batch source
MEANING VARCHAR2 (80) Yes Short, user-friendly name that describes the batch source
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who Column
DESCRIPTION VARCHAR2 (250)
Explanation of the batch source
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT BATCH_SOURCE
,      MEANING
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      DESCRIPTION
FROM PA.PA_BATCH_SOURCES;

Dependencies

[top of page]

PA.PA_BATCH_SOURCES does not reference any database object

PA.PA_BATCH_SOURCES is referenced by following:

SchemaAPPS
SynonymPA_BATCH_SOURCES