[Home] [Help]
63:
64: l_progress := '006';
65: SELECT row_id
66: INTO p_row_id
67: FROM por_templates_v
68: WHERE template_code = l_template_code;
69:
70: EXCEPTION
71: WHEN OTHERS THEN
186:
187: l_progress := '001';
188: SELECT template_code
189: INTO l_template_code
190: FROM por_templates_v
191: WHERE row_id = p_row_id;
192:
193: l_progress := '002';
194: DELETE FROM POR_TEMPLATE_ATTRIBUTES_TL