[Home] [Help]
[Dependency Information]
| Object Name: | PA_MC_CUST_EVENT_RDL_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_MC_CUST_EVENT_RDL_ALL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SET_OF_BOOKS_ID
PROJECT_ID
EVENT_NUM
TASK_ID
LINE_NUM
|
| 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 |
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;
PA.PA_MC_CUST_EVENT_RDL_ALL does not reference any database object
PA.PA_MC_CUST_EVENT_RDL_ALL is referenced by following:
PA
PA_MC_CUST_EVENT_RDL_ALL#
|
|
|
|