Search Results payment_method
Overview
The HRFV_PAY_METH_NOT_DIR_DEPOSITS view is an Oracle E-Business Suite flexfield business view template owned by the APPS schema in the PER (Human Resources) product. It belongs to the family of "HRFV" (Human Resources Flexfield View) objects, which are business view templates from which runtime flexfield views are generated. Its specific purpose is to expose personal payment methods that are not direct deposits — that is, payment methods whose external account identifier is null, as enforced by the predicate PPM.EXTERNAL_ACCOUNT_ID IS NULL. Through this restriction the view isolates payees who are paid by org payment methods unrelated to externally held bank accounts, making it useful for payroll and HR reporting on alternative disbursement arrangements.
The view joins payee definitions across organizations, persons, and assignments, presenting a consolidated, denormalized picture of payment method usage. Because it is a flexfield-based view template, its column list and predicate logic are intended to be consumed by the flexfield generator, but the underlying SQL remains accessible for ad-hoc reporting and integration.
Underlying Base Objects
The view text identifies the principal base tables and their join relationships. PAY_PERSONAL_PAYMENT_METHODS_F (aliased PPM) is the driving table, joined to PAY_ORG_PAYMENT_METHODS_F (OPM) on ORG_PAYMENT_METHOD_ID, then to PAY_PAYMENT_TYPES_TL (PTT) on PAYMENT_TYPE_ID restricted by USERENV('LANG'). Assignment and person data come from PER_ASSIGNMENTS_X (PA) and PER_PEOPLE_X (PER). Organizational name columns are resolved through multiple aliases of HR_ALL_ORGANIZATION_UNITS_TL — PORGT for organizational payee, ORGT for the assignment organization, and BGRT for the business group.
The documented base objects also include PER_JOBS_TL, PER_GRADES_TL, HR_POSITIONS_F_TL, and HR_LOCATIONS_ALL_TL, which supply job, grade, position, and location descriptors. Packages HR_BIS, HR_DISCOVERER, HR_GENERAL, HR_PERSON_NAME, and HR_SECURITY provide lookup decoding, end-date adjustment, and security/name formatting logic used inside the SELECT clause.
Key Columns
The view projects both identifying and descriptive attributes. Notable columns include:
BUSINESS_GROUP_NAME— business group context fromBGRT.NAME.PERSON_NAME,EMPLOYEE_NUMBER— full name and employee number from PER.PAYMENT_METHOD,ORG_PAYMENT_METHOD_ID— the organization-level payment method.AMOUNT,PERCENTAGE,PRIORITY— monetary distribution, proportion, and ordering metadata from PPM.EFFECTIVE_START_DATE,EFFECTIVE_END_DATE— validity window; the end date is processed byHR_DISCOVERER.CHECK_END_DATE.PAYEE_TYPE,PAYEE_NAME— payee classification decoded viaHR_BIS.BIS_DECODE_LOOKUP, with the resolved name using a DECODE across organization or person payees.PAYMENT_TYPE,CURRENCY_CODE— payment type name and currency.ASSIGNMENT_NUMBER,ORGANIZATION_NAME,JOB_NAME,POSITION_NAME,GRADE_NAME,LOCATION_NAME— assignment and organizational context.- Primary keys:
ASSIGNMENT_ID,BUSINESS_GROUP_ID,PERSONAL_PAYMENT_METHOD_ID,PERSON_ID.
Common Use Cases and Queries
Typical uses include auditing non-direct-deposit payment methods, reconciliation of payroll disbursements by payee type, and extracting payment method utilization by organization or assignment. A representative query is:
SELECT PERSON_NAME, EMPLOYEE_NUMBER, PAYMENT_METHOD, PAYMENT_TYPE, AMOUNT, PERCENTAGE FROM HRFV_PAY_METH_NOT_DIR_DEPOSITS;SELECT ORGANIZATION_NAME, PAYEE_TYPE, PAYEE_NAME, PAYMENT_METHOD FROM HRFV_PAY_METH_NOT_DIR_DEPOSITS WHERE EFFECTIVE_END_DATE >= TRUNC(SYSDATE);SELECT CURRENCY_CODE, COUNT(*), SUM(AMOUNT) FROM HRFV_PAY_METH_NOT_DIR_DEPOSITS GROUP BY CURRENCY_CODE;
Because the view incorporates HR_SECURITY, queries respect the caller's security profile, making it suitable for secured HR reporting. Users should also be aware that the ORGT, PORGT, and BGRT joins to HR_ALL_ORGANIZATION_UNITS_TL assume USERENV('LANG') alignment, so language settings in the session affect returned descriptions.
-
Lookup Type: PAYMENT_METHOD
12.2.2
product: PER - Human Resources , meaning: PAYMENT METHOD , description: The method of payment on a finance header. ,
-
Lookup Type: PAYMENT_METHOD
12.1.1
product: PER - Human Resources , meaning: PAYMENT METHOD , description: The method of payment on a finance header. ,
-
View: HRFV_PAY_METH_NOT_DIR_DEPOSITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_PAY_METH_NOT_DIR_DEPOSITS, object_name:HRFV_PAY_METH_NOT_DIR_DEPOSITS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_PAY_METH_NOT_DIR_DEPOSITS ,
-
View: HRFV_US_DIRECT_DEPOSITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_US_DIRECT_DEPOSITS, object_name:HRFV_US_DIRECT_DEPOSITS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_US_DIRECT_DEPOSITS ,
-
View: HRFV_PAY_METH_NOT_DIR_DEPOSITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_PAY_METH_NOT_DIR_DEPOSITS, object_name:HRFV_PAY_METH_NOT_DIR_DEPOSITS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_PAY_METH_NOT_DIR_DEPOSITS ,
-
View: HRFV_GB_DIRECT_DEPOSITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_GB_DIRECT_DEPOSITS, object_name:HRFV_GB_DIRECT_DEPOSITS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_GB_DIRECT_DEPOSITS ,
-
View: HRFV_US_DIRECT_DEPOSITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_US_DIRECT_DEPOSITS, object_name:HRFV_US_DIRECT_DEPOSITS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_US_DIRECT_DEPOSITS ,
-
View: HRFV_GB_DIRECT_DEPOSITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_GB_DIRECT_DEPOSITS, object_name:HRFV_GB_DIRECT_DEPOSITS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_GB_DIRECT_DEPOSITS ,
-
View: HRFV_BACKFEED_PAYMENT_DETAILS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_BACKFEED_PAYMENT_DETAILS, object_name:HRFV_BACKFEED_PAYMENT_DETAILS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_BACKFEED_PAYMENT_DETAILS ,
-
View: HRFV_BACKFEED_PAYMENT_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_BACKFEED_PAYMENT_DETAILS, object_name:HRFV_BACKFEED_PAYMENT_DETAILS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_BACKFEED_PAYMENT_DETAILS ,
-
View: PER_BF_PAYMENT_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_BF_PAYMENT_DETAILS_V, object_name:PER_BF_PAYMENT_DETAILS_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.PER_BF_PAYMENT_DETAILS_V ,
-
View: PER_BF_PAYMENT_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_BF_PAYMENT_DETAILS_V, object_name:PER_BF_PAYMENT_DETAILS_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.PER_BF_PAYMENT_DETAILS_V ,
-
View: PER_BF_PAYMENT_DETAILS_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_BF_PAYMENT_DETAILS_V2, object_name:PER_BF_PAYMENT_DETAILS_V2, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.PER_BF_PAYMENT_DETAILS_V2 ,
-
View: PER_BF_PAYMENT_DETAILS_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_BF_PAYMENT_DETAILS_V2, object_name:PER_BF_PAYMENT_DETAILS_V2, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.PER_BF_PAYMENT_DETAILS_V2 ,
-
Lookup Type: NAME_TRANSLATIONS
12.1.1
product: PER - Human Resources , meaning: NAME TRANSLATIONS , description: System constants that need translating ,
-
Lookup Type: NAME_TRANSLATIONS
12.2.2
product: PER - Human Resources , meaning: NAME TRANSLATIONS , description: System constants that need translating ,