[Home] [Help]
[Dependency Information]
| Object Name: | FV_TPP_ASSIGNMENTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | FV.FV_TPP_ASSIGNMENTS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Payables(AP) will join with this view to provide third party information to Payments(IBY).
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BENEFICIARY_SUPPLIER_ID | NUMBER | (15) | Yes | Beneficiary Supplier Id |
| BENEFICIARY_PARTY_ID | NUMBER | Beneficiary Party Id | ||
| BENEFICIARY_SUPPLIER_SITE_ID | NUMBER | (15) | Yes | Beneficiary Supplier Site Id |
| BENEFICIARY_PARTY_SITE_ID | NUMBER | (15) | Beneficiary Party Site Id | |
| EXT_PAYEE_ID | NUMBER | (15) | Yes | Ext Payee Id |
| PAYEE_PARTY_ID | NUMBER | (15) | Yes | Payee Party Id |
| PAYEE_PARTY_SITE_ID | NUMBER | (15) | Payee Party Site Id | |
| PAYEE_SUPPLIER_ID | NUMBER | Payee Supplier Id | ||
| PAYEE_SUPPLIER_SITE_ID | NUMBER | (15) | Payee Supplier Site Id | |
| PAYEE_ORG_TYPE | VARCHAR2 | (30) | Payee Organization Type | |
| PAYEE_PAYMENT_FUNCTION | VARCHAR2 | (30) | Yes | Payee Payment Function |
| PAYEE_EXT_BANK_ACCT_ID | NUMBER | Payee Ext Bank Acct Id | ||
| FV_TPP_PAY_FLAG | VARCHAR2 | (4000) | Federal Third Party Payment Flag |
Cut, paste (and edit) the following text to query this object:
SELECT BENEFICIARY_SUPPLIER_ID
, BENEFICIARY_PARTY_ID
, BENEFICIARY_SUPPLIER_SITE_ID
, BENEFICIARY_PARTY_SITE_ID
, EXT_PAYEE_ID
, PAYEE_PARTY_ID
, PAYEE_PARTY_SITE_ID
, PAYEE_SUPPLIER_ID
, PAYEE_SUPPLIER_SITE_ID
, PAYEE_ORG_TYPE
, PAYEE_PAYMENT_FUNCTION
, PAYEE_EXT_BANK_ACCT_ID
, FV_TPP_PAY_FLAG
FROM APPS.FV_TPP_ASSIGNMENTS_V;
APPS
AP_SUPPLIERS
AP_SUPPLIER_SITES_ALL
FND_PROFILE
- show dependent code
FV_CCR_GRP
- show dependent code
FV_INSTALL
- show dependent code
FV_TPP_ASSIGNMENTS_ALL
IBY_EXTERNAL_PAYEES_ALL
APPS
AP_AUTOSELECT_PKG
- show dependent code
AP_DOCUMENTS_PAYABLE
|
|
|
|