[Home] [Help]
[Dependency Information]
Object Name: | PAY_MESSAGE_LINES |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PAY_MESSAGE_LINES holds details of messages that may result from
running a process, including any fatal, warning or general error
messages.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PAY_MESSAGE_LINES_PK | NORMAL | UNIQUE |
![]() |
![]() |
PAY_MESSAGE_LINES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
PAY_MESSAGE_LINES_N50 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LINE_SEQUENCE | NUMBER | (15) | Yes | Displays sequence of this line. This is a global sequence. |
PAYROLL_ID | NUMBER | (9) | Foreign key to PAY_PAYROLLS. | |
MESSAGE_LEVEL | VARCHAR2 | (1) | Yes | Indicates the severity of the message, from fatal errors to general messages. |
SOURCE_ID | NUMBER | (15) | Yes | Generic foreign key to the message owner. |
SOURCE_TYPE | VARCHAR2 | (1) | Yes | Specifies the message owner type: assignment action, payroll action or Business Group. |
LINE_TEXT | VARCHAR2 | (2000) | Text for the line. |
Cut, paste (and edit) the following text to query this object:
SELECT LINE_SEQUENCE
, PAYROLL_ID
, MESSAGE_LEVEL
, SOURCE_ID
, SOURCE_TYPE
, LINE_TEXT
FROM HR.PAY_MESSAGE_LINES;
HR.PAY_MESSAGE_LINES does not reference any database object
HR.PAY_MESSAGE_LINES is referenced by following:
|
|
|