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


TABLE: PA.PA_MC_CUST_EVENT_RDL_ALL

Object Details
Object Name: PA_MC_CUST_EVENT_RDL_ALL
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_MC_CUST_EVENT_RDL_ALL
Subobject Name:
Status: VALID


PA_MC_CUST_EVENT_RDL_ALL is an MRC sub table of PA_CUST_EVENT_RDL_ALL.
It stores currency related information about customer event revenue
distribution line for each reporting set of books associated with the
parent record on PA_CUST_EVENT_RDL_ALL. The primary key on this table
is: SET_OF_BOOKS_ID, PROJECT_ID, TASK_ID, EVENT_NUM.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_MC_CUST_EVENT_RDL_ALL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSET_OF_BOOKS_ID
ColumnPROJECT_ID
ColumnEVENT_NUM
ColumnTASK_ID
ColumnLINE_NUM
Columns
Name Datatype Length Mandatory Comments
SET_OF_BOOKS_ID NUMBER (15) Yes The reporting set of books unique identifier
PROJECT_ID NUMBER (15) Yes The identifier of the project for which the revenue distribution line is generated.
TASK_ID NUMBER (15)
The identifier of the task that the event is assigned to.
EVENT_NUM NUMBER (15) Yes The event number of the event that is revenue distributed by the distribution line
LINE_NUM NUMBER (15) Yes The sequential number that identifies the revenue distribution line for an event
AMOUNT NUMBER
Yes The revenue amount in the reporting currency to be charged to the GL account for the event on a draft revenue.
REQUEST_ID NUMBER (15)
Standard Who Column
PROGRAM_APPLICATION_ID NUMBER (15)
Standard Who Column
PROGRAM_ID NUMBER (15)
Standard Who Column
PROGRAM_UPDATE_DATE DATE

Standard Who Column
BATCH_NAME VARCHAR2 (30)
The reference to the GL je line in which the revenue was included when posted to GL.
DRAFT_REVENUE_NUM NUMBER (15)
The draft revenue number for which the revenue distribution line is generated
DRAFT_REVENUE_ITEM_LINE_NUM NUMBER (15)
The draft revenue item line number under which the revenue distribution line is generated
DRAFT_INVOICE_NUM NUMBER (15)
The draft invoice number on which the event distribution line is invoiced
DRAFT_INVOICE_ITEM_LINE_NUM NUMBER (15)
The draft invoice item line number on which the event distribution line is invoiced
CURRENCY_CODE VARCHAR2 (30)
The currency code associated with the reporting set of books
EXCHANGE_RATE NUMBER

The exchange rate used to convert to the reporting set of books currency
CONVERSION_DATE DATE

The conversion date used to convert to the reporting set of books currency
PRC_ASSIGNMENT_ID NUMBER
Yes For future use
RATE_TYPE VARCHAR2 (30)
The exchange rate type used to convert to the reporting set of books currency
Query Text

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


SELECT SET_OF_BOOKS_ID
,      PROJECT_ID
,      TASK_ID
,      EVENT_NUM
,      LINE_NUM
,      AMOUNT
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      BATCH_NAME
,      DRAFT_REVENUE_NUM
,      DRAFT_REVENUE_ITEM_LINE_NUM
,      DRAFT_INVOICE_NUM
,      DRAFT_INVOICE_ITEM_LINE_NUM
,      CURRENCY_CODE
,      EXCHANGE_RATE
,      CONVERSION_DATE
,      PRC_ASSIGNMENT_ID
,      RATE_TYPE
FROM PA.PA_MC_CUST_EVENT_RDL_ALL;

Dependencies

[top of page]

PA.PA_MC_CUST_EVENT_RDL_ALL does not reference any database object

PA.PA_MC_CUST_EVENT_RDL_ALL is referenced by following:

SchemaPA
ViewPA_MC_CUST_EVENT_RDL_ALL#