Search Results pay_jp_soe_assacts_v
Overview
PAY_JP_SOE_ASSACTS_V is a read-only database view owned by the APPS schema in Oracle E-Business Suite. It belongs to the Payroll (PAY) product family and is documented as being used exclusively for the Japanese localization. The view consolidates Oracle Payroll assignment action data with their parent payroll action headers and their associated descriptive flexfield-style lookups, and it exposes a derived "messages exist" indicator produced by the payroll localization package. Its purpose is to provide a flattened, query-ready representation of SOE (Statement of Earnings) related assignment actions for Japanese payroll reporting, concurrent processing, and integration with the JP localization flows. Because it is a view and not a base table, it carries no independent data storage; all of its content is derived from the underlying payroll and HR objects at query time. In ETRM 12.2.2 the object is registered as VALID under the APPS schema, and a corresponding 12.1.1 definition (documented as View Text) preserves the same structure.
Underlying Base Objects
The view is defined over a mixture of payroll base tables, translated (TL/VL) views, and HR lookups. The documented referenced objects are:
- PAY_ASSIGNMENT_ACTIONS — the primary driving table, supplying assignment-level action rows.
- PAY_PAYROLL_ACTIONS — joined on PAYROLL_ACTION_ID to provide action header attributes such as dates, action type, and payroll reference.
- PAY_PAYROLLS_F — joined (outer) by PAYROLL_ID to resolve the payroll name; the join is additionally constrained by effective dates.
- PAY_CONSOLIDATION_SETS, PAY_ELEMENT_SETS_VL — optional (outer-joined) references resolving consolidation and element set names.
- PAY_BACKPAY_SETS, HR_ASSIGNMENT_SETS — optional references resolving backpay and assignment set names.
- PAY_ORG_PAYMENT_METHODS_F_TL — outer-joined on ORG_PAYMENT_METHOD_ID and the session language to resolve the organization payment method name.
- HR_LOOKUPS — joined twice to decode ACTION_STATUS and ACTION_TYPE codes into their MEANING values.
- PAY_JP_SOE_PKG — the Japanese localization package, whose MESSAGES_EXIST_FLAG function is invoked to derive a flag column.
- Supporting PL/SQL packages HR_API, HR_GENERAL, and HR_SECURITY are referenced for security and HR functionality in the documented dependency metadata.
All set-level joins to consolidation, element, backpay, assignment set, and payroll objects are outer joins, meaning an assignment action row is returned even when those references are absent.
Key Columns
- ASSIGNMENT_ID / ASSIGNMENT_ACTION_ID — identifiers of the assignment and the specific assignment action row.
- ACTION_STATUS / D_ACTION_STATUS — the action status code and its decoded lookup meaning.
- MARKED_FOR_RETRY_FLAG — a DECODE expression that yields 'Y' when ACTION_STATUS is 'M' (marked for retry), otherwise 'N'.
- ACTION_SEQUENCE, PAYROLL_ACTION_ID, REQUEST_ID — sequencing and process identifiers linking the action to its payroll action and concurrent request.
- START_DATE, EFFECTIVE_DATE, DATE_EARNED — key payroll action dates used in SOE and retro processing logic.
- ACTION_TYPE / D_ACTION_TY — the action type code and its decoded meaning.
- PAYROLL_ID, PAYROLL_NAME — the payroll associated with the action.
- CONSOLIDATION_SET_ID / CONSOLIDATION_SET_NAME, ELEMENT_SET_ID / BASE_ELEMENT_SET_NAME / ELEMENT_SET_NAME, BACKPAY_SET_ID / BACKPAY_SET_NAME, ASSIGNMENT_SET_ID / ASSIGNMENT_SET_NAME — optional set references and their resolved names.
- ORG_PAYMENT_METHOD_ID / ORG_PAYMENT_METHOD_NAME — the organization payment method used for the action.
- LEGISLATIVE_PARAMETERS — localization-specific parameters associated with the payroll action.
- The final expression, derived from SUBSTRB(PAY_JP_SOE_PKG.MESSAGES_EXIST_FLAG(...)), supplies a single-character flag indicating whether messages exist for the action, scoped to the 'A' (assignment action) context.
Common Use Cases and Queries
Because it is localisation-specific, the view is most commonly used in Japanese SOE reporting, payroll action monitoring, and troubleshooting of retry-marked actions. A typical query retrieves the decoded status and action type alongside the retry flag:
- SELECT assignment_action_id, d_action_status, marked_for_retry_flag, payroll_name, effective_date FROM pay_jp_soe_assacts_v WHERE payroll_id = :p_payroll_id;
- SELECT assignment_id, assignment_action_id, d_action_ty, date_earned, d_action_status FROM pay_jp_soe_assacts_v WHERE assignment_id = :p_assignment_id ORDER BY action_sequence;
- SELECT payroll_name, d_action_status, COUNT(*) FROM pay_jp_soe_assacts_v GROUP BY payroll_name, d_action_status;
Note that the view does not expose the message-exist flag under a named column alias; consumers who require it should reference the expression through a wrapper query or a synonym definition that assigns an alias. Because HR_LOOKUPS and PAY_ORG_PAYMENT_METHODS_F_TL are language-sensitive, query results vary with the session NLS language, and users should rely on D_ACTION_STATUS / D_ACTION_TY rather than the raw codes when producing human-readable reports.
-
View: PAY_JP_SOE_ASSACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SOE_ASSACTS_V, object_name:PAY_JP_SOE_ASSACTS_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_SOE_ASSACTS_V ,
-
View: PAY_JP_SOE_ASSACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SOE_ASSACTS_V, object_name:PAY_JP_SOE_ASSACTS_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_SOE_ASSACTS_V ,
-
SYNONYM: PUBLIC.PAY_JP_SOE_ASSACTS_V
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:PAY_JP_SOE_ASSACTS_V, status:VALID,
-
VIEW: APPS.PAY_JP_SOE_RETRO_ASSACTS_V
12.1.1
-
VIEW: APPS.PAY_JP_SOE_ADV_RETRO_ASSACTS_V
12.1.1
-
VIEW: APPS.PAY_JP_SOE_ADV_RETRO_ASSACTS_V
12.2.2
-
VIEW: APPS.PAY_JP_SOE_RETRO_ASSACTS_V
12.2.2
-
VIEW: APPS.PAY_JP_SOE_COST_ASSACTS_V
12.2.2
-
VIEW: APPS.PAY_JP_SOE_COST_ASSACTS_V
12.1.1
-
VIEW: APPS.PAY_JP_SOE_PREPAY_ASSACTS_V
12.2.2
-
VIEW: APPS.PAY_JP_SOE_PREPAY_ASSACTS_V
12.1.1
-
VIEW: APPS.PAY_JP_SOE_ASSACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SOE_ASSACTS_V, object_name:PAY_JP_SOE_ASSACTS_V, status:VALID,
-
SYNONYM: APPS.PAY_BACKPAY_SETS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_BACKPAY_SETS, status:VALID,
-
PACKAGE: APPS.PAY_JP_SOE_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PAY_JP_SOE_PKG, status:VALID,
-
View: PAY_JP_SOE_RETRO_ASSACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SOE_RETRO_ASSACTS_V, object_name:PAY_JP_SOE_RETRO_ASSACTS_V, status:VALID, product: PAY - Payroll , description: Used in PAYJPSOE.fmb , implementation_dba_data: APPS.PAY_JP_SOE_RETRO_ASSACTS_V ,
-
SYNONYM: APPS.PAY_BACKPAY_SETS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PAY_BACKPAY_SETS, status:VALID,
-
PACKAGE: APPS.PAY_JP_SOE_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PAY_JP_SOE_PKG, status:VALID,
-
View: PAY_JP_SOE_ADV_RETRO_ASSACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SOE_ADV_RETRO_ASSACTS_V, object_name:PAY_JP_SOE_ADV_RETRO_ASSACTS_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_SOE_ADV_RETRO_ASSACTS_V ,
-
VIEW: APPS.PAY_JP_SOE_RUN_ASSACTS_V
12.2.2
-
View: PAY_JP_SOE_COST_ASSACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SOE_COST_ASSACTS_V, object_name:PAY_JP_SOE_COST_ASSACTS_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_SOE_COST_ASSACTS_V ,
-
View: PAY_JP_SOE_COST_ASSACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SOE_COST_ASSACTS_V, object_name:PAY_JP_SOE_COST_ASSACTS_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_SOE_COST_ASSACTS_V ,
-
View: PAY_JP_SOE_RETRO_ASSACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SOE_RETRO_ASSACTS_V, object_name:PAY_JP_SOE_RETRO_ASSACTS_V, status:VALID, product: PAY - Payroll , description: Used in PAYJPSOE.fmb , implementation_dba_data: APPS.PAY_JP_SOE_RETRO_ASSACTS_V ,
-
VIEW: APPS.PAY_JP_SOE_RUN_ASSACTS_V
12.1.1
-
View: PAY_JP_SOE_ADV_RETRO_ASSACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SOE_ADV_RETRO_ASSACTS_V, object_name:PAY_JP_SOE_ADV_RETRO_ASSACTS_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_SOE_ADV_RETRO_ASSACTS_V ,
-
View: PAY_JP_SOE_PREPAY_ASSACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SOE_PREPAY_ASSACTS_V, object_name:PAY_JP_SOE_PREPAY_ASSACTS_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_SOE_PREPAY_ASSACTS_V ,
-
View: PAY_JP_SOE_PREPAY_ASSACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SOE_PREPAY_ASSACTS_V, object_name:PAY_JP_SOE_PREPAY_ASSACTS_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_SOE_PREPAY_ASSACTS_V ,
-
SYNONYM: APPS.PAY_ORG_PAYMENT_METHODS_F_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_ORG_PAYMENT_METHODS_F_TL, status:VALID,
-
SYNONYM: APPS.PAY_ORG_PAYMENT_METHODS_F_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PAY_ORG_PAYMENT_METHODS_F_TL, status:VALID,
-
VIEW: APPS.PAY_ELEMENT_SETS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ELEMENT_SETS_VL, object_name:PAY_ELEMENT_SETS_VL, status:VALID,
-
VIEW: APPS.PAY_ELEMENT_SETS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ELEMENT_SETS_VL, object_name:PAY_ELEMENT_SETS_VL, status:VALID,
-
VIEW: APPS.PAY_JP_SOE_RETRO_ASSACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SOE_RETRO_ASSACTS_V, object_name:PAY_JP_SOE_RETRO_ASSACTS_V, status:VALID,
-
VIEW: APPS.PAY_JP_SOE_COST_ASSACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SOE_COST_ASSACTS_V, object_name:PAY_JP_SOE_COST_ASSACTS_V, status:VALID,
-
View: PAY_JP_SOE_RUN_ASSACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SOE_RUN_ASSACTS_V, object_name:PAY_JP_SOE_RUN_ASSACTS_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_SOE_RUN_ASSACTS_V ,
-
VIEW: APPS.PAY_JP_SOE_RETRO_ASSACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SOE_RETRO_ASSACTS_V, object_name:PAY_JP_SOE_RETRO_ASSACTS_V, status:VALID,
-
View: PAY_JP_SOE_RUN_ASSACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SOE_RUN_ASSACTS_V, object_name:PAY_JP_SOE_RUN_ASSACTS_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_SOE_RUN_ASSACTS_V ,
-
VIEW: APPS.PAY_JP_SOE_PREPAY_ASSACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SOE_PREPAY_ASSACTS_V, object_name:PAY_JP_SOE_PREPAY_ASSACTS_V, status:VALID,
-
VIEW: APPS.PAY_JP_SOE_COST_ASSACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SOE_COST_ASSACTS_V, object_name:PAY_JP_SOE_COST_ASSACTS_V, status:VALID,
-
VIEW: APPS.PAY_JP_SOE_PREPAY_ASSACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SOE_PREPAY_ASSACTS_V, object_name:PAY_JP_SOE_PREPAY_ASSACTS_V, status:VALID,
-
VIEW: APPS.PAY_JP_SOE_ADV_RETRO_ASSACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SOE_ADV_RETRO_ASSACTS_V, object_name:PAY_JP_SOE_ADV_RETRO_ASSACTS_V, status:VALID,
-
VIEW: APPS.PAY_JP_SOE_ADV_RETRO_ASSACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SOE_ADV_RETRO_ASSACTS_V, object_name:PAY_JP_SOE_ADV_RETRO_ASSACTS_V, status:VALID,
-
VIEW: APPS.PAY_JP_SOE_ASSACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SOE_ASSACTS_V, object_name:PAY_JP_SOE_ASSACTS_V, status:VALID,
-
VIEW: APPS.PAY_JP_SOE_RUN_ASSACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SOE_RUN_ASSACTS_V, object_name:PAY_JP_SOE_RUN_ASSACTS_V, status:VALID,
-
VIEW: APPS.PAY_JP_SOE_RUN_ASSACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SOE_RUN_ASSACTS_V, object_name:PAY_JP_SOE_RUN_ASSACTS_V, status:VALID,
-
SYNONYM: APPS.HR_ASSIGNMENT_SETS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_ASSIGNMENT_SETS, status:VALID,
-
SYNONYM: APPS.PAY_CONSOLIDATION_SETS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PAY_CONSOLIDATION_SETS, status:VALID,
-
SYNONYM: APPS.PAY_CONSOLIDATION_SETS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_CONSOLIDATION_SETS, status:VALID,
-
SYNONYM: APPS.HR_ASSIGNMENT_SETS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_ASSIGNMENT_SETS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1