Search Results okl_cs_guarantor_amount_uv
Overview
The APPS.OKL_CS_GUARANTOR_AMOUNT_UV view is a reporting and integration object within the Oracle E-Business Suite Leasing and Finance Management module (OKL). It exposes guarantor-level information associated with lease contracts, combining contract header data, party role assignments, guarantor rule amounts, and the guarantor's address and contact details. The view is defined in the APPS schema and holds VALID status in both Oracle EBS 12.1.1 and 12.2.2. Its name, containing the "UV" suffix, follows the Oracle convention indicating a user-facing view intended for inquiry, extraction, or downstream reporting rather than for transactional maintenance. The view is not a base table; it derives all of its data at runtime from the Oracle Contracts (OKC) core and Oracle Trading Community Architecture (HZ) tables, presenting a flattened, denormalized result set that is convenient for reporting tools, concurrent programs, and integration extracts.
Underlying Base Objects
The view is constructed over the following documented base objects, all accessed through APPS synonyms:
OKC_K_HEADERS_B— the contract header, supplying the contract ID and contract number.OKC_K_PARTY_ROLES_B— party role assignments, filtered to the GUARANTOR role.OKC_RULE_GROUPS_B,OKC_RG_PARTY_ROLES,OKC_RG_ROLE_DEFS,OKC_SUBCLASS_RG_DEFS, andOKC_SUBCLASS_ROLES— the rule group infrastructure that ties a specific rule group (LAGRDT) and role definition to the GUARANTOR subclass role.OKC_RULES_B— the guarantor amount rule, restricted to theLAGRNTrule information category.HZ_PARTIES— the guarantor party record, providing party type, name, party number, and address.HZ_CONTACT_POINTS— the primary active phone contact point, outer-joined to the party.
The join path begins at the contract header, follows the rule group and party role linkages, and terminates at the HZ party and its contact point, ensuring that only contracts with a GUARANTOR role and an associated guarantor amount rule are returned.
Key Columns
CONTRACT_ID/CONTRACT_NUMBER— the lease contract identifier and its user-facing number.ROLE_NAME— the party role code, constrained toGUARANTOR.AMOUNT_GUARANTEED— the guarantor amount derived fromOKC_RULES_B.RULE_INFORMATION2, defaulted to zero viaNVL.PARTY_TYPE,COMPANY,CUSTOMER_NUMBER— the guarantor party attributes fromHZ_PARTIES.EMAIL,RAW_PHONE_NUMBER— contact details, with the phone number assembled from country code, area code, and number segments.ADDRESS1throughADDRESS4,CITY,COUNTY,PROVINCE,STATE,POSTAL_CODE,COUNTRY— the formatted guarantor address.
Common Use Cases and Queries
Typical uses include guarantor exposure reporting, lease portfolio risk analysis, and extraction of guarantor contact data for correspondence or interfaces. A sample query retrieving guarantees above a threshold is shown below:
SELECT g.contract_number,
g.company,
g.amount_guaranteed,
g.customer_number
FROM apps.okl_cs_guarantor_amount_uv g
WHERE g.amount_guaranteed > 100000
ORDER BY g.amount_guaranteed DESC;
A second common pattern retrieves contact and address details for a specific contract:
SELECT g.role_name,
g.company,
g.raw_phone_number,
g.email,
g.city,
g.state,
g.country
FROM apps.okl_cs_guarantor_amount_uv g
WHERE g.contract_number = :contract_number;
Because the view already resolves the GUARANTOR role filter, the rule category LAGRNT, and the primary phone contact point, it eliminates the need for consumers to reproduce the complex OKC rule group and HZ joins themselves. This makes it well suited to operational reports, BI Publisher datasets, and outbound integration extracts in Oracle EBS 12.1.1 and 12.2.2.
-
View: OKL_CS_GUARANTOR_AMOUNT_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_GUARANTOR_AMOUNT_UV, object_name:OKL_CS_GUARANTOR_AMOUNT_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_CS_GUARANTOR_AMOUNT_UV ,
-
View: OKL_CS_GUARANTOR_AMOUNT_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_GUARANTOR_AMOUNT_UV, object_name:OKL_CS_GUARANTOR_AMOUNT_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_GUARANTOR_AMOUNT_UV ,
-
VIEW: APPS.OKL_CS_NON_VENDORS_UV
12.2.2
-
VIEW: APPS.OKL_CS_NON_VENDORS_UV
12.1.1
-
VIEW: APPS.OKL_CS_PARTIES_TAB_UV
12.1.1
-
VIEW: APPS.OKL_CS_PARTIES_TAB_UV
12.2.2
-
View: OKL_CS_NON_VENDORS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_NON_VENDORS_UV, object_name:OKL_CS_NON_VENDORS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_NON_VENDORS_UV ,
-
SYNONYM: APPS.OKC_RG_PARTY_ROLES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_RG_PARTY_ROLES, status:VALID,
-
View: OKL_CS_PARTIES_TAB_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_PARTIES_TAB_UV, object_name:OKL_CS_PARTIES_TAB_UV, status:VALID, product: OKL - Leasing and Finance Management , description: List of Parties , implementation_dba_data: APPS.OKL_CS_PARTIES_TAB_UV ,
-
SYNONYM: APPS.OKC_RG_PARTY_ROLES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_RG_PARTY_ROLES, status:VALID,
-
VIEW: APPS.OKL_CS_ALL_PARTIES_W_AMOUNT_UV
12.1.1
-
View: OKL_CS_NON_VENDORS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_NON_VENDORS_UV, object_name:OKL_CS_NON_VENDORS_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_CS_NON_VENDORS_UV ,
-
VIEW: APPS.OKL_CS_ALL_PARTIES_W_AMOUNT_UV
12.2.2
-
SYNONYM: APPS.OKC_RG_ROLE_DEFS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_RG_ROLE_DEFS, status:VALID,
-
View: OKL_CS_PARTIES_TAB_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_PARTIES_TAB_UV, object_name:OKL_CS_PARTIES_TAB_UV, status:VALID, product: OKL - Lease and Finance Management , description: List of Parties , implementation_dba_data: APPS.OKL_CS_PARTIES_TAB_UV ,
-
SYNONYM: APPS.OKC_RG_ROLE_DEFS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_RG_ROLE_DEFS, status:VALID,
-
SYNONYM: APPS.OKC_SUBCLASS_RG_DEFS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_SUBCLASS_RG_DEFS, status:VALID,
-
SYNONYM: APPS.OKC_SUBCLASS_ROLES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_SUBCLASS_ROLES, status:VALID,
-
SYNONYM: APPS.OKC_SUBCLASS_RG_DEFS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_SUBCLASS_RG_DEFS, status:VALID,
-
VIEW: APPS.OKL_CS_PARTIES_TAB_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_PARTIES_TAB_UV, object_name:OKL_CS_PARTIES_TAB_UV, status:VALID,
-
SYNONYM: APPS.OKC_SUBCLASS_ROLES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_SUBCLASS_ROLES, status:VALID,
-
VIEW: APPS.OKL_CS_PARTIES_TAB_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_PARTIES_TAB_UV, object_name:OKL_CS_PARTIES_TAB_UV, status:VALID,
-
VIEW: APPS.OKL_CS_NON_VENDORS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_NON_VENDORS_UV, object_name:OKL_CS_NON_VENDORS_UV, status:VALID,
-
VIEW: APPS.OKL_CS_ALL_PARTIES_W_AMOUNT_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_ALL_PARTIES_W_AMOUNT_UV, object_name:OKL_CS_ALL_PARTIES_W_AMOUNT_UV, status:VALID,
-
VIEW: APPS.OKL_CS_GUARANTOR_AMOUNT_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_GUARANTOR_AMOUNT_UV, object_name:OKL_CS_GUARANTOR_AMOUNT_UV, status:VALID,
-
VIEW: APPS.OKL_CS_ALL_PARTIES_W_AMOUNT_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_ALL_PARTIES_W_AMOUNT_UV, object_name:OKL_CS_ALL_PARTIES_W_AMOUNT_UV, status:VALID,
-
VIEW: APPS.OKL_CS_NON_VENDORS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_NON_VENDORS_UV, object_name:OKL_CS_NON_VENDORS_UV, status:VALID,
-
VIEW: APPS.OKL_CS_GUARANTOR_AMOUNT_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_GUARANTOR_AMOUNT_UV, object_name:OKL_CS_GUARANTOR_AMOUNT_UV, status:VALID,
-
View: OKL_CS_ALL_PARTIES_W_AMOUNT_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_ALL_PARTIES_W_AMOUNT_UV, object_name:OKL_CS_ALL_PARTIES_W_AMOUNT_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_ALL_PARTIES_W_AMOUNT_UV ,
-
View: OKL_CS_ALL_PARTIES_W_AMOUNT_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_ALL_PARTIES_W_AMOUNT_UV, object_name:OKL_CS_ALL_PARTIES_W_AMOUNT_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_CS_ALL_PARTIES_W_AMOUNT_UV ,
-
SYNONYM: APPS.OKC_RULE_GROUPS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_RULE_GROUPS_B, status:VALID,
-
SYNONYM: APPS.OKC_RULE_GROUPS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_RULE_GROUPS_B, status:VALID,
-
SYNONYM: APPS.OKC_RULES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_RULES_B, status:VALID,
-
SYNONYM: APPS.OKC_RULES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_RULES_B, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: APPS.OKC_K_PARTY_ROLES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_K_PARTY_ROLES_B, status:VALID,
-
SYNONYM: APPS.OKC_K_PARTY_ROLES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_K_PARTY_ROLES_B, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.HZ_CONTACT_POINTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_CONTACT_POINTS, status:VALID,
-
SYNONYM: APPS.HZ_CONTACT_POINTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_CONTACT_POINTS, status:VALID,
-
SYNONYM: APPS.OKC_K_HEADERS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_K_HEADERS_B, status:VALID,
-
SYNONYM: APPS.OKC_K_HEADERS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_K_HEADERS_B, status:VALID,
-
SYNONYM: APPS.HZ_PARTIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
SYNONYM: APPS.HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
eTRM - OKL Tables and Views
12.2.2
description: Translatable columns from OKL_XTL_SELL_INVS_B, per MLS standards ,
-
eTRM - OKL Tables and Views
12.1.1
description: Translatable columns from OKL_XTL_SELL_INVS_B, per MLS standards ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1