Join the OracleApps88 Telegram group @OracleApps88to get more information on Oracle EBS R12/Oracle Fusion applications.

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.

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