DBA Data[Home] [Help]

APPS.CSD_GEN_ERRMSGS_PVT dependencies on CSD_GEN_ERRMSGS_PVT

Line 1: PACKAGE BODY csd_gen_errmsgs_pvt AS

1: PACKAGE BODY csd_gen_errmsgs_pvt AS
2: /* $Header: csdvgemb.pls 120.1 2008/05/28 21:40:51 swai ship $ */
3:
4: -- ---------------------------------------------------------
5: -- Define global variables

Line 7: g_pkg_name CONSTANT VARCHAR2 (30) := 'CSD_GEN_ERRMSGS_PVT';

3:
4: -- ---------------------------------------------------------
5: -- Define global variables
6: -- ---------------------------------------------------------
7: g_pkg_name CONSTANT VARCHAR2 (30) := 'CSD_GEN_ERRMSGS_PVT';
8: g_file_name CONSTANT VARCHAR2 (12) := 'csdvgemb.pls';
9: g_debug_level NUMBER := csd_gen_utility_pvt.g_debug_level;
10: g_MSG_STATUS_OPEN VARCHAR2(1) := 'O';
11:

Line 70: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS.BEGIN',

66:
67: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
68: THEN
69: fnd_log.STRING (fnd_log.level_procedure,
70: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS.BEGIN',
71: 'Entered SAVE_FND_MSGS'
72: );
73: END IF;
74:

Line 92: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS',

88:
89: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
90: THEN
91: fnd_log.STRING (fnd_log.level_statement,
92: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS',
93: 'Checking required params'
94: );
95: END IF;
96:

Line 106: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS',

102:
103: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
104: THEN
105: fnd_log.STRING (fnd_log.level_statement,
106: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS',
107: 'module code is ok'
108: );
109: END IF;
110:

Line 120: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS',

116:
117: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
118: THEN
119: fnd_log.STRING (fnd_log.level_statement,
120: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS',
121: 'p_source_entity_id1 is ok'
122: );
123: END IF;
124:

Line 134: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS',

130:
131: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
132: THEN
133: fnd_log.STRING (fnd_log.level_statement,
134: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS',
135: 'p_source_entity_type_code is ok'
136: );
137: END IF;
138:

Line 148: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS',

144:
145: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
146: THEN
147: fnd_log.STRING (fnd_log.level_statement,
148: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS',
149: 'p_source_entity_id2 is ok'
150: );
151: END IF;
152:

Line 163: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS',

159:
160: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
161: THEN
162: fnd_log.STRING (fnd_log.level_statement,
163: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS',
164: 'p_msg_module validation passed'
165: );
166: END IF;
167:

Line 175: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS',

171: --Loop thru the message stack and insert into the generic error messages table.
172: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
173: THEN
174: fnd_log.STRING (fnd_log.level_statement,
175: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS',
176: 'Count of messages in the stack[' || l_count || ']'
177: );
178: END IF;
179:

Line 191: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS',

187:
188: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
189: THEN
190: fnd_log.STRING (fnd_log.level_statement,
191: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS',
192: 'Encoded message[' || l_msg || ']'
193: );
194: END IF;
195:

Line 213: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS',

209:
210: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
211: THEN
212: fnd_log.STRING (fnd_log.level_statement,
213: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS',
214: 'Message type[' || l_msg_type || ']'
215: );
216: END IF;
217:

Line 251: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS',

247: THEN
248: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
249: THEN
250: fnd_log.STRING (fnd_log.level_statement,
251: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS',
252: 'Adding record into generic error messages'
253: );
254: END IF;
255:

Line 277: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS',

273:
274: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
275: THEN
276: fnd_log.STRING (fnd_log.level_statement,
277: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS',
278: 'Insert into generic error successful,id['
279: || l_generic_errmsgs_id
280: || ']'
281: );

Line 301: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS.END',

297:
298: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
299: THEN
300: fnd_log.STRING (fnd_log.level_procedure,
301: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS.END',
302: 'Leaving SAVE_FND_MSGS'
303: );
304: END IF;
305: EXCEPTION

Line 317: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS',

313:
314: IF (fnd_log.level_error >= fnd_log.g_current_runtime_level)
315: THEN
316: fnd_log.STRING (fnd_log.level_error,
317: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS',
318: 'EXC_ERROR[' || x_msg_data || ']'
319: );
320: END IF;
321: WHEN fnd_api.g_exc_unexpected_error

Line 332: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS',

328:
329: IF (fnd_log.level_exception >= fnd_log.g_current_runtime_level)
330: THEN
331: fnd_log.STRING (fnd_log.level_exception,
332: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS',
333: 'EXC_UNEXPECTED_ERROR[' || x_msg_data || ']'
334: );
335: END IF;
336: WHEN OTHERS

Line 353: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS',

349:
350: IF (fnd_log.level_exception >= fnd_log.g_current_runtime_level)
351: THEN
352: fnd_log.STRING (fnd_log.level_exception,
353: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.SAVE_FND_MSGS',
354: 'SQL Message[' || SQLERRM || ']'
355: );
356: END IF;
357: END save_fnd_msgs;

Line 389: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.PURGE_MSG.BEGIN',

385:
386: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
387: THEN
388: fnd_log.STRING (fnd_log.level_procedure,
389: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.PURGE_MSG.BEGIN',
390: 'Entered Purge_Msg'
391: );
392: END IF;
393:

Line 430: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.PURGE_MSG.END',

426:
427: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
428: THEN
429: fnd_log.STRING (fnd_log.level_procedure,
430: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.PURGE_MSG.END',
431: 'Leaving Purge_Msg'
432: );
433: END IF;
434: EXCEPTION

Line 446: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.PURGE_MSG',

442:
443: IF (fnd_log.level_error >= fnd_log.g_current_runtime_level)
444: THEN
445: fnd_log.STRING (fnd_log.level_error,
446: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.PURGE_MSG',
447: 'EXC_ERROR[' || x_msg_data || ']'
448: );
449: END IF;
450: WHEN fnd_api.g_exc_unexpected_error

Line 461: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.PURGE_MSG',

457:
458: IF (fnd_log.level_exception >= fnd_log.g_current_runtime_level)
459: THEN
460: fnd_log.STRING (fnd_log.level_exception,
461: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.PURGE_MSG',
462: 'EXC_UNEXPECTED_ERROR[' || x_msg_data || ']'
463: );
464: END IF;
465: WHEN OTHERS

Line 482: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.PURGE_MSG',

478:
479: IF (fnd_log.level_exception >= fnd_log.g_current_runtime_level)
480: THEN
481: fnd_log.STRING (fnd_log.level_exception,
482: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.PURGE_MSG',
483: 'SQL Message[' || SQLERRM || ']'
484: );
485: END IF;
486: END purge_msg;

Line 531: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.PURGE_ENTITY_MSGS.BEGIN',

527: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
528: THEN
529: fnd_log.STRING
530: (fnd_log.level_procedure,
531: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.PURGE_ENTITY_MSGS.BEGIN',
532: 'Entered PURGE_ENTITY_MSGS'
533: );
534: END IF;
535:

Line 585: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.PURGE_ENTITY_MSGS.END',

581: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
582: THEN
583: fnd_log.STRING
584: (fnd_log.level_procedure,
585: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.PURGE_ENTITY_MSGS.END',
586: 'Leaving PURGE_ENTITY_MSGS'
587: );
588: END IF;
589: EXCEPTION

Line 602: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.PURGE_ENTITY_MSGS',

598: IF (fnd_log.level_error >= fnd_log.g_current_runtime_level)
599: THEN
600: fnd_log.STRING
601: (fnd_log.level_error,
602: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.PURGE_ENTITY_MSGS',
603: 'EXC_ERROR[' || x_msg_data || ']'
604: );
605: END IF;
606: WHEN fnd_api.g_exc_unexpected_error

Line 618: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.PURGE_ENTITY_MSGS',

614: IF (fnd_log.level_exception >= fnd_log.g_current_runtime_level)
615: THEN
616: fnd_log.STRING
617: (fnd_log.level_exception,
618: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.PURGE_ENTITY_MSGS',
619: 'EXC_UNEXPECTED_ERROR[' || x_msg_data || ']'
620: );
621: END IF;
622: WHEN OTHERS

Line 640: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.PURGE_ENTITY_MSGS',

636: IF (fnd_log.level_exception >= fnd_log.g_current_runtime_level)
637: THEN
638: fnd_log.STRING
639: (fnd_log.level_exception,
640: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.PURGE_ENTITY_MSGS',
641: 'SQL Message[' || SQLERRM || ']'
642: );
643: END IF;
644: END purge_entity_msgs;

Line 766: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.GET_ERRMSGS.BEGIN',

762:
763: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
764: THEN
765: fnd_log.STRING (fnd_log.level_procedure,
766: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.GET_ERRMSGS.BEGIN',
767: 'Entered GET_ERRMSGS'
768: );
769: END IF;
770:

Line 793: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.GET_ERRMSGS',

789:
790: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
791: THEN
792: fnd_log.STRING (fnd_log.level_statement,
793: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.GET_ERRMSGS',
794: 'Checking for required parameters'
795: );
796: END IF;
797:

Line 807: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.GET_ERRMSGS',

803:
804: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
805: THEN
806: fnd_log.STRING (fnd_log.level_statement,
807: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.GET_ERRMSGS',
808: 'module code is ok'
809: );
810: END IF;
811:

Line 822: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.GET_ERRMSGS',

818:
819: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
820: THEN
821: fnd_log.STRING (fnd_log.level_statement,
822: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.GET_ERRMSGS',
823: 'p_source_entity_id_1 is ok'
824: );
825: END IF;
826:

Line 832: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.GET_ERRMSGS',

828:
829: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
830: THEN
831: fnd_log.STRING (fnd_log.level_statement,
832: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.GET_ERRMSGS',
833: 'p_module_code=[' || p_module_code || ']'
834: );
835: fnd_log.STRING (fnd_log.level_statement,
836: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.GET_ERRMSGS',

Line 836: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.GET_ERRMSGS',

832: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.GET_ERRMSGS',
833: 'p_module_code=[' || p_module_code || ']'
834: );
835: fnd_log.STRING (fnd_log.level_statement,
836: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.GET_ERRMSGS',
837: 'p_source_entity_type_code=['
838: || p_source_entity_type_code
839: || ']'
840: );

Line 842: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.GET_ERRMSGS',

838: || p_source_entity_type_code
839: || ']'
840: );
841: fnd_log.STRING (fnd_log.level_statement,
842: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.GET_ERRMSGS',
843: 'p_source_entity_id_1=[' || p_source_entity_id_1
844: || ']'
845: );
846: fnd_log.STRING (fnd_log.level_statement,

Line 847: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.GET_ERRMSGS',

843: 'p_source_entity_id_1=[' || p_source_entity_id_1
844: || ']'
845: );
846: fnd_log.STRING (fnd_log.level_statement,
847: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.GET_ERRMSGS',
848: 'p_source_entity_id_2=[' || p_source_entity_id_2
849: || ']'
850: );
851: END IF;

Line 955: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.GET_ERRMSGS',

951:
952: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
953: THEN
954: fnd_log.STRING (fnd_log.level_statement,
955: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.GET_ERRMSGS',
956: 'Populated errmsgs table'
957: );
958: END IF;
959:

Line 963: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.GET_ERRMSGS.END',

959:
960: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
961: THEN
962: fnd_log.STRING (fnd_log.level_procedure,
963: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.GET_ERRMSGS.END',
964: 'Leaving GET_ERRMSGS'
965: );
966: END IF;
967:

Line 982: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.GET_ERRMSGS',

978:
979: IF (fnd_log.level_error >= fnd_log.g_current_runtime_level)
980: THEN
981: fnd_log.STRING (fnd_log.level_error,
982: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.GET_ERRMSGS',
983: 'EXC_ERROR[' || x_msg_data || ']'
984: );
985: END IF;
986: WHEN fnd_api.g_exc_unexpected_error

Line 996: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.GET_ERRMSGS',

992:
993: IF (fnd_log.level_exception >= fnd_log.g_current_runtime_level)
994: THEN
995: fnd_log.STRING (fnd_log.level_exception,
996: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.GET_ERRMSGS',
997: 'EXC_UNEXPECTED_ERROR[' || x_msg_data || ']'
998: );
999: END IF;
1000: WHEN OTHERS

Line 1016: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.GET_ERRMSGS',

1012:
1013: IF (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level)
1014: THEN
1015: fnd_log.STRING (fnd_log.level_unexpected,
1016: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.GET_ERRMSGS',
1017: 'SQL Message[' || SQLERRM || ']'
1018: );
1019: END IF;
1020: END get_errmsgs;

Line 1059: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.PURGE_ENTITY_MSGS_CP.BEGIN',

1055: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1056: THEN
1057: fnd_log.STRING
1058: (fnd_log.level_procedure,
1059: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.PURGE_ENTITY_MSGS_CP.BEGIN',
1060: 'Entered PURGE_ENTITY_MSGS_CP'
1061: );
1062: END IF;
1063:

Line 1090: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.PURGE_ENTITY_MSGS_CP',

1086: IF (fnd_log.level_exception >= fnd_log.g_current_runtime_level)
1087: THEN
1088: fnd_log.STRING
1089: (fnd_log.level_exception,
1090: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.PURGE_ENTITY_MSGS_CP',
1091: 'Error message [' || l_msg_data || ']'
1092: );
1093: END IF;
1094: fnd_file.put_line (fnd_file.LOG, l_msg_data);

Line 1105: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.PURGE_ENTITY_MSGS_CP.END',

1101: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1102: THEN
1103: fnd_log.STRING
1104: (fnd_log.level_procedure,
1105: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.PURGE_ENTITY_MSGS_CP.END',
1106: 'Leaving PURGE_ENTITY_MSGS_CP'
1107: );
1108: END IF;
1109: EXCEPTION

Line 1116: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.PURGE_ENTITY_MSGS_CP',

1112: IF (fnd_log.level_exception >= fnd_log.g_current_runtime_level)
1113: THEN
1114: fnd_log.STRING
1115: (fnd_log.level_exception,
1116: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.PURGE_ENTITY_MSGS_CP',
1117: 'SQL Message[' || SQLERRM || ']'
1118: );
1119: END IF;
1120: END purge_entity_msgs_cp;

Line 1154: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.VALIDATE_MODULE_CODE.BEGIN',

1150: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1151: THEN
1152: fnd_log.STRING
1153: (fnd_log.level_procedure,
1154: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.VALIDATE_MODULE_CODE.BEGIN',
1155: 'Entered VALIDATE_MODULE_CODE'
1156: );
1157: END IF;
1158:

Line 1175: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.VALIDATE_MODULE_CODE.END',

1171: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1172: THEN
1173: fnd_log.STRING
1174: (fnd_log.level_procedure,
1175: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.VALIDATE_MODULE_CODE.END',
1176: 'Leaving VALIDATE_MODULE_CODE'
1177: );
1178: END IF;
1179: EXCEPTION

Line 1186: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.VALIDATE_MODULE_CODE',

1182: IF (fnd_log.level_exception >= fnd_log.g_current_runtime_level)
1183: THEN
1184: fnd_log.STRING
1185: (fnd_log.level_exception,
1186: 'CSD.PLSQL.CSD_GEN_ERRMSGS_PVT.VALIDATE_MODULE_CODE',
1187: 'SQL Error[' || SQLERRM || ']'
1188: );
1189: END IF;
1190:

Line 1248: END csd_gen_errmsgs_pvt;

1244: );
1245: END purge_entity_msgs;
1246:
1247:
1248: END csd_gen_errmsgs_pvt;