[Home] [Help]
[Dependency Information]
| Object Name: | PAYBV_MESSAGE_LINE |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PAY.PAYBV_MESSAGE_LINE
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
Discoverer view for pay_message_lines.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LINE_SEQUENCE | NUMBER | (15) | Yes | Displays sequence of this line. This is a global sequence. |
| MESSAGE_LEVEL | VARCHAR2 | (4000) | ||
| LINE_TEXT | VARCHAR2 | (2000) | ||
| SOURCE_TYPE | VARCHAR2 | (4000) | ||
| MESSAGE_LEVEL_CODE | VARCHAR2 | (1) | Yes | |
| SOURCE_TYPE_CODE | VARCHAR2 | (1) | Yes | |
| SOURCE_ID | NUMBER | (15) | Yes | |
| PAYROLL_ID | NUMBER | (9) |
Cut, paste (and edit) the following text to query this object:
SELECT LINE_SEQUENCE
, MESSAGE_LEVEL
, LINE_TEXT
, SOURCE_TYPE
, MESSAGE_LEVEL_CODE
, SOURCE_TYPE_CODE
, SOURCE_ID
, PAYROLL_ID
FROM APPS.PAYBV_MESSAGE_LINE;
APPS
HR_BIS
- show dependent code
PAY_MESSAGE_LINES
APPS.PAYBV_MESSAGE_LINE is not referenced by any database object
|
|
|
|