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


TABLE: PA.PA_INVOICE_GROUPS

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


PA_INVOICE_GROUPS stores system-defined invoice line
groupings. Oracle Projects provides all
invoice groups upon installation.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 2
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_INVOICE_GROUPS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnINVOICE_GROUP_ID
PA_INVOICE_GROUPS_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnNAME
ColumnINVOICE_FORMAT_TYPE
Columns
Name Datatype Length Mandatory Comments
INVOICE_GROUP_ID NUMBER (15) Yes The system-generated number that uniquely identifies the invoice group
NAME VARCHAR2 (80) Yes The name of the invoice group
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
GROUP_TYPE_CODE VARCHAR2 (30) Yes The columns by which expenditures items are grouped into invoice lines when using this invoice group
INVOICE_FORMAT_TYPE VARCHAR2 (30) Yes The type of invoice format that the invoice group can be used for
INTERCOMPANY_INVOICE_FLAG VARCHAR2 (1)
Indicates if this invoice group is for intercompany invoicing
CUSTOMER_INVOICE_FLAG VARCHAR2 (1)
Indicates if this invoice group is for Customer invoicing
Query Text

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


SELECT INVOICE_GROUP_ID
,      NAME
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      GROUP_TYPE_CODE
,      INVOICE_FORMAT_TYPE
,      INTERCOMPANY_INVOICE_FLAG
,      CUSTOMER_INVOICE_FLAG
FROM PA.PA_INVOICE_GROUPS;

Dependencies

[top of page]

PA.PA_INVOICE_GROUPS does not reference any database object

PA.PA_INVOICE_GROUPS is referenced by following:

SchemaAPPS
SynonymPA_INVOICE_GROUPS