[Home] [Help]
[Dependency Information]
| Object Name: | PA_INVOICE_GROUP_TABLES |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_INVOICE_GROUP_TABLES
|
| Subobject Name: | |
| Status: | VALID |
PA_INVOICE_GROUP_TABLES stores the names of the tables used
by an invoice group to derive column values. Oracle Projects
provides all invoices group tables upon
installation.
.
.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 2 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_INVOICE_GROUP_TABLES_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
INVOICE_GROUP_COLUMN_ID
INVOICE_GROUP_TABLE_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INVOICE_GROUP_COLUMN_ID | NUMBER | (15) | Yes | The identifier of the invoice group column whose value is determined using the invoice group table |
| INVOICE_GROUP_TABLE_NAME | VARCHAR2 | (30) | Yes | The name of the table |
| 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 |
| TEXT | VARCHAR2 | (240) | Yes | The text used in the from clause of the sql statement generated by the Generate Draft Invoices invoice formatting routine |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT INVOICE_GROUP_COLUMN_ID
, INVOICE_GROUP_TABLE_NAME
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, TEXT
, ZD_EDITION_NAME
FROM PA.PA_INVOICE_GROUP_TABLES;
PA.PA_INVOICE_GROUP_TABLES does not reference any database object
PA.PA_INVOICE_GROUP_TABLES is referenced by following:
PA
PA_INVOICE_GROUP_TABLES#
|
|
|
|