DBA Data[Home] [Help]

APPS.POR_IFT_ADMIN_PKG dependencies on POR_TEMPLATE_ATTRIBUTES_V

Line 301: FROM por_template_attributes_v

297:
298: l_progress := '008';
299: SELECT row_id
300: INTO p_row_id
301: FROM por_template_attributes_v
302: WHERE template_code = p_template_code
303: AND attribute_code = l_attribute_code;
304:
305: EXCEPTION

Line 488: FROM por_template_attributes_v

484:
485: l_progress := '001';
486: SELECT attribute_code
487: INTO l_attribute_code_old
488: FROM por_template_attributes_v
489: WHERE row_id = p_row_id;
490:
491: l_progress := '002';
492: DELETE FROM por_template_attributes_b