Search Results party
FV_TPP_ASSIGNMENTS_ALL in Oracle E-Business Suite 12.1.1/12.2.2
The FV_TPP_ASSIGNMENTS_ALL
table is a critical repository for Third Party Payment (TPP) assignment data within Oracle E-Business Suite Financials modules, specifically designed for versions 12.1.1 and 12.2.2. This table serves as the backbone for managing payment relationships between internal entities and external parties, facilitating automated payment processing workflows.
Table Structure and Key Columns
The table contains these essential columns:
- ASSIGNMENT_ID: Primary key identifier
- THIRD_PARTY_ID: References the external entity in
FV_THIRD_PARTIES
- INTERNAL_BANK_ACCOUNT_ID: Links to internal bank accounts in
CE_BANK_ACCOUNTS
- ASSIGNMENT_TYPE: Classifies the payment relationship (e.g., 'PAYEE', 'PAYER')
- START_DATE/END_DATE: Defines the active period for the assignment
- ORG_ID: Implements multi-org security
- CREATION_DATE/CREATED_BY: Standard Oracle audit columns
Functional Integration
The table integrates with these core processes:
- Payables Payment Processing: Determines valid payment methods for suppliers
- Receivables Automatic Receipts: Identifies customer bank accounts for direct debits
- Cash Management: Supports bank statement reconciliation
- Subledger Accounting: Provides payment details for accounting entries
Technical Architecture
The table participates in these key relationships:
- Foreign key to
FV_THIRD_PARTIES
viaTHIRD_PARTY_ID
- Join to
CE_BANK_ACCOUNTS
for internal account details - Relationship with
AP_PAYMENT_METHODS
for payment processing rules
Customization Considerations
When extending functionality:
- Always use the public API (
FV_TPP_ASSIGNMENTS_PKG
) for data modifications - Consider multi-org access control when querying data
- Validate assignment dates against the third party's active period
- For performance, index frequently queried columns like
THIRD_PARTY_ID
andINTERNAL_BANK_ACCOUNT_ID
Common Implementation Patterns
This table enables several business scenarios:
- Consolidated payments to parent vendors
- Customer refund processing
- Multi-bank payment distributions
- Payment method transitions during mergers
The FV_TPP_ASSIGNMENTS_ALL
table represents a sophisticated data model that balances flexibility with rigorous validation, ensuring accurate payment processing while maintaining auditability across financial operations in Oracle EBS implementations.
-
File: Third Party Payments R12.pdf
12.2.2
product: FV - Federal Financials , size: 25.199 KBytes , file_type: PDF Diagram ,
-
File: Third Party Payments R12.pdf
12.1.1
product: FV - Federal Financials , size: 25.199 KBytes , file_type: PDF Diagram ,
-
Lookup Type: FV_TPP_SORT
12.2.2
product: FV - Federal Financials , meaning: Third Party Remittance Sort By , description: Third Party Remittance Sort By ,
-
Lookup Type: FV_TPP_SORT
12.1.1
product: FV - Federal Financials , meaning: Third Party Remittance Sort By , description: Third Party Remittance Sort By ,
-
Concurrent Program: FVTPPBLD
12.2.2
execution_filename: FVTPPBLD , product: FV - Federal Financials , user_name: FVTPPBLD , description: Third Party Payments Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: FVTPREMB
12.2.2
execution_filename: FV_THIRD_PARTY_REMIT_PKG.MAIN , product: FV - Federal Financials , user_name: FVTPREMB , description: Historical Third Party Remittance Process , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FVTPPREM
12.2.2
execution_filename: FVTPPREM , product: FV - Federal Financials , user_name: FVTPPREM , description: Historical Third Party Remittance Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: FVTPPREM
12.1.1
execution_filename: FVTPPREM , product: FV - Federal Financials , user_name: FVTPPREM , description: Historical Third Party Remittance Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: FVAPTPPR
12.1.1
execution_filename: FV_THIRD_PARTY_PAYMENTS_PKG.MAIN , product: FV - Federal Financials , user_name: FVTPPPRB , description: Third Party Payment Process , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FVAPTPPR
12.2.2
execution_filename: FV_THIRD_PARTY_PAYMENTS_PKG.MAIN , product: FV - Federal Financials , user_name: FVTPPPRB , description: Third Party Payment Process , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FVTPREMB
12.1.1
execution_filename: FV_THIRD_PARTY_REMIT_PKG.MAIN , product: FV - Federal Financials , user_name: FVTPREMB , description: Historical Third Party Remittance Process , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FVTPPBLD
12.1.1
execution_filename: FVTPPBLD , product: FV - Federal Financials , user_name: FVTPPBLD , description: Third Party Payments Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Table: FV_TPP_ASSIGNMENTS_ALL
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_TPP_ASSIGNMENTS_ALL, object_name:FV_TPP_ASSIGNMENTS_ALL, status:VALID, product: FV - Federal Financials , description: Defines the third party assignments , implementation_dba_data: FV.FV_TPP_ASSIGNMENTS_ALL ,
-
Table: FV_THIRD_PARTY_TEMP
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_THIRD_PARTY_TEMP, object_name:FV_THIRD_PARTY_TEMP, status:VALID, product: FV - Federal Financials , description: This table is used to store information to be reported on Third Party Remittance Report , implementation_dba_data: FV.FV_THIRD_PARTY_TEMP ,
-
Table: FV_THIRD_PARTY_TEMP
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_THIRD_PARTY_TEMP, object_name:FV_THIRD_PARTY_TEMP, status:VALID, product: FV - Federal Financials , description: This table is used to store information to be reported on Third Party Remittance Report , implementation_dba_data: FV.FV_THIRD_PARTY_TEMP ,
-
Table: FV_TPP_ASSIGNMENTS_ALL
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_TPP_ASSIGNMENTS_ALL, object_name:FV_TPP_ASSIGNMENTS_ALL, status:VALID, product: FV - Federal Financials , description: Defines the third party assignments , implementation_dba_data: FV.FV_TPP_ASSIGNMENTS_ALL ,
-
Lookup Type: RECEIPT_DESC_TYPE
12.2.2
product: FV - Federal Financials , meaning: Receipt Origin ,
-
Lookup Type: RECEIPT_DESC_TYPE
12.1.1
product: FV - Federal Financials , meaning: Receipt Origin ,
-
View: FV_TPP_ASSIGNMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FV.FV_TPP_ASSIGNMENTS_V, object_name:FV_TPP_ASSIGNMENTS_V, status:VALID, product: FV - Federal Financials , description: Payables(AP) will join with this view to provide third party information to Payments(IBY). , implementation_dba_data: APPS.FV_TPP_ASSIGNMENTS_V ,
-
View: FV_TPP_ASSIGNMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FV.FV_TPP_ASSIGNMENTS_V, object_name:FV_TPP_ASSIGNMENTS_V, status:VALID, product: FV - Federal Financials , description: Payables(AP) will join with this view to provide third party information to Payments(IBY). , implementation_dba_data: APPS.FV_TPP_ASSIGNMENTS_V ,
-
Lookup Type: FV_NAICS_TYPE
12.2.2
product: FV - Federal Financials , meaning: North American Industry Classification System , description: North American Industry Classification System ,
-
Lookup Type: FV_NAICS_TYPE
12.1.1
product: FV - Federal Financials , meaning: North American Industry Classification System , description: North American Industry Classification System ,