Search Results vendor_attribute1
Overview
IBY_PYO_PAYMENT_GT is an Oracle EBS Applications (APPS) schema table belonging to the IBY — Payments product family. The "GT" suffix denotes a global temporary table used by Oracle Payments during payment instruction building and formatting. It acts as a transient staging area that holds the denormalized data set required to produce payment documents (checks, EFT/ACH files, wire transmissions) for a single payment process request. The table is populated at run time by the payment formatting programs and is scoped, in practice, to the processing session, so its contents are short-lived and cannot be treated as a permanent transactional record.
From a heuristic Data Vault modeling perspective, the object classifies as a standalone structure. It does not behave as a pure hub, link, or satellite; it is a wide, denormalized staging/landing area that aggregates attributes originating from multiple upstream entities (supplier, supplier site, bank, bank account, and payment instruction) into a single flattened projection. It should therefore be modeled as a transient staging or snapshot construct rather than as a conformed dimensional source.
Key Information Stored
The documented physical schema for 12.2.2 contains 264 columns. Only the most significant are highlighted below; the remainder are descriptive address, attribute, and context fields.
- DOCUMENT_ID / DOCUMENT_CODE — identifier and code of the payment document being generated.
- PAYMENT_INSTRUCTION_ID — foreign key to IBY_PAY_INSTRUCTIONS_ALL; the core linkage to the payment instruction under construction.
- SELECTED_CHECK_ID — foreign key to AP_SELECTED_INVOICE_CHECKS_ALL, tying the row to the selected invoices for the payment.
- CHECK_NUMBER / CHECK_AMOUNT / CURRENCY_CODE / PAYMENT_DATE — the monetary and scheduling attributes of the payment.
- PAYMENT_INSTRUCTION_ID, VENDOR_ID, VENDOR_SITE_ID, BANK_ACCOUNT_ID, VENDOR_BANK_ACCOUNT_ID — the principal business-key identifiers linking the payment to its supplier, site, and bank accounts.
- PAYMENT_MEAN, PAYMENT_CHANNEL, EDI_PAYMENT_METHOD, EDI_PAYMENT_FORMAT, EDI_REMITTANCE_METHOD — determine the payment method and remittance route.
- PAYMENT_PROCESS_REQUEST_NAME, PAYMENT_ORG_ID, MAP_ID — identify the originating payment process request, operating unit, and format mapping.
- BANK_NAME, BANK_ACCOUNT_NUM, BANK_NUM, BRANCH_NUMBER, IBAN_NUMBER, BK_EFT_SWIFT_CODE — the disbursement bank details used in formatting.
- VENDOR_NAME, VENDOR_SITE_CODE, ADDRESS_LINE1..4, CITY, STATE, ZIP, COUNTRY — the remit-to address block printed on the payment.
- ABA_GLOBAL_ATTRIBUTE1..20, ABAS_GLOBAL_ATTRIBUTE1..20, PVS_GLOBAL_ATTRIBUTE1..20 — extensible attribute flexfields for bank, bank account, and supplier site respectively.
The surrogate/technical key is not enumerated among the documented columns; the joinable business identifiers are PAYMENT_INSTRUCTION_ID and SELECTED_CHECK_ID, which carry the documented foreign key constraints.
Common Use Cases and Queries
Because IBY_PYO_PAYMENT_GT is a session-scoped staging table, its primary uses are debugging and reconciliation of payment formatting output, verification of bank and supplier data propagated onto a payment document, and confirming that flexfield attributes were correctly defaulted.
A typical diagnostic pattern joins the staging rows back to the payment instruction to confirm the instruction under construction:
- SELECT g.check_number, g.check_amount, g.currency_code, g.vendor_name FROM iby_pyo_payment_gt g WHERE g.payment_instruction_id = :instruction_id;
- Correlate to source: join PAYMENT_INSTRUCTION_ID to IBY_PAY_INSTRUCTIONS_ALL and SELECTED_CHECK_ID to AP_SELECTED_INVOICE_CHECKS_ALL to trace a formatted payment back to selected invoices.
- Bank data validation: query BANK_ACCOUNT_NUM, BANK_NUM, IBAN_NUMBER, and BK_EFT_SWIFT_CODE to confirm routing information rendered onto EFT/ACH outputs.
- Extensibility audit: SELECT DISTINCT ABA_GLOBAL_ATTRIBUTE_CATEGORY, ABA_GLOBAL_ATTRIBUTE1 FROM iby_pyo_payment_gt to verify bank flexfield values reached the document.
Reporting use cases include pre-format data review and troubleshooting of payment process requests where output is missing or malformed.
Related Objects
- IBY_PAY_INSTRUCTIONS_ALL — referenced via PAYMENT_INSTRUCTION_ID; the parent payment instruction record.
- AP_SELECTED_INVOICE_CHECKS_ALL — referenced via SELECTED_CHECK_ID; the Payables selected-invoice source.
- IBY_PAY_SERVICE_REQUESTS — the payment process request driving population of this staging table.
- IBY_PAYMENTS_ALL / IBY_PAYMENT_TRANSACTIONS — the resulting payment and transaction records produced after formatting.
- IBY_EXT_BANK_ACCOUNTS / IBY_EXT_BANK_ACCOUNTS_V — source of bank account, IBAN, SWIFT, and bank flexfield attributes.
- AP_SUPPLIERS / AP_SUPPLIER_SITES_ALL — supplier and site attributes (VENDOR_NAME, VENDOR_SITE_CODE, remit-to address).
- IBY_PMT_FORMAT_PROGRAM — the formatting program that consumes this staging data.
-
Table: IBY_PYO_PAYMENT_GT
12.2.2
owner:APPS, object_type:TABLE, fnd_design_data:IBY.IBY_PYO_PAYMENT_GT, object_name:IBY_PYO_PAYMENT_GT, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_PYO_PAYMENT_GT ,
-
Table: ECE_PO_INTERFACE_HEADERS
12.1.1
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_PO_INTERFACE_HEADERS, object_name:ECE_PO_INTERFACE_HEADERS, status:VALID, product: EC - e-Commerce Gateway , description: Contains the purchase order header data to support the outbound Purchase Order (850/ORDERS) and Purchase Order Change (860/ORDCHG) transactions. , implementation_dba_data: EC.ECE_PO_INTERFACE_HEADERS ,
-
Table: ECE_SPSO_HEADERS
12.1.1
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_SPSO_HEADERS, object_name:ECE_SPSO_HEADERS, status:VALID, product: EC - e-Commerce Gateway , description: Contains the supplier schedule header data to support the outbound Planning Schedule (830/DELFOR) and Shipping Schedule (862/DELJIT) transactions. , implementation_dba_data: EC.ECE_SPSO_HEADERS ,
-
Table: ECE_SPSO_HEADERS
12.2.2
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_SPSO_HEADERS, object_name:ECE_SPSO_HEADERS, status:VALID, product: EC - e-Commerce Gateway , description: Contains the supplier schedule header data to support the outbound Planning Schedule (830/DELFOR) and Shipping Schedule (862/DELJIT) transactions. , implementation_dba_data: EC.ECE_SPSO_HEADERS ,
-
Table: ECE_PO_INTERFACE_HEADERS
12.2.2
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_PO_INTERFACE_HEADERS, object_name:ECE_PO_INTERFACE_HEADERS, status:VALID, product: EC - e-Commerce Gateway , description: Contains the purchase order header data to support the outbound Purchase Order (850/ORDERS) and Purchase Order Change (860/ORDCHG) transactions. , implementation_dba_data: EC.ECE_PO_INTERFACE_HEADERS ,
-
VIEW: EC.ECE_SPSO_HEADERS#
12.2.2
-
VIEW: EC.ECE_PO_INTERFACE_HEADERS#
12.2.2
-
View: ECE_SPSO_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_SPSO_HEADERS_V, object_name:ECE_SPSO_HEADERS_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts header informationfor the outbound Planning Schedule (830/DELFOR) transaction.@rep:scope private@rep:product CHV@rep:lifecycle active@rep:displayname Planning Schedule Header View@rep:category BUSINESS_ENTITY CHV_PLANNING , implementation_dba_data: APPS.ECE_SPSO_HEADERS_V ,
-
View: ECE_SSSO_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_SSSO_HEADERS_V, object_name:ECE_SSSO_HEADERS_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts header informationfor the outbound Shipping Schedule (862/DELJIT) transaction.@rep:scope private@rep:product CHV@rep:lifecycle active@rep:displayname Shipping Schedule Header View@rep:category BUSINESS_ENTITY CHV_SHIPPING , implementation_dba_data: APPS.ECE_SSSO_HEADERS_V ,
-
View: ECE_SSSO_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_SSSO_HEADERS_V, object_name:ECE_SSSO_HEADERS_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts header informationfor the outbound Shipping Schedule (862/DELJIT) transaction.@rep:scope private@rep:product CHV@rep:lifecycle active@rep:displayname Shipping Schedule Header View@rep:category BUSINESS_ENTITY CHV_SHIPPING , implementation_dba_data: APPS.ECE_SSSO_HEADERS_V ,
-
View: ECE_SPSO_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_SPSO_HEADERS_V, object_name:ECE_SPSO_HEADERS_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts header informationfor the outbound Planning Schedule (830/DELFOR) transaction.@rep:scope private@rep:product CHV@rep:lifecycle active@rep:displayname Planning Schedule Header View@rep:category BUSINESS_ENTITY CHV_PLANNING , implementation_dba_data: APPS.ECE_SPSO_HEADERS_V ,
-
VIEW: EC.ECE_SPSO_HEADERS#
12.2.2
owner:EC, object_type:VIEW, object_name:ECE_SPSO_HEADERS#, status:VALID,
-
VIEW: APPS.ECE_SSSO_HEADERS_V
12.2.2
-
VIEW: APPS.ECE_SSSO_HEADERS_V
12.1.1
-
VIEW: APPS.ECE_SPSO_HEADERS_V
12.1.1
-
VIEW: APPS.ECE_PYO_PAYMENT_V
12.2.2
-
VIEW: APPS.ECE_SPSO_HEADERS_V
12.2.2
-
APPS.IBY_PYO_TRANSACTION SQL Statements
12.2.2
-
VIEW: EC.ECE_PO_INTERFACE_HEADERS#
12.2.2
owner:EC, object_type:VIEW, object_name:ECE_PO_INTERFACE_HEADERS#, status:VALID,
-
TABLE: APPS.IBY_PYO_PAYMENT_GT
12.2.2
owner:APPS, object_type:TABLE, fnd_design_data:IBY.IBY_PYO_PAYMENT_GT, object_name:IBY_PYO_PAYMENT_GT, status:VALID,
-
APPS.ECE_AP_PAYMENT SQL Statements
12.2.2
-
VIEW: APPS.ECE_SSSO_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_SSSO_HEADERS_V, object_name:ECE_SSSO_HEADERS_V, status:VALID,
-
VIEW: APPS.ECE_SPSO_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_SPSO_HEADERS_V, object_name:ECE_SPSO_HEADERS_V, status:VALID,
-
VIEW: APPS.ECE_SSSO_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_SSSO_HEADERS_V, object_name:ECE_SSSO_HEADERS_V, status:VALID,
-
VIEW: APPS.ECE_SPSO_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_SPSO_HEADERS_V, object_name:ECE_SPSO_HEADERS_V, status:VALID,
-
TABLE: EC.ECE_SPSO_HEADERS
12.1.1
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_SPSO_HEADERS, object_name:ECE_SPSO_HEADERS, status:VALID,
-
TABLE: EC.ECE_SPSO_HEADERS
12.2.2
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_SPSO_HEADERS, object_name:ECE_SPSO_HEADERS, status:VALID,
-
VIEW: APPS.ECE_PYO_PAYMENT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_PYO_PAYMENT_V, object_name:ECE_PYO_PAYMENT_V, status:VALID,
-
PACKAGE BODY: APPS.IBY_PYO_TRANSACTION
12.2.2
-
PACKAGE BODY: APPS.ECE_AP_PAYMENT
12.2.2
-
TABLE: EC.ECE_PO_INTERFACE_HEADERS
12.1.1
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_PO_INTERFACE_HEADERS, object_name:ECE_PO_INTERFACE_HEADERS, status:VALID,
-
TABLE: EC.ECE_PO_INTERFACE_HEADERS
12.2.2
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_PO_INTERFACE_HEADERS, object_name:ECE_PO_INTERFACE_HEADERS, status:VALID,
-
eTRM - EC Tables and Views
12.2.2
description: Contains the information for code conversions which identify external values for a given Oracle internal value and vice versa. ,
-
eTRM - EC Tables and Views
12.1.1
description: Contains the information for code conversions which identify external values for a given Oracle internal value and vice versa. ,
-
eTRM - IBY Tables and Views
12.2.2
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,