DBA Data[Home] [Help]

APPS.HZ_STYLE_FMT_VARIATION_V2PUB dependencies on HZ_STYLE_FMT_LAYOUTS_B

Line 273: update hz_style_fmt_layouts_b

269:
270: IF p_style_fmt_variation_rec.end_date_active is not null AND
271: p_style_fmt_variation_rec.end_date_active <> fnd_api.g_miss_date THEN
272:
273: update hz_style_fmt_layouts_b
274: set end_date_active = p_style_fmt_variation_rec.end_date_active
275: where style_format_code=l_style_format_code AND
276: variation_number = l_variation_number;
277: