Thursday, 30 May 2013

Deleting Data Definition and Layout Templates

select * from XDO_TEMPLATES_B        where template_code    = :p_template_code

delete   from XDO_TEMPLATES_B        where template_code    = :p_template_code

select * from XDO_TEMPLATES_TL       where template_code    = :p_template_code

delete   from XDO_TEMPLATES_TL       where template_code    = :p_template_code

select * from XDO_LOBS               where lob_code         = :p_template_code

delete   from xdo_lobs               where lob_code         = :p_template_code

select * from XDO_DS_DEFINITIONS_TL  where data_source_code = :p_template_code

delete   from XDO_DS_DEFINITIONS_TL  where data_source_code = :p_template_code

select * from XDO_DS_DEFINITIONS_B   where data_source_code = :p_template_code

delete   from XDO_DS_DEFINITIONS_b   where data_source_code = :p_template_code

No comments:

Post a Comment

CREATING A SUPPLIER IN R12 (Functional and SUPPLIERS IN TCA)

Who is a Supplier? Let us now understand who is a Supplier with the help of a simple example: We consider us as a business, who sell...