Search Results line_sequence
Overview
APPS.PAY_GB_SOE_MESSAGE_V is a reporting view in the Oracle E-Business Suite Payroll (PAY) schema that consolidates payroll message lines with their associated source identifiers. Its name reflects its principal business purpose: supplying the message text used in the United Kingdom "Statement of Earnings" (SOE) and related statutory payroll reporting. The view presents a denormalised, read-only projection of message data so that concurrent programs, Oracle Reports/BI Publisher layouts, and integration routines can retrieve the human-readable text that accompanies a payroll action without navigating the underlying transactional model directly.
The object is defined in the APPS schema and, per the documented metadata for ETRM 12.2.2, is available in both 12.1.1 and 12.2.2. Because it exposes LINE_TEXT, it is frequently the object resolved when a user or developer searches for "line_text" while investigating where payroll message wording is stored and how it is joined to a payroll run or action.
Underlying Base Objects
The view is defined over two documented base objects, both referenced through synonyms:
- PAY_MESSAGE_LINES (SYNONYM) — the repository of individual message text lines, keyed by line sequence and a source identifier.
- PAY_ACTION_INTERLOCKS (SYNONYM) — the interlock table that records relationships between locking and locked payroll actions.
As shown in the view text, the definition is a UNION of two branches:
- The first branch selects
LINE_SEQUENCE,SOURCE_ID, andLINE_TEXTdirectly fromPAY_MESSAGE_LINES. - The second branch selects
LINE_SEQUENCE,PAI.LOCKING_ACTION_IDasSOURCE_ID, andLINE_TEXTfromPAY_MESSAGE_LINESjoined toPAY_ACTION_INTERLOCKS PAIwhereSOURCE_ID = PAI.LOCKED_ACTION_ID.
The UNION effectively re-attributes message lines whose original source is a locked action to the locking action, so that messages follow the action that superseded or blocked the original run. No aggregate or filter predicates are applied beyond the interlock join.
Key Columns
- LINE_SEQUENCE — the ordinal position of the message line. Establishes ordering within a source so that multi-line messages are rendered in the correct sequence.
- SOURCE_ID — the identifier of the originating payroll action. In the first UNION branch this is the source identifier carried on
PAY_MESSAGE_LINES; in the second branch it is theLOCKING_ACTION_IDfromPAY_ACTION_INTERLOCKS. - LINE_TEXT — the actual message text. This is the column most commonly referenced, as it contains the printable wording for statements of earnings and associated payroll diagnostics.
Common Use Cases and Queries
Typical scenarios include retrieving all message lines for a given payroll action in sequence, diagnosing interlock-related messages, and feeding report layouts that require the SOE narrative.
SELECT line_sequence, source_id, line_text
FROM apps.pay_gb_soe_message_v
WHERE source_id = :p_action_id
ORDER BY line_sequence;
Because the view performs the interlock re-attribution, a query filtered by the locking action returns both its own messages and those of the locked action, which is the desired behaviour when presenting a consolidated statement. Where only the raw PAY_MESSAGE_LINES content is required, querying the base table directly avoids the UNION and any duplicate rows the join may introduce. As with all APPS views, access should be granted through the standard payroll responsibility and the view should be treated as read-only.
-
VIEW: APPS.PAY_GB_SOE_MESSAGE_V
12.2.2
-
VIEW: HR.PAY_MESSAGE_LINES#
12.2.2
-
VIEW: APPS.PAY_GB_SOE_MESSAGE_V
12.1.1
-
PACKAGE: APPS.XDPCORE_LINE
12.2.2
-
VIEW: ONT.OE_RSV_SET_DETAILS#
12.2.2
-
View: PAY_GB_SOE_MESSAGE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_GB_SOE_MESSAGE_V, object_name:PAY_GB_SOE_MESSAGE_V, status:VALID, product: PAY - Payroll , description: Report pay action message lines , implementation_dba_data: APPS.PAY_GB_SOE_MESSAGE_V ,
-
View: PAY_GB_SOE_MESSAGE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_GB_SOE_MESSAGE_V, object_name:PAY_GB_SOE_MESSAGE_V, status:VALID, product: PAY - Payroll , description: Report pay action message lines , implementation_dba_data: APPS.PAY_GB_SOE_MESSAGE_V ,
-
APPS.XDPCORE_BUNDLE SQL Statements
12.2.2
-
PACKAGE: APPS.XDPCORE_LINE
12.1.1
-
APPS.XDPCORE_BUNDLE SQL Statements
12.1.1
-
View: POS_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_LINES_V POS.POS_LINES_V, object_name:POS_LINES_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_LINES_V ,
-
APPS.XDPCORE_LINE SQL Statements
12.1.1
-
APPS.XDPCORE_LINE SQL Statements
12.2.2
-
View: POS_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_LINES_V, object_name:POS_LINES_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_LINES_V ,
-
TABLE: HR.PAY_MESSAGE_LINES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_MESSAGE_LINES, object_name:PAY_MESSAGE_LINES, status:VALID,
-
TABLE: HR.PAY_MESSAGE_LINES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_MESSAGE_LINES, object_name:PAY_MESSAGE_LINES, status:VALID,
-
VIEW: XDP.XDP_ORDER_LINE_ITEMS#
12.2.2
-
VIEW: HR.PAY_MESSAGE_LINES#
12.2.2
owner:HR, object_type:VIEW, object_name:PAY_MESSAGE_LINES#, status:VALID,
-
View: PAYBV_PAYROLL_MESSAGE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_PAYROLL_MESSAGE_V, object_name:PAYBV_PAYROLL_MESSAGE_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYBV_PAYROLL_MESSAGE_V ,
-
VIEW: APPS.PAY_IE_SOE_MESSAGE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_IE_SOE_MESSAGE_V, object_name:PAY_IE_SOE_MESSAGE_V, status:VALID,
-
VIEW: APPS.PAY_GB_SOE_MESSAGE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_GB_SOE_MESSAGE_V, object_name:PAY_GB_SOE_MESSAGE_V, status:VALID,
-
VIEW: APPS.PAY_IE_SOE_MESSAGE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_IE_SOE_MESSAGE_V, object_name:PAY_IE_SOE_MESSAGE_V, status:VALID,
-
VIEW: APPS.PAY_GB_SOE_MESSAGE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_GB_SOE_MESSAGE_V, object_name:PAY_GB_SOE_MESSAGE_V, status:VALID,
-
VIEW: APPS.PAYBV_PAYROLL_MESSAGE_V
12.1.1
-
View: PAYBV_PAYROLL_MESSAGE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_PAYROLL_MESSAGE_V, object_name:PAYBV_PAYROLL_MESSAGE_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYBV_PAYROLL_MESSAGE_V ,
-
TABLE: APPLSYS.AD_GENERIC_TEMP
12.2.2
owner:APPLSYS, object_type:TABLE, object_name:AD_GENERIC_TEMP, status:VALID,
-
VIEW: APPS.PAYBV_MESSAGE_LINE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_MESSAGE_LINE, object_name:PAYBV_MESSAGE_LINE, status:VALID,
-
VIEW: APPS.PAYBV_MESSAGE_LINE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_MESSAGE_LINE, object_name:PAYBV_MESSAGE_LINE, status:VALID,
-
VIEW: APPS.PAYBV_PAYROLL_MESSAGE_V
12.2.2
-
VIEW: APPS.IGWBV_GRNT_PRPSL_PERS_PRF_ASGN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWBV_GRNT_PRPSL_PERS_PRF_ASGN, object_name:IGWBV_GRNT_PRPSL_PERS_PRF_ASGN, status:VALID,
-
VIEW: ONT.OE_RSV_SET_DETAILS#
12.2.2
owner:ONT, object_type:VIEW, object_name:OE_RSV_SET_DETAILS#, status:VALID,
-
TABLE: APPLSYS.AD_GENERIC_TEMP
12.1.1
owner:APPLSYS, object_type:TABLE, object_name:AD_GENERIC_TEMP, status:VALID,
-
VIEW: APPS.PAY_PAYWSQEE_MESSAGES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYWSQEE_MESSAGES, object_name:PAY_PAYWSQEE_MESSAGES, status:VALID,
-
VIEW: APPS.PAY_PAYWSQEE_MESSAGES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYWSQEE_MESSAGES, object_name:PAY_PAYWSQEE_MESSAGES, status:VALID,
-
VIEW: APPS.IGWFV_GRNT_PRPSL_PERS_PRF_ASGN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWFV_GRNT_PRPSL_PERS_PRF_ASGN, object_name:IGWFV_GRNT_PRPSL_PERS_PRF_ASGN, status:VALID,
-
VIEW: APPS.PAYBV_PAYROLL_MESSAGE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_PAYROLL_MESSAGE_V, object_name:PAYBV_PAYROLL_MESSAGE_V, status:VALID,
-
VIEW: APPS.PAYBV_PAYROLL_MESSAGE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_PAYROLL_MESSAGE_V, object_name:PAYBV_PAYROLL_MESSAGE_V, status:VALID,
-
Table: PAY_MESSAGE_LINES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_MESSAGE_LINES, object_name:PAY_MESSAGE_LINES, status:VALID, product: PAY - Payroll , description: Error messages from running a process. , implementation_dba_data: HR.PAY_MESSAGE_LINES ,
-
TABLE: IGW.IGW_PROP_PERSON_BIOSKETCH
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_PROP_PERSON_BIOSKETCH, object_name:IGW_PROP_PERSON_BIOSKETCH, status:VALID,
-
APPS.PAY_BATCH_BALANCE_ADJ_PKG SQL Statements
12.2.2
-
APPS.PAY_BATCH_BALANCE_ADJ_PKG SQL Statements
12.1.1
-
View: POS_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_LINES_V POS.POS_LINES_V, object_name:POS_LINES_V, status:VALID, product: POS - iSupplier Portal , description: used to select the line-level info for the Advance Shipment Notice , implementation_dba_data: APPS.POS_LINES_V ,
-
Table: PAY_MESSAGE_LINES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_MESSAGE_LINES, object_name:PAY_MESSAGE_LINES, status:VALID, product: PAY - Payroll , description: Error messages from running a process. , implementation_dba_data: HR.PAY_MESSAGE_LINES ,
-
View: IGWBV_GRNT_PRPSL_PERS_PRF_ASGN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWBV_GRNT_PRPSL_PERS_PRF_ASGN, object_name:IGWBV_GRNT_PRPSL_PERS_PRF_ASGN, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWBV_GRNT_PRPSL_PERS_PRF_ASGN ,
-
View: PAY_IE_SOE_MESSAGE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_IE_SOE_MESSAGE_V, object_name:PAY_IE_SOE_MESSAGE_V, status:VALID, product: PAY - Payroll , description: Used to display Messages in IE SOE Form , implementation_dba_data: APPS.PAY_IE_SOE_MESSAGE_V ,
-
View: XDP_ORDER_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XDP.XDP_ORDER_DETAILS_V, object_name:XDP_ORDER_DETAILS_V, status:VALID, product: XDP - Provisioning , description: This view contains an order details such as line items, work items, services and packages. , implementation_dba_data: APPS.XDP_ORDER_DETAILS_V ,
-
View: XDP_ORDER_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XDP.XDP_ORDER_DETAILS_V, object_name:XDP_ORDER_DETAILS_V, status:VALID, product: XDP - Provisioning , description: This view contains an order details such as line items, work items, services and packages. , implementation_dba_data: APPS.XDP_ORDER_DETAILS_V ,
-
VIEW: APPS.POS_LINES_V
12.2.2
-
VIEW: APPS.POS_LINES_V
12.1.1
-
View: PAYBV_MESSAGE_LINE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_MESSAGE_LINE, object_name:PAYBV_MESSAGE_LINE, status:VALID, product: PAY - Payroll , description: Discoverer base view for pay_message_lines. , implementation_dba_data: APPS.PAYBV_MESSAGE_LINE ,