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


TABLE: AR.RA_REMIT_TOS_ALL

Object Details
Object Name: RA_REMIT_TOS_ALL
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.RA_REMIT_TOS_ALL
Subobject Name:
Status: VALID


The RA_REMIT_TOS_ALL table stores information to link a remit-to address with a state and country. Oracle Receivables creates one row for each country and state combination that you want to associate with a remit-to address. Receivables uses this information to default your remit-to address during invoice and commitment entry. The COUNTRY column is required even though it is null allowed.
.
The primary keys for this table are COUNTRY, STATE, POSTAL_CODE_HIGH, and POSTAL_CODE_LOW.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
RA_REMIT_TOS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSTATE
ColumnCOUNTRY
ColumnPOSTAL_CODE_LOW
ColumnPOSTAL_CODE_HIGH
ColumnORG_ID
Columns
Name Datatype Length Mandatory Comments
ADDRESS_ID NUMBER (15) Yes Address identifier
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
STATUS VARCHAR2 (1) Yes Remit to address status flag. Lookup code for CODE_STATUS.
COUNTRY VARCHAR2 (50)
Remit to country
STATE VARCHAR2 (50)
Remit to state
ATTRIBUTE_CATEGORY VARCHAR2 (30)
Descriptive flexfield structure definition column.
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE6 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE7 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE8 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE9 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE10 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield segment
POSTAL_CODE_HIGH VARCHAR2 (60)
High postal code range for this remit to address
POSTAL_CODE_LOW VARCHAR2 (60)
Low postal code range for this remit to address
ORG_ID NUMBER (15)
Organization identifier
Query Text

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


SELECT ADDRESS_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      STATUS
,      COUNTRY
,      STATE
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      POSTAL_CODE_HIGH
,      POSTAL_CODE_LOW
,      ORG_ID
FROM AR.RA_REMIT_TOS_ALL;

Dependencies

[top of page]

AR.RA_REMIT_TOS_ALL does not reference any database object

AR.RA_REMIT_TOS_ALL is referenced by following:

SchemaAPPS
SynonymRA_REMIT_TOS
SynonymRA_REMIT_TOS_ALL