Customizing Oracle Quote Terms and Conditions template to show Logo at run time
Hi,
Business Requirement:
Dynamically print Logo in the Quote and Contract Terms & Conditions: Based on the Quote/Contract line items & customer state, the logo file name will be derived at run time. Using this image file name (which will be placed under $OA_MEDIA), the template (ASOPRTXSL_en.xsl) should pick the right logo at run time.
ASOPRTXSL_en.xsl template is calling OKCTERMS_en.xsl (PrintContractTerms subtemplate) inside to print the Terms sections and clauses.
Solution Approach:
1. Create "User Defined Variable" in Contract Terms Library setup, which will be sourced using custom PL/SQL to derive the LOGO file name at run time (based on quote/contract line item and customer).
0