Search Results ce_pay_fc_payroll_v
Overview
CE_PAY_FC_PAYROLL_V is an Oracle E-Business Suite view owned by the APPS schema and catalogued under the Cash Management (CE) product family. Its documented purpose is to serve as a forecasting source for payroll expenses. In the Cash Management forecasting framework, Oracle combines projected cash inflows and outflows from multiple sources—such as payables, receivables, and payroll—to help treasury and finance users anticipate short-term liquidity requirements. This view supplies the payroll dimension of that forecast by exposing anticipated payroll disbursements tied to specific bank accounts and payment methods so they can be incorporated into a cash position projection.
Within ETRM 12.2.2 the object is recorded with a status of VALID and is referenced in the 12.1.1 / 12.2.2 documentation set. Rather than storing data itself, it presents a denormalized, query-ready projection assembled from Payroll and Cash Management base objects, allowing forecasting and reporting tools to consume payroll outflows without navigating the complex underlying payroll action model directly.
Underlying Base Objects
The view is defined over five referenced base objects, each exposed to APPS through synonyms:
PAY_PRE_PAYMENTS— the pre-payment records representing payroll amounts to be disbursed.PAY_ORG_PAYMENT_METHODS_F— organization-level payment method definitions, including the associated external bank account and currency.PAY_PAYROLL_ACTIONS— payroll action header information, including action type and effective date.PAY_ASSIGNMENT_ACTIONS— assignment-level actions that link employees to payroll runs.CE_BANK_ACCT_USES_ALL— Cash Management bank account use definitions, providing the internalBANK_ACCOUNT_ID.
The joins enforce several important filters: only actions of type 'P' (payment), 'U' (update/reversal variants), and 'E' are considered; payment methods must be effective as of the action date; and the payroll bank account must reconcile to a Cash Management bank account use through EXTERNAL_ACCOUNT_ID = PAYROLL_BANK_ACCOUNT_ID.
Key Columns
ORG_ID/BUSINESS_GROUP_ID— the operating unit or business group context for the forecast row.CURRENCY_CODE— the currency of the payment method and thus the forecasted amount.AMOUNT— the payroll pre-payment value (fromPAY_PRE_PAYMENTS.VALUE), expressed in the transaction currency.BASE_AMOUNT— the base currency equivalent, used for consolidated forecasting.EFFECTIVE_DATE/TRX_DATE— the payroll action effective date, which determines when the outflow is forecast to occur.ORG_PAYMENT_METHOD_ID/PAYMENT_METHOD— identifier and name of the organization payment method.PAYROLL_BANK_ACCOUNT_ID/BANK_ACCOUNT_ID— the external payroll bank account and the corresponding internal Cash Management bank account.PAYROLL_ID— the payroll action identifier grouping the disbursement.REFERENCE_ID— the pre-payment identifier (PRE_PAYMENT_ID), providing line-level traceability.
Common Use Cases and Queries
This view is typically consumed by cash forecasting reports, custom treasury dashboards, and integrations that populate forecast templates. A representative query projects payroll outflows by bank account and date:
SELECT org_id, currency_code, bank_account_id, effective_date, SUM(amount) payroll_amount
FROM apps.ce_pay_fc_payroll_v
WHERE org_id = :p_org_id
AND effective_date BETWEEN :p_start AND :p_end
GROUP BY org_id, currency_code, bank_account_id, effective_date
ORDER BY effective_date;
Analysts may also reconcile forecast amounts against the base currency total using BASE_AMOUNT, or trace individual entries back to their payroll run through PAYROLL_ID and REFERENCE_ID. Because the view already applies the effective-dating and payment-method join logic, it is the preferred access path for payroll-based cash forecasting rather than querying the underlying Payroll tables directly.
-
View: CE_PAY_FC_PAYROLL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_PAY_FC_PAYROLL_V, object_name:CE_PAY_FC_PAYROLL_V, status:VALID, product: CE - Cash Management , description: Forecasting source - payroll expenses , implementation_dba_data: APPS.CE_PAY_FC_PAYROLL_V ,
-
View: CE_PAY_FC_PAYROLL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_PAY_FC_PAYROLL_V, object_name:CE_PAY_FC_PAYROLL_V, status:VALID, product: CE - Cash Management , description: Forecasting source - payroll expenses , implementation_dba_data: APPS.CE_PAY_FC_PAYROLL_V ,
-
VIEW: APPS.CE_FC_PAY_DISC_V
12.1.1
-
VIEW: APPS.CE_FC_PAY_DISC_V
12.2.2
-
VIEW: APPS.CE_CP_DISC_PAY_V
12.2.2
-
VIEW: APPS.CE_CP_DISC_PAY_V
12.1.1
-
View: CE_FC_PAY_DISC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_FC_PAY_DISC_V, object_name:CE_FC_PAY_DISC_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_FC_PAY_DISC_V ,
-
PACKAGE BODY: APPS.CE_CP_PRIORDAY
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CE_CP_PRIORDAY, status:VALID,
-
View: CE_FC_PAY_DISC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_FC_PAY_DISC_V, object_name:CE_FC_PAY_DISC_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_FC_PAY_DISC_V ,
-
View: CE_CP_DISC_PAY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_CP_DISC_PAY_V, object_name:CE_CP_DISC_PAY_V, status:VALID, product: CE - Cash Management , description: Cash Positioning Discoverer View for Payroll Expenses , implementation_dba_data: APPS.CE_CP_DISC_PAY_V ,
-
View: CE_CP_DISC_PAY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_CP_DISC_PAY_V, object_name:CE_CP_DISC_PAY_V, status:VALID, product: CE - Cash Management , description: Cash Positioning Discoverer View for Payroll Expenses , implementation_dba_data: APPS.CE_CP_DISC_PAY_V ,
-
PACKAGE BODY: APPS.CE_CP_PRIORDAY
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CE_CP_PRIORDAY, status:VALID,
-
VIEW: APPS.CE_CP_DISC_PAY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_CP_DISC_PAY_V, object_name:CE_CP_DISC_PAY_V, status:VALID,
-
VIEW: APPS.CE_CP_DISC_PRIOR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_CP_DISC_PRIOR_V, object_name:CE_CP_DISC_PRIOR_V, status:VALID,
-
VIEW: APPS.CE_CP_DISC_PRIOR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_CP_DISC_PRIOR_V, object_name:CE_CP_DISC_PRIOR_V, status:VALID,
-
PACKAGE BODY: APPS.CE_CSH_FCST_POP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CE_CSH_FCST_POP, status:VALID,
-
PACKAGE BODY: APPS.CE_CSH_FCST_POP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CE_CSH_FCST_POP, status:VALID,
-
VIEW: APPS.CE_CP_DISC_PAY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_CP_DISC_PAY_V, object_name:CE_CP_DISC_PAY_V, status:VALID,
-
VIEW: APPS.CE_FC_PAY_DISC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_FC_PAY_DISC_V, object_name:CE_FC_PAY_DISC_V, status:VALID,
-
VIEW: APPS.CE_FC_PAY_DISC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_FC_PAY_DISC_V, object_name:CE_FC_PAY_DISC_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.CE_BANK_ACCT_USES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_BANK_ACCT_USES_ALL, status:VALID,
-
SYNONYM: APPS.CE_BANK_ACCT_USES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_BANK_ACCT_USES_ALL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.CE_PAY_FC_PAYROLL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_PAY_FC_PAYROLL_V, object_name:CE_PAY_FC_PAYROLL_V, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.CE_PAY_FC_PAYROLL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_PAY_FC_PAYROLL_V, object_name:CE_PAY_FC_PAYROLL_V, status:VALID,
-
VIEW: APPS.CE_CP_DISC_PRIOR_V
12.1.1
-
VIEW: APPS.CE_CP_DISC_PRIOR_V
12.2.2
-
View: CE_CP_DISC_PRIOR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_CP_DISC_PRIOR_V, object_name:CE_CP_DISC_PRIOR_V, status:VALID, product: CE - Cash Management , description: Cash Positioning Discoverer View for Prior-day Balances , implementation_dba_data: APPS.CE_CP_DISC_PRIOR_V ,
-
View: CE_CP_DISC_PRIOR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_CP_DISC_PRIOR_V, object_name:CE_CP_DISC_PRIOR_V, status:VALID, product: CE - Cash Management , description: Cash Positioning Discoverer View for Prior-day Balances , implementation_dba_data: APPS.CE_CP_DISC_PRIOR_V ,
-
SYNONYM: APPS.PAY_PRE_PAYMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_PRE_PAYMENTS, status:VALID,
-
SYNONYM: APPS.PAY_PRE_PAYMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PAY_PRE_PAYMENTS, status:VALID,
-
SYNONYM: APPS.PAY_ORG_PAYMENT_METHODS_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_ORG_PAYMENT_METHODS_F, status:VALID,
-
SYNONYM: APPS.PAY_ORG_PAYMENT_METHODS_F
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PAY_ORG_PAYMENT_METHODS_F, status:VALID,
-
APPS.CE_CP_PRIORDAY dependencies on CE_PAY_FC_PAYROLL_V
12.2.2
-
APPS.CE_CP_PRIORDAY SQL Statements
12.2.2
-
APPS.CE_CP_PRIORDAY SQL Statements
12.1.1
-
APPS.CE_CSH_FCST_POP dependencies on CE_PAY_FC_PAYROLL_V
12.2.2
-
APPS.CE_CP_PRIORDAY dependencies on CE_PAY_FC_PAYROLL_V
12.1.1
-
APPS.CE_CSH_FCST_POP dependencies on CE_PAY_FC_PAYROLL_V
12.1.1
-
PACKAGE BODY: APPS.CE_CP_PRIORDAY
12.2.2
-
PACKAGE BODY: APPS.CE_CP_PRIORDAY
12.1.1
-
APPS.CE_CSH_FCST_POP SQL Statements
12.1.1
-
APPS.CE_CSH_FCST_POP SQL Statements
12.2.2
-
eTRM - CE Tables and Views
12.2.2
description: This table stores the error or warning messages from ZBA deal creation process ,
-
eTRM - CE Tables and Views
12.1.1
description: This table stores the error or warning messages from ZBA deal creation process ,
-
SYNONYM: APPS.PAY_ASSIGNMENT_ACTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_ASSIGNMENT_ACTIONS, status:VALID,
-
SYNONYM: APPS.PAY_PAYROLL_ACTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_PAYROLL_ACTIONS, status:VALID,