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


TABLE: AR.RA_RULES

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


The RA_RULES table stores invoicing and accounting rules. Receivables creates one row in this table for each invoicing and accounting rule that you define.
.
Receivables uses invoicing rules to determine when to recognize a receivable for invoices that span more than one accounting period. Assign invoicing rules to invoices that are manually entered or imported into Receivables through AutoInvoice. Receivables provides two invoicing rules: the Bill in Advance rule tells Receivables to recognize your receivable immediately, while the Bill in Arrears rule tells Receivables to recognize the receivable at the end of the revenue recognition schedule.
.
Receivables uses accounting rules to determine revenue recognition schedules for invoice lines. Receivables stores revenue recognition schedules in the RA_RULE_SCHEDULES table. Use accounting rules to specify the number of periods and the percentage of the total revenue to recognize in each period.
.
The primary key for this table is RULE_ID.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
RA_RULES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRULE_ID
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
RULE_ID NUMBER (15) Yes Revenue recognition rule 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).
NAME VARCHAR2 (30) Yes Revenue recognition rule name
TYPE VARCHAR2 (10) Yes Lookup code for RULE_TYPE
STATUS VARCHAR2 (1) Yes Rule status flag. Lookup code for CODE_STATUS
FREQUENCY VARCHAR2 (15)
Frequency, such as daily or weekly
OCCURRENCES NUMBER

Number of accounting dates to recognize revenue
DESCRIPTION VARCHAR2 (80)
Description
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
DEFERRED_REVENUE_FLAG VARCHAR2 (1)
Deferred revenue flag
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT RULE_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      NAME
,      TYPE
,      STATUS
,      FREQUENCY
,      OCCURRENCES
,      DESCRIPTION
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      DEFERRED_REVENUE_FLAG
,      ZD_EDITION_NAME
FROM AR.RA_RULES;

Dependencies

[top of page]

AR.RA_RULES does not reference any database object

AR.RA_RULES is referenced by following:

SchemaAR
ViewRA_RULES#