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 637: PO_DEBUG.debug_begin

633:
634: x_return_status := FND_API.G_RET_STS_SUCCESS;
635:
636: IF (g_debug_stmt) THEN
637: PO_DEBUG.debug_begin
638: ( p_log_head => l_module
639: );
640: END IF;
641:

Line 644: PO_DEBUG.debug_stmt

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

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

695: l_event.event_key := p_asl_id;
696: l_event.event_status := 'SUCCESS';
697:
698: IF (g_debug_stmt) THEN
699: PO_DEBUG.debug_var(l_module, l_progress, 'l_event.event_name',
700: l_event.event_name);
701:
702: PO_DEBUG.debug_var(l_module, l_progress, 'l_event.event_key',
703: l_event.event_key);

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

698: IF (g_debug_stmt) THEN
699: PO_DEBUG.debug_var(l_module, l_progress, 'l_event.event_name',
700: l_event.event_name);
701:
702: PO_DEBUG.debug_var(l_module, l_progress, 'l_event.event_key',
703: l_event.event_key);
704: END IF;
705:
706: -- Call QA API to raise ERES event

Line 722: PO_DEBUG.debug_stmt

718: x_event => l_event
719: );
720:
721: IF (g_debug_stmt) THEN
722: PO_DEBUG.debug_stmt
723: ( p_log_head => l_module,
724: p_token => l_progress,
725: p_message => 'Called raise_eres_event. status = ' || l_event.event_status
726: );

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

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

Line 761: PO_DEBUG.debug_stmt

757: p_autonomous_commit => p_autonomous_commit
758: );
759:
760: IF (g_debug_stmt) THEN
761: PO_DEBUG.debug_stmt
762: ( p_log_head => l_module,
763: p_token => l_progress,
764: p_message => 'Called send_ackn. status = ' ||
765: l_event.event_status

Line 779: PO_DEBUG.debug_end

775: END IF;
776: END IF;
777:
778: IF (g_debug_stmt) THEN
779: PO_DEBUG.debug_end
780: ( p_log_head => l_module
781: );
782: END IF;
783:

Line 789: PO_DEBUG.debug_exc

785: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
786: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
787:
788: IF (g_debug_unexp) THEN
789: PO_DEBUG.debug_exc
790: ( p_log_head => l_module,
791: p_progress => l_progress
792: );
793:

Line 800: PO_DEBUG.debug_stmt

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

Line 823: PO_DEBUG.debug_exc

819: WHEN OTHERS THEN
820: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
821:
822: IF (g_debug_unexp) THEN
823: PO_DEBUG.debug_exc
824: ( p_log_head => l_module,
825: p_progress => l_progress
826: );
827: END IF;

Line 886: PO_DEBUG.debug_begin

882: BEGIN
883: l_progress := '000';
884:
885: IF (g_debug_stmt) THEN
886: PO_DEBUG.debug_begin
887: ( p_log_head => l_module
888: );
889: END IF;
890:

Line 942: PO_DEBUG.debug_end

938: l_category_name;
939: END IF;
940:
941: IF (g_debug_stmt) THEN
942: PO_DEBUG.debug_end
943: ( p_log_head => l_module
944: );
945: END IF;
946:

Line 951: PO_DEBUG.debug_exc

947:
948: EXCEPTION
949: WHEN OTHERS THEN
950: IF (g_debug_unexp) THEN
951: PO_DEBUG.debug_exc
952: ( p_log_head => l_module,
953: p_progress => l_progress
954: );
955: END IF;

Line 1002: PO_DEBUG.debug_begin

998:
999: l_progress := '000';
1000:
1001: IF (g_debug_stmt) THEN
1002: PO_DEBUG.debug_begin
1003: ( p_log_head => l_module
1004: );
1005: END IF;
1006:

Line 1012: PO_DEBUG.debug_end

1008: g_asl_activities_index := 0;
1009:
1010:
1011: IF (g_debug_stmt) THEN
1012: PO_DEBUG.debug_end
1013: ( p_log_head => l_module
1014: );
1015: END IF;
1016:

Line 1021: PO_DEBUG.debug_exc

1017:
1018: EXCEPTION
1019: WHEN OTHERS THEN
1020: IF (g_debug_unexp) THEN
1021: PO_DEBUG.debug_exc
1022: ( p_log_head => l_module,
1023: p_progress => l_progress
1024: );
1025: END IF;

Line 1076: PO_DEBUG.debug_begin

1072:
1073: BEGIN
1074:
1075: IF (g_debug_stmt) THEN
1076: PO_DEBUG.debug_begin
1077: ( p_log_head => l_module
1078: );
1079: END IF;
1080:

Line 1087: PO_DEBUG.debug_end

1083: g_asl_activities(g_asl_activities_index).action := p_action;
1084:
1085:
1086: IF (g_debug_stmt) THEN
1087: PO_DEBUG.debug_end
1088: ( p_log_head => l_module
1089: );
1090: END IF;
1091:

Line 1095: PO_DEBUG.debug_exc

1091:
1092: EXCEPTION
1093: WHEN OTHERS THEN
1094: IF (g_debug_unexp) THEN
1095: PO_DEBUG.debug_exc
1096: ( p_log_head => l_module,
1097: p_progress => l_progress
1098: );
1099: END IF;

Line 1141: PO_DEBUG.debug_begin

1137:
1138: BEGIN
1139:
1140: IF (g_debug_stmt) THEN
1141: PO_DEBUG.debug_begin
1142: ( p_log_head => l_module
1143: );
1144: END IF;
1145:

Line 1153: PO_DEBUG.debug_stmt

1149: l_progress := '020';
1150:
1151:
1152: IF (g_debug_stmt) THEN
1153: PO_DEBUG.debug_stmt
1154: ( p_log_head => l_module,
1155: p_token => l_progress,
1156: p_message => 'Processing asl_id= ' || g_asl_activities(i).asl_id
1157: || ', action= ' || g_asl_activities(i).action

Line 1175: PO_DEBUG.debug_stmt

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

Line 1192: PO_DEBUG.debug_end

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

Line 1202: PO_DEBUG.debug_exc

1198: EXCEPTION
1199: WHEN OTHERS THEN
1200:
1201: IF (g_debug_unexp) THEN
1202: PO_DEBUG.debug_exc
1203: ( p_log_head => l_module,
1204: p_progress => l_progress
1205: );
1206: END IF;