Search Results pay_pre_payments
Overview
The PAY_PRE_PAYMENTS table is a core transactional table within the Oracle E-Business Suite Payroll module (PAY). It serves as the primary repository for pre-payment details generated during the payroll run process. A pre-payment record represents the calculated monetary result for a specific employee assignment before the final payment is issued. Its fundamental role is to store the breakdown of earnings, deductions, and other elements for an assignment in a given currency, linking the calculated payroll results to a specific payment method. This table is essential for the payroll engine's ability to consolidate, report, and ultimately transfer finalized payment data to external payment systems or for check printing.
Key Information Stored
The table's structure is designed to capture the financial and contextual details of a pre-payment. While the full column list is not detailed in the provided metadata, the description and key relationships indicate critical fields. The primary key, PRE_PAYMENT_ID, uniquely identifies each pre-payment record. The ASSIGNMENT_ACTION_ID is a crucial foreign key that links the pre-payment to a specific payroll calculation action for an assignment in the PAY_ASSIGNMENT_ACTIONS table. Other significant columns implied by the description include those storing the payment amount, currency code, and an identifier for the payment method (e.g., check, direct deposit). The table acts as a header, with detailed element-level breakdowns likely stored in related tables like PAY_COIN_ANAL_ELEMENTS.
Common Use Cases and Queries
This table is central to payroll reporting, auditing, and troubleshooting. Common operational scenarios include tracing the payment calculation for a specific employee's payroll run or validating totals before a transfer to the general ledger. A typical query would join PAY_PRE_PAYMENTS to PAY_ASSIGNMENT_ACTIONS and employee data tables to retrieve payment summaries. For example, to find pre-payments for a specific payroll run, one might use a SQL pattern such as:
- SELECT pp.pre_payment_id, pp.amount, pp.currency_code FROM pay_pre_payments pp, pay_assignment_actions paa WHERE pp.assignment_action_id = paa.assignment_action_id AND paa.payroll_action_id = <payroll_run_id>;
It is also critical for reconciliation reports that compare calculated pre-payment totals against bank file outputs or finalized payment registers.
Related Objects
The PAY_PRE_PAYMENTS table has integral relationships with several other payroll tables, as indicated by its foreign keys. Its primary relationship is with PAY_ASSIGNMENT_ACTIONS, which tracks the processing steps for each assignment. The bidirectional foreign key relationship between these two tables (PAY_PRE_PAYMENTS.ASSIGNMENT_ACTION_ID and PAY_ASSIGNMENT_ACTIONS.PRE_PAYMENT_ID) highlights their tight coupling in the payroll results model. Furthermore, PAY_COIN_ANAL_ELEMENTS references PAY_PRE_PAYMENTS via PRE_PAYMENT_ID, indicating that the detailed, coin-analysed (i.e., element-by-element) results are stored separately but linked to this pre-payment header. This structure allows for efficient storage and retrieval of both summary and granular payroll data.
-
Table: PAY_PRE_PAYMENTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_PRE_PAYMENTS, object_name:PAY_PRE_PAYMENTS, status:VALID, product: PAY - Payroll , description: Pre-Payment details for an assignment, including the currency, the amount and the specific payment method. , implementation_dba_data: HR.PAY_PRE_PAYMENTS ,
-
Table: PAY_PRE_PAYMENTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_PRE_PAYMENTS, object_name:PAY_PRE_PAYMENTS, status:VALID, product: PAY - Payroll , description: Pre-Payment details for an assignment, including the currency, the amount and the specific payment method. , implementation_dba_data: HR.PAY_PRE_PAYMENTS ,
-
View: PAY_EXTERNAL_ACCOUNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_EXTERNAL_ACCOUNTS_V, object_name:PAY_EXTERNAL_ACCOUNTS_V, status:VALID, product: PAY - Payroll , description: View based on PAY_PRE_PAYMENTS used in the PAYGBSOE form and Pay Advice Report. , implementation_dba_data: APPS.PAY_EXTERNAL_ACCOUNTS_V ,
-
Table: PAY_ASSIGNMENT_ACTIONS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ASSIGNMENT_ACTIONS, object_name:PAY_ASSIGNMENT_ACTIONS, status:VALID, product: PAY - Payroll , description: Action or process results, showing which assignments have been processed by a specific payroll action, or process. , implementation_dba_data: HR.PAY_ASSIGNMENT_ACTIONS ,
-
View: PAY_EXTERNAL_ACCOUNTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_EXTERNAL_ACCOUNTS_V, object_name:PAY_EXTERNAL_ACCOUNTS_V, status:VALID, product: PAY - Payroll , description: View based on PAY_PRE_PAYMENTS used in the PAYGBSOE form and Pay Advice Report. , implementation_dba_data: APPS.PAY_EXTERNAL_ACCOUNTS_V ,
-
Table: PAY_ASSIGNMENT_ACTIONS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ASSIGNMENT_ACTIONS, object_name:PAY_ASSIGNMENT_ACTIONS, status:VALID, product: PAY - Payroll , description: Action or process results, showing which assignments have been processed by a specific payroll action, or process. , implementation_dba_data: HR.PAY_ASSIGNMENT_ACTIONS ,
-
View: PAY_US_PRE_PAYMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_PRE_PAYMENTS_V, object_name:PAY_US_PRE_PAYMENTS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_PRE_PAYMENTS_V ,
-
View: PAY_US_PRE_PAYMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_PRE_PAYMENTS_V, object_name:PAY_US_PRE_PAYMENTS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_PRE_PAYMENTS_V ,
-
View: PAY_NZ_ASG_PAYMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_NZ_ASG_PAYMENTS_V, object_name:PAY_NZ_ASG_PAYMENTS_V, status:VALID, product: PAY - Payroll , description: New Zealand localisation view. , implementation_dba_data: APPS.PAY_NZ_ASG_PAYMENTS_V ,
-
View: PAY_AU_ASG_PAYMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_AU_ASG_PAYMENTS_V, object_name:PAY_AU_ASG_PAYMENTS_V, status:VALID, product: PAY - Payroll , description: Australian localisation view. , implementation_dba_data: APPS.PAY_AU_ASG_PAYMENTS_V ,
-
View: PAY_KR_ASG_PAYMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_ASG_PAYMENTS_V, object_name:PAY_KR_ASG_PAYMENTS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_KR_ASG_PAYMENTS_V ,
-
View: PAY_HK_ASG_PAYMENT_METH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_HK_ASG_PAYMENT_METH_V, object_name:PAY_HK_ASG_PAYMENT_METH_V, status:VALID, product: PAY - Payroll , description: Hong Kong localisation view. , implementation_dba_data: APPS.PAY_HK_ASG_PAYMENT_METH_V ,
-
View: PAY_KR_ASG_PAYMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_ASG_PAYMENTS_V, object_name:PAY_KR_ASG_PAYMENTS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_KR_ASG_PAYMENTS_V ,
-
View: PAY_HK_ASG_PAYMENT_METH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_HK_ASG_PAYMENT_METH_V, object_name:PAY_HK_ASG_PAYMENT_METH_V, status:VALID, product: PAY - Payroll , description: Hong Kong localisation view. , implementation_dba_data: APPS.PAY_HK_ASG_PAYMENT_METH_V ,
-
View: PAY_AU_ASG_PAYMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_AU_ASG_PAYMENTS_V, object_name:PAY_AU_ASG_PAYMENTS_V, status:VALID, product: PAY - Payroll , description: Australian localisation view. , implementation_dba_data: APPS.PAY_AU_ASG_PAYMENTS_V ,
-
View: PAY_NZ_ASG_PAYMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_NZ_ASG_PAYMENTS_V, object_name:PAY_NZ_ASG_PAYMENTS_V, status:VALID, product: PAY - Payroll , description: New Zealand localisation view. , implementation_dba_data: APPS.PAY_NZ_ASG_PAYMENTS_V ,
-
View: PAY_IE_EXTERNAL_ACCOUNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_IE_EXTERNAL_ACCOUNTS_V, object_name:PAY_IE_EXTERNAL_ACCOUNTS_V, status:VALID, product: PAY - Payroll , description: Displays Payment Information , implementation_dba_data: APPS.PAY_IE_EXTERNAL_ACCOUNTS_V ,
-
View: PAY_IE_EXTERNAL_ACCOUNTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_IE_EXTERNAL_ACCOUNTS_V, object_name:PAY_IE_EXTERNAL_ACCOUNTS_V, status:VALID, product: PAY - Payroll , description: Displays Payment Information , implementation_dba_data: APPS.PAY_IE_EXTERNAL_ACCOUNTS_V ,
-
Table: PAY_PRE_PAYMENTS_EFC
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_PRE_PAYMENTS_EFC, object_name:PAY_PRE_PAYMENTS_EFC, status:VALID, product: PAY - Payroll , description: This is a copy of the PAY_PRE_PAYMENTS table which is populated by the EFC (Euro as a Functional Currency) process. , implementation_dba_data: HR.PAY_PRE_PAYMENTS_EFC ,
-
Table: PAY_PRE_PAYMENTS_EFC
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_PRE_PAYMENTS_EFC, object_name:PAY_PRE_PAYMENTS_EFC, status:VALID, product: PAY - Payroll , description: This is a copy of the PAY_PRE_PAYMENTS table which is populated by the EFC (Euro as a Functional Currency) process. , implementation_dba_data: HR.PAY_PRE_PAYMENTS_EFC ,
-
View: PAYBV_PRE_PAYMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_PRE_PAYMENTS_V, object_name:PAYBV_PRE_PAYMENTS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYBV_PRE_PAYMENTS_V ,
-
Table: PAY_COIN_ANAL_ELEMENTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_COIN_ANAL_ELEMENTS, object_name:PAY_COIN_ANAL_ELEMENTS, status:VALID, product: PAY - Payroll , description: Monetary unit quantities for automatic make-up of cash payments. , implementation_dba_data: HR.PAY_COIN_ANAL_ELEMENTS ,
-
View: PAYBV_PRE_PAYMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_PRE_PAYMENTS_V, object_name:PAYBV_PRE_PAYMENTS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYBV_PRE_PAYMENTS_V ,
-
Table: PAY_COIN_ANAL_ELEMENTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_COIN_ANAL_ELEMENTS, object_name:PAY_COIN_ANAL_ELEMENTS, status:VALID, product: PAY - Payroll , description: Monetary unit quantities for automatic make-up of cash payments. , implementation_dba_data: HR.PAY_COIN_ANAL_ELEMENTS ,
-
View: PAY_PRE_PAYMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PRE_PAYMENTS_V, object_name:PAY_PRE_PAYMENTS_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_PRE_PAYMENTS_V ,
-
View: PAY_PRE_PAYMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PRE_PAYMENTS_V, object_name:PAY_PRE_PAYMENTS_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_PRE_PAYMENTS_V ,
-
View: PAY_PRE_PAYMENTS_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PRE_PAYMENTS_V2, object_name:PAY_PRE_PAYMENTS_V2, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_PRE_PAYMENTS_V2 ,
-
View: PAY_PRE_PAYMENTS_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PRE_PAYMENTS_V2, object_name:PAY_PRE_PAYMENTS_V2, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_PRE_PAYMENTS_V2 ,
-
View: PAY_PRE_PAYMENTS_V3
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PRE_PAYMENTS_V3, object_name:PAY_PRE_PAYMENTS_V3, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_PRE_PAYMENTS_V3 ,
-
View: PAY_PRE_PAYMENTS_V3
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PRE_PAYMENTS_V3, object_name:PAY_PRE_PAYMENTS_V3, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_PRE_PAYMENTS_V3 ,
-
View: PAY_PAYMENT_COSTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYMENT_COSTS_V, object_name:PAY_PAYMENT_COSTS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_PAYMENT_COSTS_V ,
-
View: PAY_PAYMENT_COSTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYMENT_COSTS_V, object_name:PAY_PAYMENT_COSTS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_PAYMENT_COSTS_V ,
-
View: PAY_ZA_EXTERNAL_ACCOUNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ZA_EXTERNAL_ACCOUNTS_V, object_name:PAY_ZA_EXTERNAL_ACCOUNTS_V, status:VALID, product: PAY - Payroll , description: List of payments with their associated bank details. , implementation_dba_data: APPS.PAY_ZA_EXTERNAL_ACCOUNTS_V ,
-
View: PAY_ZA_EXTERNAL_ACCOUNTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ZA_EXTERNAL_ACCOUNTS_V, object_name:PAY_ZA_EXTERNAL_ACCOUNTS_V, status:VALID, product: PAY - Payroll , description: List of payments with their associated bank details. , implementation_dba_data: APPS.PAY_ZA_EXTERNAL_ACCOUNTS_V ,
-
View: PAY_JP_MAGTAPE_PAYMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_MAGTAPE_PAYMENTS_V, object_name:PAY_JP_MAGTAPE_PAYMENTS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_JP_MAGTAPE_PAYMENTS_V ,
-
View: PAY_JP_MAGTAPE_PAYMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_MAGTAPE_PAYMENTS_V, object_name:PAY_JP_MAGTAPE_PAYMENTS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_JP_MAGTAPE_PAYMENTS_V ,
-
View: PAY_SG_ASG_NET_PAYMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_SG_ASG_NET_PAYMENTS_V, object_name:PAY_SG_ASG_NET_PAYMENTS_V, status:VALID, product: PAY - Payroll , description: Singapore localisation view. , implementation_dba_data: APPS.PAY_SG_ASG_NET_PAYMENTS_V ,
-
View: PAY_SG_ASG_NET_PAYMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_SG_ASG_NET_PAYMENTS_V, object_name:PAY_SG_ASG_NET_PAYMENTS_V, status:VALID, product: PAY - Payroll , description: Singapore localisation view. , implementation_dba_data: APPS.PAY_SG_ASG_NET_PAYMENTS_V ,
-
View: PAY_PAYMENT_ACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYMENT_ACTIONS_V, object_name:PAY_PAYMENT_ACTIONS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_PAYMENT_ACTIONS_V ,
-
View: PAY_PAYMENT_ACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYMENT_ACTIONS_V, object_name:PAY_PAYMENT_ACTIONS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_PAYMENT_ACTIONS_V ,
-
View: PAY_PRE_PAYMENTS_V4
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PRE_PAYMENTS_V4, object_name:PAY_PRE_PAYMENTS_V4, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_PRE_PAYMENTS_V4 ,
-
View: PAY_PRE_PAYMENTS_V4
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PRE_PAYMENTS_V4, object_name:PAY_PRE_PAYMENTS_V4, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_PRE_PAYMENTS_V4 ,
-
View: PAY_JP_SOE_PREPAY_PAYMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SOE_PREPAY_PAYMENTS_V, object_name:PAY_JP_SOE_PREPAY_PAYMENTS_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_SOE_PREPAY_PAYMENTS_V ,
-
View: PAY_JP_SOE_PREPAY_PAYMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SOE_PREPAY_PAYMENTS_V, object_name:PAY_JP_SOE_PREPAY_PAYMENTS_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_SOE_PREPAY_PAYMENTS_V ,
-
View: PAY_CA_SOE_EMPINFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_SOE_EMPINFO_V, object_name:PAY_CA_SOE_EMPINFO_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_SOE_EMPINFO_V ,
-
View: PAY_CA_SOE_EMPINFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_SOE_EMPINFO_V, object_name:PAY_CA_SOE_EMPINFO_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_SOE_EMPINFO_V ,
-
View: PAYBV_CHECK_PAYMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_CHECK_PAYMENTS, object_name:PAYBV_CHECK_PAYMENTS, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYBV_CHECK_PAYMENTS ,
-
View: PAYBV_CHECK_PAYMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_CHECK_PAYMENTS, object_name:PAYBV_CHECK_PAYMENTS, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYBV_CHECK_PAYMENTS ,