DBA Data[Home] [Help]

APPS.QP_FORMULA_RULES_PVT dependencies on USER_ERRORS

Line 200: from user_errors

196: v_segment_id number;
197: v_count BINARY_INTEGER := 1;
198: CURSOR errors IS
199: select line, text
200: from user_errors
201: where name = upper(l_pkg_name)
202: and type = decode(p_pkg_type,'SPEC','PACKAGE',
203: 'BODY','PACKAGE BODY');
204: BEGIN