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


TABLE: PA.PA_INV_GRP_WHR_CLAUSES

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


PA_INV_GRP_WHR_CLAUSES stores the SQL statement WHERE
clauses that invoice groups use to derive column values.
Oracle Projects provides all invoice group where
clauses upon installation.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 2
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_INV_GRP_WHR_CLAUSES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnINVOICE_GROUP_WHERE_CLAUSE_ID
Columns
Name Datatype Length Mandatory Comments
INVOICE_GROUP_WHERE_CLAUSE_ID NUMBER (15) Yes The system-defined number that uniquely identifies the invoice group column where clause
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who Column
TEXT VARCHAR2 (240) Yes The text used in the where clause of the sql statement generated by the Generate Draft Invoice invoice formatting routine
Query Text

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


SELECT INVOICE_GROUP_WHERE_CLAUSE_ID
,      LAST_UPDATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      TEXT
FROM PA.PA_INV_GRP_WHR_CLAUSES;

Dependencies

[top of page]

PA.PA_INV_GRP_WHR_CLAUSES does not reference any database object

PA.PA_INV_GRP_WHR_CLAUSES is referenced by following:

SchemaAPPS
SynonymPA_INV_GRP_WHR_CLAUSES