PJB_INV_FORMAT_DETAILS
This table stores grouping attributes associated with invoice and invoice line grouping rules. For invoice line grouping rules, this table also stores attributes that govern the invoice line description. For example, whether an attribute is used for line grouping but should be excluded from the line description, the start and end position of attributes within the line description, and whether any static text needs to be included.
Details
-
Schema: FUSION
-
Object owner: PJB
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
PJB_INV_FORMAT_DETAILS_PK |
INVOICE_FORMAT_DETAIL_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| INVOICE_FORMAT_DETAIL_ID | NUMBER | 18 | Yes | The system-generated number that uniquely identifies the invoice format detail | |
| INVOICE_FORMAT_ID | NUMBER | 18 | Yes | The identifier of the invoice format to which the invoice format detail line belongs | |
| START_POSITION | NUMBER | 3 | The start position in which to display the column or text value in the invoice line description | ||
| END_POSITION | NUMBER | 3 | The end position in which to display the column or text value in the invoice line description | ||
| RIGHT_JUSTIFY_FLAG | VARCHAR2 | 1 | Yes | Flag that indicates if the column value/text literal should be right justified in its position in the invoice line description | |
| INVOICE_GROUP_COLUMN_ID | NUMBER | 18 | Yes | The identifier of the invoice group column whose value is to be displayed in the invoice line description between the two position coordinates | |
| TEXT | VARCHAR2 | 240 | The free text to be displayed as literal characters between the start and end positions in the invoice line description | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| PJB_INV_FORMAT_DETAILS | pjb_invoice_formats | INVOICE_FORMAT_ID |
| PJB_INV_FORMAT_DETAILS | pjb_inv_group_column | INVOICE_GROUP_COLUMN_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PJB_INV_FORMAT_DETAILS_N1 | Non Unique | Default | INVOICE_FORMAT_ID, INVOICE_GROUP_COLUMN_ID |
| PJB_INV_FORMAT_DETAILS_U2 | Unique | Default | INVOICE_FORMAT_ID, START_POSITION, INVOICE_GROUP_COLUMN_ID |
| PJB_INV_FORMAT_DETAILS_N2 | Non Unique | Default | INVOICE_GROUP_COLUMN_ID |
| PJB_INV_FORMAT_DETAILS_U1 | Unique | Default | INVOICE_FORMAT_DETAIL_ID |