DBA Data[Home] [Help]

APPS.PO_ASL_SV dependencies on PO_DEBUG

Line 12: g_debug_stmt CONSTANT BOOLEAN := PO_DEBUG.is_debug_stmt_on;

8: G_PKG_NAME CONSTANT VARCHAR2(50) := 'PO_ASL_SV';
9:
10: G_MODULE_PREFIX CONSTANT VARCHAR2(40) := 'po.plsql.' || g_pkg_name || '.';
11:
12: g_debug_stmt CONSTANT BOOLEAN := PO_DEBUG.is_debug_stmt_on;
13: g_debug_unexp CONSTANT BOOLEAN := PO_DEBUG.is_debug_unexp_on;
14:
15:
16: TYPE asl_activity_rec IS RECORD

Line 13: g_debug_unexp CONSTANT BOOLEAN := PO_DEBUG.is_debug_unexp_on;

9:
10: G_MODULE_PREFIX CONSTANT VARCHAR2(40) := 'po.plsql.' || g_pkg_name || '.';
11:
12: g_debug_stmt CONSTANT BOOLEAN := PO_DEBUG.is_debug_stmt_on;
13: g_debug_unexp CONSTANT BOOLEAN := PO_DEBUG.is_debug_unexp_on;
14:
15:
16: TYPE asl_activity_rec IS RECORD
17: ( asl_id NUMBER,

Line 228: PO_DEBUG.debug_begin

224: begin
225:
226: --
227: IF (g_debug_stmt) THEN
228: PO_DEBUG.debug_begin
229: ( p_log_head => l_module
230: );
231: END IF;
232: --

Line 287: PO_DEBUG.debug_stmt

283:
284: l_return_status := FND_API.G_RET_STS_SUCCESS;
285:
286: IF (g_debug_stmt) THEN
287: PO_DEBUG.debug_stmt
288: ( p_log_head => l_module,
289: p_token => l_progress,
290: p_message => 'Call PO_BUSINESSEVENT_PVT.raise_event'
291: );

Line 317: PO_DEBUG.debug_stmt

313:
314: l_msg_buf := SUBSTRB('ASL' || l_asl_id_tbl(i) || 'errors out at'
315: || l_progress || l_msg_buf, 1, 2000);
316:
317: PO_DEBUG.debug_stmt
318: ( p_log_head => l_module,
319: p_token => l_progress,
320: p_message => l_msg_buf
321: );

Line 331: PO_DEBUG.debug_stmt

327: l_msg_buf := SUBSTRB('ASL' || l_asl_id_tbl(i) ||
328: 'raised business event successfully',
329: 1, 2000);
330:
331: PO_DEBUG.debug_stmt
332: ( p_log_head => l_module,
333: p_token => l_progress,
334: p_message => l_msg_buf
335: );

Line 354: PO_DEBUG.debug_end

350: END IF;
351: END LOOP;
352:
353: IF (g_debug_stmt) THEN
354: PO_DEBUG.debug_end
355: ( p_log_head => l_module
356: );
357: END IF;
358:

Line 633: PO_DEBUG.debug_begin

629:
630: x_return_status := FND_API.G_RET_STS_SUCCESS;
631:
632: IF (g_debug_stmt) THEN
633: PO_DEBUG.debug_begin
634: ( p_log_head => l_module
635: );
636: END IF;
637:

Line 640: PO_DEBUG.debug_stmt

636: END IF;
637:
638: IF (g_eres_enabled <> 'Y') THEN
639: IF (g_debug_stmt) THEN
640: PO_DEBUG.debug_stmt
641: ( p_log_head => l_module,
642: p_token => l_progress,
643: p_message => 'g_eres_enabled is ' || g_eres_enabled ||
644: 'Quitting procedure raise_asl_eres_event'

Line 695: PO_DEBUG.debug_var(l_module, l_progress, 'l_event.event_name',

691: l_event.event_key := p_asl_id;
692: l_event.event_status := 'SUCCESS';
693:
694: IF (g_debug_stmt) THEN
695: PO_DEBUG.debug_var(l_module, l_progress, 'l_event.event_name',
696: l_event.event_name);
697:
698: PO_DEBUG.debug_var(l_module, l_progress, 'l_event.event_key',
699: l_event.event_key);

Line 698: PO_DEBUG.debug_var(l_module, l_progress, 'l_event.event_key',

694: IF (g_debug_stmt) THEN
695: PO_DEBUG.debug_var(l_module, l_progress, 'l_event.event_name',
696: l_event.event_name);
697:
698: PO_DEBUG.debug_var(l_module, l_progress, 'l_event.event_key',
699: l_event.event_key);
700: END IF;
701:
702: -- Call QA API to raise ERES event

Line 718: PO_DEBUG.debug_stmt

714: x_event => l_event
715: );
716:
717: IF (g_debug_stmt) THEN
718: PO_DEBUG.debug_stmt
719: ( p_log_head => l_module,
720: p_token => l_progress,
721: p_message => 'Called raise_eres_event. status = ' || l_event.event_status
722: );

Line 725: PO_DEBUG.debug_var(l_module, l_progress, 'l_event.erecord_id',

721: p_message => 'Called raise_eres_event. status = ' || l_event.event_status
722: );
723:
724:
725: PO_DEBUG.debug_var(l_module, l_progress, 'l_event.erecord_id',
726: l_event.erecord_id);
727: END IF;
728:
729: --Bug 4745270 dont error incase of 'PENDING' status

Line 757: PO_DEBUG.debug_stmt

753: p_autonomous_commit => p_autonomous_commit
754: );
755:
756: IF (g_debug_stmt) THEN
757: PO_DEBUG.debug_stmt
758: ( p_log_head => l_module,
759: p_token => l_progress,
760: p_message => 'Called send_ackn. status = ' ||
761: l_event.event_status

Line 775: PO_DEBUG.debug_end

771: END IF;
772: END IF;
773:
774: IF (g_debug_stmt) THEN
775: PO_DEBUG.debug_end
776: ( p_log_head => l_module
777: );
778: END IF;
779:

Line 785: PO_DEBUG.debug_exc

781: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
782: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
783:
784: IF (g_debug_unexp) THEN
785: PO_DEBUG.debug_exc
786: ( p_log_head => l_module,
787: p_progress => l_progress
788: );
789:

Line 796: PO_DEBUG.debug_stmt

792: FOR i IN 1..l_msg_count LOOP
793: l_msg_data := FND_MSG_PUB.get
794: ( p_msg_index => i,
795: p_encoded => 'F');
796: PO_DEBUG.debug_stmt
797: ( p_log_head => l_module,
798: p_token => l_progress,
799: p_message => l_msg_data);
800: END LOOP;

Line 819: PO_DEBUG.debug_exc

815: WHEN OTHERS THEN
816: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
817:
818: IF (g_debug_unexp) THEN
819: PO_DEBUG.debug_exc
820: ( p_log_head => l_module,
821: p_progress => l_progress
822: );
823: END IF;

Line 882: PO_DEBUG.debug_begin

878: BEGIN
879: l_progress := '000';
880:
881: IF (g_debug_stmt) THEN
882: PO_DEBUG.debug_begin
883: ( p_log_head => l_module
884: );
885: END IF;
886:

Line 938: PO_DEBUG.debug_end

934: l_category_name;
935: END IF;
936:
937: IF (g_debug_stmt) THEN
938: PO_DEBUG.debug_end
939: ( p_log_head => l_module
940: );
941: END IF;
942:

Line 947: PO_DEBUG.debug_exc

943:
944: EXCEPTION
945: WHEN OTHERS THEN
946: IF (g_debug_unexp) THEN
947: PO_DEBUG.debug_exc
948: ( p_log_head => l_module,
949: p_progress => l_progress
950: );
951: END IF;

Line 998: PO_DEBUG.debug_begin

994:
995: l_progress := '000';
996:
997: IF (g_debug_stmt) THEN
998: PO_DEBUG.debug_begin
999: ( p_log_head => l_module
1000: );
1001: END IF;
1002:

Line 1008: PO_DEBUG.debug_end

1004: g_asl_activities_index := 0;
1005:
1006:
1007: IF (g_debug_stmt) THEN
1008: PO_DEBUG.debug_end
1009: ( p_log_head => l_module
1010: );
1011: END IF;
1012:

Line 1017: PO_DEBUG.debug_exc

1013:
1014: EXCEPTION
1015: WHEN OTHERS THEN
1016: IF (g_debug_unexp) THEN
1017: PO_DEBUG.debug_exc
1018: ( p_log_head => l_module,
1019: p_progress => l_progress
1020: );
1021: END IF;

Line 1072: PO_DEBUG.debug_begin

1068:
1069: BEGIN
1070:
1071: IF (g_debug_stmt) THEN
1072: PO_DEBUG.debug_begin
1073: ( p_log_head => l_module
1074: );
1075: END IF;
1076:

Line 1083: PO_DEBUG.debug_end

1079: g_asl_activities(g_asl_activities_index).action := p_action;
1080:
1081:
1082: IF (g_debug_stmt) THEN
1083: PO_DEBUG.debug_end
1084: ( p_log_head => l_module
1085: );
1086: END IF;
1087:

Line 1091: PO_DEBUG.debug_exc

1087:
1088: EXCEPTION
1089: WHEN OTHERS THEN
1090: IF (g_debug_unexp) THEN
1091: PO_DEBUG.debug_exc
1092: ( p_log_head => l_module,
1093: p_progress => l_progress
1094: );
1095: END IF;

Line 1137: PO_DEBUG.debug_begin

1133:
1134: BEGIN
1135:
1136: IF (g_debug_stmt) THEN
1137: PO_DEBUG.debug_begin
1138: ( p_log_head => l_module
1139: );
1140: END IF;
1141:

Line 1149: PO_DEBUG.debug_stmt

1145: l_progress := '020';
1146:
1147:
1148: IF (g_debug_stmt) THEN
1149: PO_DEBUG.debug_stmt
1150: ( p_log_head => l_module,
1151: p_token => l_progress,
1152: p_message => 'Processing asl_id= ' || g_asl_activities(i).asl_id
1153: || ', action= ' || g_asl_activities(i).action

Line 1171: PO_DEBUG.debug_stmt

1167: l_progress := '030';
1168:
1169:
1170: IF (g_debug_stmt) THEN
1171: PO_DEBUG.debug_stmt
1172: ( p_log_head => l_module,
1173: p_token => l_progress,
1174: p_message => 'PO_ASL_SV.raise_asl_eres_event failed ' ||
1175: 'with status ' || l_return_status

Line 1188: PO_DEBUG.debug_end

1184: -- clean up pl/sql table once all the rows are processed
1185: init_asl_activity_tbl;
1186:
1187: IF (g_debug_stmt) THEN
1188: PO_DEBUG.debug_end
1189: ( p_log_head => l_module
1190: );
1191: END IF;
1192:

Line 1198: PO_DEBUG.debug_exc

1194: EXCEPTION
1195: WHEN OTHERS THEN
1196:
1197: IF (g_debug_unexp) THEN
1198: PO_DEBUG.debug_exc
1199: ( p_log_head => l_module,
1200: p_progress => l_progress
1201: );
1202: END IF;