DBA Data[Home] [Help]

APPS.AMW_VIOLATION_PVT dependencies on DBMS_OUTPUT

Line 1242: dbms_output.put_line('exception');

1238: x_violat_btn_region := '/oracle/apps/amw/audit/duty/webui/RoleAssignViolationOverrideBtnRN';
1239: END IF;
1240: exception
1241: when others then
1242: dbms_output.put_line('exception');
1243: END Has_Violations;
1244:
1245:
1246: