Address #483 with changes to DATAITEM_ROLES.csv, DATAITEM_ROLES.xls.

Add conditional compilation for debugging.

Use correct NLS language in dads.conf 

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@4793 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
hardya
2008-04-14 17:04:06 +00:00
parent da43803539
commit cae05e68a9
14 changed files with 59 additions and 58 deletions

View File

@@ -17,13 +17,13 @@ CREATE OR REPLACE PACKAGE BODY mip_friendly_messages IS
PROCEDURE pl(p_in VARCHAR2
,p_line IN NUMBER DEFAULT NULL) IS
BEGIN
NULL;
/* $IF mip_debug_constants.debugging OR mip_debug_constants.friendly_messages
$THEN*/
$IF mip_debug_constants.debugging OR mip_debug_constants.friendly_messages
$THEN
mip_debug.pl(p_unit => $$PLSQL_UNIT
,p_line => p_line
,p_in => p_in);
/* $END*/
$END
NULL;
END pl;
FUNCTION get_constraint_message(p_ora_msg IN VARCHAR2) RETURN VARCHAR2 IS