DBA Data[Home] [Help]

APPS.BIS_CUSTOMIZATION dependencies on STANDARD

Line 64: where attribute_code='ICX_STANDARD_FOOTER'

60: procedure delete_region_item is
61: begin
62:
63: delete from ak_region_items
64: where attribute_code='ICX_STANDARD_FOOTER'
65: and region_code='BISPRINTPAGE';
66:
67: delete from ak_region_items_tl
68: where attribute_code='ICX_STANDARD_FOOTER'

Line 68: where attribute_code='ICX_STANDARD_FOOTER'

64: where attribute_code='ICX_STANDARD_FOOTER'
65: and region_code='BISPRINTPAGE';
66:
67: delete from ak_region_items_tl
68: where attribute_code='ICX_STANDARD_FOOTER'
69: and region_code='BISPRINTPAGE';
70:
71: end delete_region_item;
72: