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


TABLE: JA.JAI_RGM_DOC_SEQ_DTLS

Object Details
Object Name: JAI_RGM_DOC_SEQ_DTLS
Object Type: TABLE
Owner: JA
FND Design Data: TableJA.JAI_RGM_DOC_SEQ_DTLS
Subobject Name:
Status: VALID


This Table is used for Document Setup form. It stores the Doc class, Doc Type, start number, prefix and end number to generate the VAT invoice number.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JAI_RGM_DOC_SEQ_DTLS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRGM_DOCUMENT_SEQ_DTL_ID
Columns
Name Datatype Length Mandatory Comments
RGM_DOCUMENT_SEQ_DTL_ID NUMBER
Yes Indicates the Sequence number of the current Regime Document Sequennce
RGM_DOCUMENT_SEQ_ID NUMBER
Yes Indicates the Sequence number of the Regime Identifier, Party Identifier and Party_Site_ID
DOCUMENT_CLASS VARCHAR2 (2) Yes Holds the Document Class Code O, I, R, D
DOCUMENT_CLASS_TYPE_ID NUMBER
Yes Holds the Identifier of the document class type selected in the LOV
START_NUMBER NUMBER
Yes Holds the start number of the sequence from which invoice number is generated
CURRENT_NUMBER NUMBER
Yes Holds the current value of the sequence from which invoice number is genereated
PREFIX VARCHAR2 (20)
Holds the prefix for the invoice number to be generated
END_NUMBER NUMBER

Indicates the end number for the invoice number
CREATION_DATE DATE

Standard Who column
CREATED_BY NUMBER

Standard Who column
LAST_UPDATE_DATE DATE

Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
LAST_UPDATED_BY NUMBER

Standard Who column
OBJECT_VERSION_NUMBER NUMBER (9)
Object Version Number.
Query Text

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


SELECT RGM_DOCUMENT_SEQ_DTL_ID
,      RGM_DOCUMENT_SEQ_ID
,      DOCUMENT_CLASS
,      DOCUMENT_CLASS_TYPE_ID
,      START_NUMBER
,      CURRENT_NUMBER
,      PREFIX
,      END_NUMBER
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATED_BY
,      OBJECT_VERSION_NUMBER
FROM JA.JAI_RGM_DOC_SEQ_DTLS;

Dependencies

[top of page]

JA.JAI_RGM_DOC_SEQ_DTLS does not reference any database object

JA.JAI_RGM_DOC_SEQ_DTLS is referenced by following:

SchemaAPPS
SynonymJAI_RGM_DOC_SEQ_DTLS