[Home] [Help]
[Dependency Information]
Object Name: | RCV_GAPLESS_INVOICE_NUMBERS |
---|---|
Object Type: | TABLE |
Owner: | PO |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
RCV_GAPLESS_INVOICE_NUMBERS hold the list of existing gapless invoice numbers that have already been created. The combination of PREFIX + BUYING_COMPANY_CODE + SELLING_COMPANY_CODE needs to be unique. The column NEXT_SEQUENCE_NUMBER is the next sequence number expected.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
RCV_GAPLESS_INVOICE_NUMBERS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PREFIX | VARCHAR2 | (3) | Prefix | |
BUYING_COMPANY_CODE | VARCHAR2 | (10) | Yes | Buying Company Code |
SELLING_COMPANY_CODE | VARCHAR2 | (10) | Yes | Selling Company Code |
INVOICE_TYPE | VARCHAR2 | (3) | Yes | Invoice Type |
NEXT_SEQUENCE_NUMBER | NUMBER | (15) | Yes | Next Sequence Number |
Cut, paste (and edit) the following text to query this object:
SELECT PREFIX
, BUYING_COMPANY_CODE
, SELLING_COMPANY_CODE
, INVOICE_TYPE
, NEXT_SEQUENCE_NUMBER
FROM PO.RCV_GAPLESS_INVOICE_NUMBERS;
PO.RCV_GAPLESS_INVOICE_NUMBERS does not reference any database object
PO.RCV_GAPLESS_INVOICE_NUMBERS is referenced by following:
|
|
|