[Home] [Help]
[Dependency Information]
Object Name: | CE_PAY_FC_PAYROLL_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
The CE_PAY_FC_PAYROLL view contains payments from the Payroll system for forecasting. The Cash Forecasting program uses this view to generate projected cash outflow amounts based on historical payroll expense data. Based on the forecast template definition and forecast submission criteria, the Cash Forecasting program selects only the applicable payroll payment records from this view to determine forecast amounts.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ORG_ID | NUMBER | (15) | Yes | Business group identifier |
CURRENCY_CODE | VARCHAR2 | (15) | Yes | Payroll payment currency |
AMOUNT | NUMBER | Yes | Payment amount | |
BASE_AMOUNT | NUMBER | Payment amount in the base currency | ||
EFFECTIVE_DATE | DATE | Yes | Payment effective date | |
ORG_PAYMENT_METHOD_ID | NUMBER | (9) | Yes | Payment method identifier |
PAYROLL_BANK_ACCOUNT_ID | NUMBER | (9) | Payroll Bank account identifier | |
BANK_ACCOUNT_ID | NUMBER | (15) | Yes | Bank account identifier |
PAYROLL_ID | NUMBER | (9) | Payroll identifier | |
TRX_DATE | DATE | Yes | Transaction date | |
PAYMENT_METHOD | VARCHAR2 | (80) | Yes | Payment Method |
REFERENCE_ID | NUMBER | (15) | Yes | Reference identifier |
Cut, paste (and edit) the following text to query this object:
SELECT ORG_ID
, CURRENCY_CODE
, AMOUNT
, BASE_AMOUNT
, EFFECTIVE_DATE
, ORG_PAYMENT_METHOD_ID
, PAYROLL_BANK_ACCOUNT_ID
, BANK_ACCOUNT_ID
, PAYROLL_ID
, TRX_DATE
, PAYMENT_METHOD
, REFERENCE_ID
FROM APPS.CE_PAY_FC_PAYROLL_V;
|
|
|