[Home] [Help]
[Dependency Information]
Object Name: | PA_INV_GRP_WHR_CLAUSES |
---|---|
Object Type: | TABLE |
Owner: | PA |
FND Design Data: | ![]() |
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.
.
.
Tablespace: | ![]() |
---|---|
PCT Free: | 2 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PA_INV_GRP_WHR_CLAUSES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
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 |
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;
PA.PA_INV_GRP_WHR_CLAUSES does not reference any database object
PA.PA_INV_GRP_WHR_CLAUSES is referenced by following:
|
|
|