Wednesday, 12 April 2017

Delete XMl template in oracle apps

Delete command for deleting xml template from oracle apps

delete   from XDO_TEMPLATES_B        where template_code    = 'template_code'

delete   from XDO_TEMPLATES_TL       where template_code    = 'template_code'

delete   from xdo_lobs               where lob_code         = 'template_code'

delete   from XDO_DS_DEFINITIONS_TL  where data_source_code = 'template_code'

delete   from XDO_DS_DEFINITIONS_b   where data_source_code = 'template_code'

No comments:

Post a Comment

GL Code combination query in oracle fusion

 select  gcc.Code_Combination_id Account_Code_Combination_Id, CONCATENATED_SEGMENTS Account_Code_Combination,  segment1, segment2, segment3,...