[Home] [Help]
[Dependency Information]
Object Name: | PA_DISTRIBUTION_WARNINGS |
---|---|
Object Type: | TABLE |
Owner: | PA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PA_DISTRIBUTION_WARNINGS stores warning messages
that identify any exceptional conditions encountered during the
generation of a draft revenue or a draft invoice.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PA_DISTRIBUTION_WARNINGS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
PA_DISTRIBUTION_WARNINGS_N2 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PROJECT_ID | NUMBER | (15) | Yes | The identifier of the project for which the warning is created |
DRAFT_REVENUE_NUM | NUMBER | (15) | The draft revenue number of the project for which the warning is created | |
DRAFT_INVOICE_NUM | NUMBER | (15) | The draft invoice number of the project for which the warning is created | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
CREATION_DATE | DATE | Yes | Standard Who Column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who Column | |
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 | ||
WARNING_MESSAGE | VARCHAR2 | (250) | The text of the distribution warning message | |
WARNING_MESSAGE_CODE | VARCHAR2 | (30) | This is the warning message code which will be joined with pa_lookups to display the translated message. | |
AGREEMENT_ID | NUMBER | (15) | The unique identifier of the agreement | |
TASK_ID | NUMBER | (15) | The unique identifier of the task |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_ID
, DRAFT_REVENUE_NUM
, DRAFT_INVOICE_NUM
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, WARNING_MESSAGE
, WARNING_MESSAGE_CODE
, AGREEMENT_ID
, TASK_ID
FROM PA.PA_DISTRIBUTION_WARNINGS;
PA.PA_DISTRIBUTION_WARNINGS does not reference any database object
PA.PA_DISTRIBUTION_WARNINGS is referenced by following:
|
|
|