DBA Data[Home] [Help]

APPS.AHL_DI_ASSO_DOC_ASO_PUB dependencies on AHL_DEBUG_PUB

Line 13: G_DEBUG VARCHAR2(1) := AHL_DEBUG_PUB.is_log_enabled;

9: /* */
10: /*-----------------------------------------------------------*/
11:
12: --G_DEBUG VARCHAR2(1):=FND_PROFILE.VALUE('AHL_API_FILE_DEBUG_ON');
13: G_DEBUG VARCHAR2(1) := AHL_DEBUG_PUB.is_log_enabled;
14:
15: PROCEDURE Check_lookup_name_Or_Id
16: ( p_lookup_type IN FND_LOOKUPS.lookup_type%TYPE,
17: p_lookup_code IN FND_LOOKUPS.lookup_code%TYPE,

Line 141: AHL_DEBUG_PUB.enable_debug;

137: -- Standard Start of API savepoint
138: SAVEPOINT create_association;
139: -- Check if API is called in debug mode. If yes, enable debug.
140: IF G_DEBUG='Y' THEN
141: AHL_DEBUG_PUB.enable_debug;
142:
143: END IF;
144: -- Debug info.
145: IF G_DEBUG='Y' THEN

Line 147: AHL_DEBUG_PUB.debug( 'enter ahl_di_asso_doc_aso_pub.Create Association','+DOBJASS+');

143: END IF;
144: -- Debug info.
145: IF G_DEBUG='Y' THEN
146: IF G_DEBUG='Y' THEN
147: AHL_DEBUG_PUB.debug( 'enter ahl_di_asso_doc_aso_pub.Create Association','+DOBJASS+');
148:
149: END IF;
150: END IF;
151: -- Standard call to check for call compatibility.

Line 307: AHL_DEBUG_PUB.debug( 'Start of api Customer Create Association_Pre');

303:
304: IF JTF_USR_HKS.Ok_to_Execute( 'AHL_DI_ASSO_DOC_ASO_PUB','CREATE_ASSOCIATION',
305: 'B', 'C' ) then
306: IF G_DEBUG='Y' THEN
307: AHL_DEBUG_PUB.debug( 'Start of api Customer Create Association_Pre');
308:
309: END IF;
310: AHL_DI_ASSO_DOC_ASO_CUHK.CREATE_ASSOCIATION_PRE(
311: P_X_ASSOCIATION_TBL => l_association_tbl,

Line 317: AHL_DEBUG_PUB.debug( 'End of api Customer Create Association_Pre');

313: X_MSG_COUNT => l_pre_C_msg_count ,
314: X_MSG_DATA => l_pre_C_msg_data );
315:
316: IF G_DEBUG='Y' THEN
317: AHL_DEBUG_PUB.debug( 'End of api Customer Create Association_Pre');
318:
319: END IF;
320:
321: IF l_pre_C_return_status = FND_API.G_RET_STS_ERROR THEN

Line 331: AHL_DEBUG_PUB.debug( 'Start of api Vertical Create Association_Pre');

327:
328: IF JTF_USR_HKS.Ok_to_Execute( 'AHL_DI_ASSO_DOC_ASO_PUB','CREATE_ASSOCIATION',
329: 'B', 'V' ) then
330: IF G_DEBUG='Y' THEN
331: AHL_DEBUG_PUB.debug( 'Start of api Vertical Create Association_Pre');
332:
333: END IF;
334: AHL_DI_ASSO_DOC_ASO_VUHK.CREATE_ASSOCIATION_PRE(
335: P_X_ASSOCIATION_TBL => l_association_tbl,

Line 340: AHL_DEBUG_PUB.debug( 'End of api Vertical Create Association_Pre');

336: X_RETURN_STATUS => l_pre_V_return_status ,
337: X_MSG_COUNT => l_pre_V_msg_count ,
338: X_MSG_DATA => l_pre_V_msg_data );
339: IF G_DEBUG='Y' THEN
340: AHL_DEBUG_PUB.debug( 'End of api Vertical Create Association_Pre');
341:
342: END IF;
343: IF l_pre_V_return_status = FND_API.G_RET_STS_ERROR THEN
344: RAISE FND_API.G_EXC_ERROR;

Line 395: AHL_DEBUG_PUB.debug( 'Start of api Customer Create Association_Post');

391:
392: IF JTF_USR_HKS.Ok_to_Execute( 'AHL_DI_ASSO_DOC_ASO_PUB','CREATE_ASSOCIATION',
393: 'A', 'C' ) then
394: IF G_DEBUG='Y' THEN
395: AHL_DEBUG_PUB.debug( 'Start of api Customer Create Association_Post');
396:
397: END IF;
398: AHL_DI_ASSO_DOC_ASO_CUHK.CREATE_ASSOCIATION_POST(
399: P_ASSOCIATION_TBL => l_association_tbl,

Line 404: AHL_DEBUG_PUB.debug( 'End of api Customer Create Association_Post');

400: X_RETURN_STATUS => l_post_C_return_status ,
401: X_MSG_COUNT => l_post_C_msg_count ,
402: X_MSG_DATA => l_post_C_msg_data );
403: IF G_DEBUG='Y' THEN
404: AHL_DEBUG_PUB.debug( 'End of api Customer Create Association_Post');
405:
406: END IF;
407: IF l_post_C_return_status = FND_API.G_RET_STS_ERROR THEN
408: RAISE FND_API.G_EXC_ERROR;

Line 417: AHL_DEBUG_PUB.debug( 'Start of api Vertical Create Association_Post');

413:
414: IF JTF_USR_HKS.Ok_to_Execute( 'AHL_DI_ASSO_DOC_ASO_PUB','CREATE_ASSOCIATION',
415: 'A', 'V' ) then
416: IF G_DEBUG='Y' THEN
417: AHL_DEBUG_PUB.debug( 'Start of api Vertical Create Association_Post');
418:
419: END IF;
420: AHL_DI_ASSO_DOC_ASO_VUHK.CREATE_ASSOCIATION_POST(
421: P_ASSOCIATION_TBL => l_association_tbl,

Line 426: AHL_DEBUG_PUB.debug( 'End of api Vertical Create Association_Post');

422: X_RETURN_STATUS => l_post_V_return_status ,
423: X_MSG_COUNT => l_post_V_msg_count ,
424: X_MSG_DATA => l_post_V_msg_data );
425: IF G_DEBUG='Y' THEN
426: AHL_DEBUG_PUB.debug( 'End of api Vertical Create Association_Post');
427:
428: END IF;
429: IF l_post_V_return_status = FND_API.G_RET_STS_ERROR THEN
430: RAISE FND_API.G_EXC_ERROR;

Line 446: AHL_DEBUG_PUB.debug( 'End of public api Create Association','+DOBJASS+');

442: COMMIT;
443: END IF;
444: -- Debug info
445: IF G_DEBUG='Y' THEN
446: AHL_DEBUG_PUB.debug( 'End of public api Create Association','+DOBJASS+');
447:
448: END IF;
449: -- Check if API is called in debug mode. If yes, disable debug.
450: IF G_DEBUG='Y' THEN

Line 451: AHL_DEBUG_PUB.disable_debug;

447:
448: END IF;
449: -- Check if API is called in debug mode. If yes, disable debug.
450: IF G_DEBUG='Y' THEN
451: AHL_DEBUG_PUB.disable_debug;
452:
453: END IF;
454:
455: EXCEPTION

Line 465: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'ERROR' );

461: p_data => x_msg_data);
462: --Debug Info
463: IF G_DEBUG='Y' THEN
464:
465: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'ERROR' );
466:
467:
468:
469:

Line 470: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Create Association','+DOCJASS+');

466:
467:
468:
469:
470: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Create Association','+DOCJASS+');
471:
472:
473:
474: -- Check if API is called in debug mode. If yes, disable debug.

Line 476: AHL_DEBUG_PUB.disable_debug;

472:
473:
474: -- Check if API is called in debug mode. If yes, disable debug.
475:
476: AHL_DEBUG_PUB.disable_debug;
477:
478: END IF;
479:
480: WHEN FND_API.G_EXC_ERROR THEN

Line 490: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'UNEXPECTED ERROR' );

486: x_msg_count := l_msg_count;
487:
488: -- Debug info.
489: IF G_DEBUG='Y' THEN
490: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'UNEXPECTED ERROR' );
491: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Create Association','+DOCJASS+');
492:
493: -- Check if API is called in debug mode. If yes, disable debug.
494: AHL_DEBUG_PUB.disable_debug;

Line 491: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Create Association','+DOCJASS+');

487:
488: -- Debug info.
489: IF G_DEBUG='Y' THEN
490: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'UNEXPECTED ERROR' );
491: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Create Association','+DOCJASS+');
492:
493: -- Check if API is called in debug mode. If yes, disable debug.
494: AHL_DEBUG_PUB.disable_debug;
495:

Line 494: AHL_DEBUG_PUB.disable_debug;

490: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'UNEXPECTED ERROR' );
491: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Create Association','+DOCJASS+');
492:
493: -- Check if API is called in debug mode. If yes, disable debug.
494: AHL_DEBUG_PUB.disable_debug;
495:
496: END IF;
497:
498:

Line 514: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'SQL ERROR' );

510: p_data => X_msg_data);
511: x_msg_count := l_msg_count;
512: -- Debug info.
513: IF G_DEBUG='Y' THEN
514: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'SQL ERROR' );
515: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Create Association','+DOCJASS+');
516: -- Check if API is called in debug mode. If yes, disable debug.
517: AHL_DEBUG_PUB.disable_debug;
518:

Line 515: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Create Association','+DOCJASS+');

511: x_msg_count := l_msg_count;
512: -- Debug info.
513: IF G_DEBUG='Y' THEN
514: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'SQL ERROR' );
515: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Create Association','+DOCJASS+');
516: -- Check if API is called in debug mode. If yes, disable debug.
517: AHL_DEBUG_PUB.disable_debug;
518:
519: END IF;

Line 517: AHL_DEBUG_PUB.disable_debug;

513: IF G_DEBUG='Y' THEN
514: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'SQL ERROR' );
515: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Create Association','+DOCJASS+');
516: -- Check if API is called in debug mode. If yes, disable debug.
517: AHL_DEBUG_PUB.disable_debug;
518:
519: END IF;
520:
521: END CREATE_ASSOCIATION;

Line 608: AHL_DEBUG_PUB.enable_debug;

604: -- Standard Start of API savepoint
605: SAVEPOINT modify_association;
606: -- Check if API is called in debug mode. If yes, enable debug.
607: IF G_DEBUG='Y' THEN
608: AHL_DEBUG_PUB.enable_debug;
609:
610: END IF;
611: -- Debug info.
612: IF G_DEBUG='Y' THEN

Line 614: AHL_DEBUG_PUB.debug( 'enter ahl_di_asso_doc_aso_pub.Rajanth Testing the code','+DOBJASS+');

610: END IF;
611: -- Debug info.
612: IF G_DEBUG='Y' THEN
613: IF G_DEBUG='Y' THEN
614: AHL_DEBUG_PUB.debug( 'enter ahl_di_asso_doc_aso_pub.Rajanth Testing the code','+DOBJASS+');
615:
616: END IF;
617: END IF;
618: -- Standard call to check for call compatibility.

Line 848: AHL_DEBUG_PUB.debug( 'Start of api Customer MODIFY_ASSOCIATION_PRE');

844:
845: IF JTF_USR_HKS.Ok_to_Execute( 'AHL_DI_ASSO_DOC_ASO_PUB','MODIFY_ASSOCIATION',
846: 'B', 'C' ) then
847: IF G_DEBUG='Y' THEN
848: AHL_DEBUG_PUB.debug( 'Start of api Customer MODIFY_ASSOCIATION_PRE');
849:
850: END IF;
851: AHL_DI_ASSO_DOC_ASO_CUHK.MODIFY_ASSOCIATION_PRE(
852: P_X_ASSOCIATION_TBL => l_association_tbl ,

Line 867: AHL_DEBUG_PUB.debug( 'Start of api Vertical MODIFY_ASSOCIATION_PRE');

863:
864: IF JTF_USR_HKS.Ok_to_Execute( 'AHL_DI_ASSO_DOC_ASO_PUB','MODIFY_ASSOCIATION',
865: 'B', 'V' ) then
866: IF G_DEBUG='Y' THEN
867: AHL_DEBUG_PUB.debug( 'Start of api Vertical MODIFY_ASSOCIATION_PRE');
868:
869: END IF;
870: AHL_DI_ASSO_DOC_ASO_VUHK.MODIFY_ASSOCIATION_PRE(
871: P_X_ASSOCIATION_TBL => l_association_tbl ,

Line 920: AHL_DEBUG_PUB.debug( 'Start of api Customer MODIFY_ASSOCIATION_POST');

916:
917: IF JTF_USR_HKS.Ok_to_Execute( 'AHL_DI_ASSO_DOC_ASO_PUB','MODIFY_ASSOCIATION',
918: 'A', 'C' ) then
919: IF G_DEBUG='Y' THEN
920: AHL_DEBUG_PUB.debug( 'Start of api Customer MODIFY_ASSOCIATION_POST');
921:
922: END IF;
923: AHL_DI_ASSO_DOC_ASO_CUHK.MODIFY_ASSOCIATION_POST(
924: P_ASSOCIATION_TBL => l_association_tbl ,

Line 939: AHL_DEBUG_PUB.debug( 'Start of api Vertical MODIFY_ASSOCIATION_POST');

935:
936: IF JTF_USR_HKS.Ok_to_Execute( 'AHL_DI_ASSO_DOC_ASO_PUB','MODIFY_ASSOCIATION',
937: 'A', 'V' ) then
938: IF G_DEBUG='Y' THEN
939: AHL_DEBUG_PUB.debug( 'Start of api Vertical MODIFY_ASSOCIATION_POST');
940:
941: END IF;
942: AHL_DI_ASSO_DOC_ASO_VUHK.MODIFY_ASSOCIATION_POST(
943: P_ASSOCIATION_TBL => l_association_tbl ,

Line 965: AHL_DEBUG_PUB.debug( 'End of public api Modify Association','+DOBJASS+');

961: COMMIT;
962: END IF;
963: -- Debug info
964: IF G_DEBUG='Y' THEN
965: AHL_DEBUG_PUB.debug( 'End of public api Modify Association','+DOBJASS+');
966:
967: END IF;
968: -- Check if API is called in debug mode. If yes, disable debug.
969: IF G_DEBUG='Y' THEN

Line 970: AHL_DEBUG_PUB.disable_debug;

966:
967: END IF;
968: -- Check if API is called in debug mode. If yes, disable debug.
969: IF G_DEBUG='Y' THEN
970: AHL_DEBUG_PUB.disable_debug;
971:
972: END IF;
973:
974: EXCEPTION

Line 983: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'ERROR' );

979: p_count => x_msg_count,
980: p_data => x_msg_data);
981: --Debug Info
982: IF G_DEBUG='Y' THEN
983: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'ERROR' );
984: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Modify Association','+DOCJASS+');
985:
986: -- Check if API is called in debug mode. If yes, disable debug.
987: AHL_DEBUG_PUB.disable_debug;

Line 984: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Modify Association','+DOCJASS+');

980: p_data => x_msg_data);
981: --Debug Info
982: IF G_DEBUG='Y' THEN
983: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'ERROR' );
984: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Modify Association','+DOCJASS+');
985:
986: -- Check if API is called in debug mode. If yes, disable debug.
987: AHL_DEBUG_PUB.disable_debug;
988:

Line 987: AHL_DEBUG_PUB.disable_debug;

983: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'ERROR' );
984: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Modify Association','+DOCJASS+');
985:
986: -- Check if API is called in debug mode. If yes, disable debug.
987: AHL_DEBUG_PUB.disable_debug;
988:
989: END IF;
990:
991: WHEN FND_API.G_EXC_ERROR THEN

Line 999: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'UNEXPECTED ERROR' );

995: p_count => x_msg_count,
996: p_data => X_msg_data);
997: -- Debug info.
998: IF G_DEBUG='Y' THEN
999: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'UNEXPECTED ERROR' );
1000: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Modify Association','+DOCJASS+');
1001:
1002: -- Check if API is called in debug mode. If yes, disable debug.
1003: AHL_DEBUG_PUB.disable_debug;

Line 1000: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Modify Association','+DOCJASS+');

996: p_data => X_msg_data);
997: -- Debug info.
998: IF G_DEBUG='Y' THEN
999: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'UNEXPECTED ERROR' );
1000: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Modify Association','+DOCJASS+');
1001:
1002: -- Check if API is called in debug mode. If yes, disable debug.
1003: AHL_DEBUG_PUB.disable_debug;
1004:

Line 1003: AHL_DEBUG_PUB.disable_debug;

999: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'UNEXPECTED ERROR' );
1000: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Modify Association','+DOCJASS+');
1001:
1002: -- Check if API is called in debug mode. If yes, disable debug.
1003: AHL_DEBUG_PUB.disable_debug;
1004:
1005: END IF;
1006:
1007: WHEN OTHERS THEN

Line 1022: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'SQL ERROR' );

1018: p_data => X_msg_data);
1019:
1020: -- Debug info.
1021: IF G_DEBUG='Y' THEN
1022: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'SQL ERROR' );
1023: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Modify Association','+DOCJASS+');
1024:
1025: -- Check if API is called in debug mode. If yes, disable debug.
1026: AHL_DEBUG_PUB.disable_debug;

Line 1023: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Modify Association','+DOCJASS+');

1019:
1020: -- Debug info.
1021: IF G_DEBUG='Y' THEN
1022: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'SQL ERROR' );
1023: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Modify Association','+DOCJASS+');
1024:
1025: -- Check if API is called in debug mode. If yes, disable debug.
1026: AHL_DEBUG_PUB.disable_debug;
1027:

Line 1026: AHL_DEBUG_PUB.disable_debug;

1022: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'SQL ERROR' );
1023: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Modify Association','+DOCJASS+');
1024:
1025: -- Check if API is called in debug mode. If yes, disable debug.
1026: AHL_DEBUG_PUB.disable_debug;
1027:
1028: END IF;
1029:
1030: END MODIFY_ASSOCIATION;

Line 1090: AHL_DEBUG_PUB.enable_debug;

1086: -- Standard Start of API savepoint
1087: SAVEPOINT process_association;
1088: -- Check if API is called in debug mode. If yes, enable debug.
1089: IF G_DEBUG='Y' THEN
1090: AHL_DEBUG_PUB.enable_debug;
1091:
1092: END IF;
1093: -- Debug info.
1094: IF G_DEBUG='Y' THEN

Line 1096: AHL_DEBUG_PUB.debug( 'enter ahl_di_asso_doc_aso_pub.Process Association','+DOBJASS+');

1092: END IF;
1093: -- Debug info.
1094: IF G_DEBUG='Y' THEN
1095: IF G_DEBUG='Y' THEN
1096: AHL_DEBUG_PUB.debug( 'enter ahl_di_asso_doc_aso_pub.Process Association','+DOBJASS+');
1097:
1098: END IF;
1099: END IF;
1100: -- Standard call to check for call compatibility.

Line 1280: AHL_DEBUG_PUB.debug( 'before modify');

1276: END LOOP;
1277: END IF;
1278: IF G_DEBUG='Y' THEN
1279: IF G_DEBUG='Y' THEN
1280: AHL_DEBUG_PUB.debug( 'before modify');
1281:
1282: END IF;
1283: END IF;
1284:

Line 1438: AHL_DEBUG_PUB.debug('SOURCE CODE :' ||p_x_association_tblc(i).source_ref_code);

1434: END IF;
1435: END IF; */
1436: IF G_DEBUG='Y' THEN
1437: IF G_DEBUG='Y' THEN
1438: AHL_DEBUG_PUB.debug('SOURCE CODE :' ||p_x_association_tblc(i).source_ref_code);
1439:
1440: END IF;
1441: END IF;
1442:

Line 1542: AHL_DEBUG_PUB.debug( 'End of public api Process Association','+DOBJASS+');

1538: COMMIT;
1539: END IF;
1540: -- Debug info
1541: IF G_DEBUG='Y' THEN
1542: AHL_DEBUG_PUB.debug( 'End of public api Process Association','+DOBJASS+');
1543:
1544: END IF;
1545: -- Check if API is called in debug mode. If yes, disable debug.
1546: IF G_DEBUG='Y' THEN

Line 1547: AHL_DEBUG_PUB.disable_debug;

1543:
1544: END IF;
1545: -- Check if API is called in debug mode. If yes, disable debug.
1546: IF G_DEBUG='Y' THEN
1547: AHL_DEBUG_PUB.disable_debug;
1548:
1549: END IF;
1550:
1551: EXCEPTION

Line 1560: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'ERROR' );

1556: p_count => x_msg_count,
1557: p_data => x_msg_data);
1558: --Debug Info
1559: IF G_DEBUG='Y' THEN
1560: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'ERROR' );
1561: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Proces Association','+DOCJASS+');
1562:
1563: -- Check if API is called in debug mode. If yes, disable debug.
1564: AHL_DEBUG_PUB.disable_debug;

Line 1561: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Proces Association','+DOCJASS+');

1557: p_data => x_msg_data);
1558: --Debug Info
1559: IF G_DEBUG='Y' THEN
1560: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'ERROR' );
1561: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Proces Association','+DOCJASS+');
1562:
1563: -- Check if API is called in debug mode. If yes, disable debug.
1564: AHL_DEBUG_PUB.disable_debug;
1565:

Line 1564: AHL_DEBUG_PUB.disable_debug;

1560: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'ERROR' );
1561: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Proces Association','+DOCJASS+');
1562:
1563: -- Check if API is called in debug mode. If yes, disable debug.
1564: AHL_DEBUG_PUB.disable_debug;
1565:
1566: END IF;
1567:
1568:

Line 1578: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'UNEXPECTED ERROR' );

1574: p_count => x_msg_count,
1575: p_data => X_msg_data);
1576: -- Debug info.
1577: IF G_DEBUG='Y' THEN
1578: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'UNEXPECTED ERROR' );
1579: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Process Association','+DOCJASS+');
1580:
1581: -- Check if API is called in debug mode. If yes, disable debug.
1582: AHL_DEBUG_PUB.disable_debug;

Line 1579: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Process Association','+DOCJASS+');

1575: p_data => X_msg_data);
1576: -- Debug info.
1577: IF G_DEBUG='Y' THEN
1578: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'UNEXPECTED ERROR' );
1579: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Process Association','+DOCJASS+');
1580:
1581: -- Check if API is called in debug mode. If yes, disable debug.
1582: AHL_DEBUG_PUB.disable_debug;
1583:

Line 1582: AHL_DEBUG_PUB.disable_debug;

1578: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'UNEXPECTED ERROR' );
1579: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Process Association','+DOCJASS+');
1580:
1581: -- Check if API is called in debug mode. If yes, disable debug.
1582: AHL_DEBUG_PUB.disable_debug;
1583:
1584: END IF;
1585:
1586: WHEN OTHERS THEN

Line 1601: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'SQL ERROR' );

1597: p_data => X_msg_data);
1598:
1599: -- Debug info.
1600: IF G_DEBUG='Y' THEN
1601: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'SQL ERROR' );
1602: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Process Association','+DOCJASS+');
1603:
1604:
1605: -- Check if API is called in debug mode. If yes, disable debug.

Line 1602: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Process Association','+DOCJASS+');

1598:
1599: -- Debug info.
1600: IF G_DEBUG='Y' THEN
1601: AHL_DEBUG_PUB.log_app_messages (x_msg_count, x_msg_data, 'SQL ERROR' );
1602: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Process Association','+DOCJASS+');
1603:
1604:
1605: -- Check if API is called in debug mode. If yes, disable debug.
1606: AHL_DEBUG_PUB.disable_debug;

Line 1606: AHL_DEBUG_PUB.disable_debug;

1602: AHL_DEBUG_PUB.debug( 'ahl_di_asso_doc_aso_pub.Process Association','+DOCJASS+');
1603:
1604:
1605: -- Check if API is called in debug mode. If yes, disable debug.
1606: AHL_DEBUG_PUB.disable_debug;
1607:
1608: END IF;
1609:
1610: END PROCESS_ASSOCIATION;