DBA Data[Home] [Help]

APPS.XDP_PROC_CTL dependencies on USER_ERRORS

Line 1264: FROM user_errors

1260: IS
1261:
1262: CURSOR c_GetAllErrors(p_ProcName varchar2) IS
1263: SELECT SUBSTR(text,1,80)
1264: FROM user_errors
1265: WHERE UPPER(name) = UPPER(p_ProcName)
1266: and sequence < 3
1267: order by line;
1268: