DBA Data[Home] [Help]

APPS.POR_IFT_ADMIN_PKG dependencies on POR_TEMPLATES_V

Line 67: FROM por_templates_v

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

Line 190: FROM por_templates_v

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