🔹 Join the OracleApps88 Telegram Group - Stay up to date with the latest on Oracle EBS R12 and Oracle Cloud/Fusion Applications. 📌 Telegram Group : https://t.me/OracleApps88

💡 Facing issues copying code/scripts or viewing posts? We're here to help!
📬 Contact on Telegram : https://t.me/apps88
📱 Telegram/WhatsApp: +91 905 957 4321
📧 Email Support: OracleApp88@Yahoo.com

Friday, April 14, 2017

Query to Get eText Template Details

SELECT
    f.FORMAT_NAME
  , f.FORMAT_CODE
  , NVL(f.SEEDED_FLAG,'N') SEEDED_FORMAT
  , t.TEMPLATE_NAME
  , t.TEMPLATE_CODE
  , t.TEMPLATE_TYPE_CODE
  , x.XDO_FILE_TYPE
  , x.FILE_NAME
FROM
    IBY_FORMATS_VL f
  , XDO_TEMPLATES_VL t
  , XDO_LOBS x
WHERE
    f.FORMAT_TYPE_CODE           = 'OUTBOUND_PAYMENT_INSTRUCTION'
    AND f.FORMAT_TEMPLATE_CODE   = t.TEMPLATE_CODE
    AND t.APPLICATION_SHORT_NAME = 'IBY'
    AND t.TEMPLATE_CODE          = x.LOB_CODE
    AND t.TEMPLATE_TYPE_CODE     = 'ETEXT'
    AND x.XDO_FILE_TYPE         <> 'RTF-ETEXT'
    AND x.LOB_TYPE               = 'TEMPLATE_SOURCE'
ORDER BY
    t.TEMPLATE_NAME
  , f.FORMAT_NAME;


No comments:

Post a Comment

If you are facing any issues while copying the Code/Script or any issues with Posts, Please send a mail to OracleApp88@Yahoo.com or message me at @apps88 or +91 905 957 4321 in telegram.
Best Blogger TipsGet Flower Effect