DBA Data[Home] [Help]

APPS.IGS_AD_IMP_011 dependencies on FND_LOG

Line 184: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN

180: l_rowid VARCHAR2(25);
181: l_acad_hnr_id NUMBER;
182: BEGIN
183: -- Call Log header
184: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
185:
186: IF (l_request_id IS NULL) THEN
187: l_request_id := fnd_global.conc_request_id;
188: END IF;

Line 193: fnd_log.string_with_context( fnd_log.level_procedure,

189:
190: l_label := 'igs.plsql.igs_ad_imp_011.crt_apcnt_acad_hnr.begin';
191: l_debug_str := 'start of proc crt_apcnt_acad_hnr';
192:
193: fnd_log.string_with_context( fnd_log.level_procedure,
194: l_label,
195: l_debug_str, NULL,
196: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
197: END IF;

Line 223: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN

219: --
220: l_status := '3';
221: l_error_code := 'E322';
222:
223: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
224:
225: IF (l_request_id IS NULL) THEN
226: l_request_id := fnd_global.conc_request_id;
227: END IF;

Line 234: fnd_log.string_with_context( fnd_log.level_exception,

230:
231: l_debug_str := 'IGS_AD_IMP_011.PRC_APCNT_ACADHNR_DTLS.CRT_APCNT_ACAD_HNR ' ||
232: 'STATUS : 3' || 'ERRORCODE : E322 SQLERRM:' || SQLERRM;
233:
234: fnd_log.string_with_context( fnd_log.level_exception,
235: l_label,
236: l_debug_str, NULL,
237: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
238: END IF;

Line 410: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN

406: IF l_enable_log = 'Y' THEN
407: igs_ad_imp_001.logerrormessage(acadhonor_rec.interface_acadhonor_id,'E014');
408: END IF;
409:
410: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
411:
412: IF (l_request_id IS NULL) THEN
413: l_request_id := fnd_global.conc_request_id;
414: END IF;

Line 422: fnd_log.string_with_context( fnd_log.level_exception,l_label,l_debug_str, NULL,NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));

418: l_debug_str := 'IGS_AD_IMP_011.PRC_APCNT_ACADHNR_DTLS ' ||
419: 'INTERFACE ACADHONOR ID : ' || (acadhonor_rec.interface_acadhonor_id) ||
420: 'STATUS : 3' || 'ERRORCODE : E014 SQLERRM:' || SQLERRM;
421:
422: fnd_log.string_with_context( fnd_log.level_exception,l_label,l_debug_str, NULL,NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
423: END IF;
424:
425: END;
426: END IF; -- for validation

Line 465: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN

461: IF l_enable_log = 'Y' THEN
462: igs_ad_imp_001.logerrormessage(acadhonor_rec.interface_acadhonor_id,'E014');
463: END IF;
464:
465: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
466:
467: IF (l_request_id IS NULL) THEN
468: l_request_id := fnd_global.conc_request_id;
469: END IF;

Line 477: fnd_log.string_with_context( fnd_log.level_exception,l_label,l_debug_str, NULL,NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));

473: l_debug_str := 'IGS_AD_IMP_011.PRC_APCNT_ACADHNR_DTLS ' ||
474: 'INTERFACE ACADHONOR ID : ' || (acadhonor_rec.interface_acadhonor_id) ||
475: 'STATUS : 3' || 'ERRORCODE : E014 SQLERRM:' || SQLERRM;
476:
477: fnd_log.string_with_context( fnd_log.level_exception,l_label,l_debug_str, NULL,NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
478: END IF;
479: END;
480: END IF;
481: END IF;

Line 532: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN

528: status = '3',
529: error_code = 'E518'
530: WHERE
531: interface_acadhonor_id = acadhonor_rec.interface_acadhonor_id;
532: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
533:
534: IF (l_request_id IS NULL) THEN
535: l_request_id := fnd_global.conc_request_id;
536: END IF;

Line 544: fnd_log.string_with_context( fnd_log.level_exception,

540: l_debug_str := 'IGS_AD_IMP_011.PRC_APCNT_ACADHNR_DTLS ' ||
541: 'INTERFACE ACADHONOR ID : ' || (acadhonor_rec.interface_acadhonor_id) ||
542: 'STATUS : 3' || 'ERRORCODE : E518 SQLERRM:' || SQLERRM;
543:
544: fnd_log.string_with_context( fnd_log.level_exception,
545: l_label,
546: l_debug_str, NULL,
547: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
548: END IF;

Line 761: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN

757: l_count NUMBER(5);
758:
759: BEGIN
760: -- Call Log header
761: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
762:
763: IF (l_request_id IS NULL) THEN
764: l_request_id := fnd_global.conc_request_id;
765: END IF;

Line 770: fnd_log.string_with_context( fnd_log.level_procedure,

766:
767: l_label := 'igs.plsql.igs_ad_imp_011.crt_res_dtls.begin';
768: l_debug_str := 'Interface Res Id : ' || res_dtl_rec.interface_res_id;
769:
770: fnd_log.string_with_context( fnd_log.level_procedure,
771: l_label,
772: l_debug_str, NULL,
773: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
774: END IF;

Line 827: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN

823: --
824: l_status := '3';
825: p_error_code := 'E322';
826:
827: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
828:
829: IF (l_request_id IS NULL) THEN
830: l_request_id := fnd_global.conc_request_id;
831: END IF;

Line 838: fnd_log.string_with_context( fnd_log.level_exception,

834:
835: l_debug_str := 'IGS_AD_IMP_011.PRC_APCNT_ACADHNR_DTLS.CRT_APCNT_ACAD_HNR ' ||
836: 'STATUS : 3' || 'ERRORCODE : E322 SQLERRM:' || SQLERRM;
837:
838: fnd_log.string_with_context( fnd_log.level_exception,
839: l_label,
840: l_debug_str, NULL,
841: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
842: END IF;

Line 901: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN

897: EXCEPTION
898: WHEN OTHERS THEN
899: l_status := '3';
900: p_error_code := 'E014';
901: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
902:
903: IF (l_request_id IS NULL) THEN
904: l_request_id := fnd_global.conc_request_id;
905: END IF;

Line 911: fnd_log.string_with_context( fnd_log.level_exception,

907: l_label := 'igs.plsql.igs_ad_imp_011.update_res.exception'||'E014';
908: l_debug_str := 'IGS_AD_IMP_011.PRC_PE_RES_DTLS.UPDATE_RES ' ||
909: 'STATUS : 3' || 'ERROR CODE : E014 SQLERRM:' || SQLERRM;
910:
911: fnd_log.string_with_context( fnd_log.level_exception,
912: l_label,
913: l_debug_str, NULL,
914: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
915: END IF;

Line 1118: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN

1114: SET
1115: status = '3',
1116: error_code = 'E518'
1117: WHERE interface_res_id = res_dtl_rec.interface_res_id;
1118: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
1119:
1120: IF (l_request_id IS NULL) THEN
1121: l_request_id := fnd_global.conc_request_id;
1122: END IF;

Line 1130: fnd_log.string_with_context( fnd_log.level_exception,

1126: l_debug_str := 'IGS_AD_IMP_011.PRC_PE_RES_DTLS ' ||
1127: 'INTERFACE RES ID : ' || TO_CHAR(res_dtl_rec.interface_res_id) ||
1128: 'STATUS : 3' || 'ERRORCODE : E518 SQLERRM:' || SQLERRM;
1129:
1130: fnd_log.string_with_context( fnd_log.level_exception,
1131: l_label,
1132: l_debug_str, NULL,
1133: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
1134: END IF;

Line 1652: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN

1648: l_app VARCHAR2(50);
1649:
1650: BEGIN
1651:
1652: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
1653:
1654: IF (l_request_id IS NULL) THEN
1655: l_request_id := fnd_global.conc_request_id;
1656: END IF;

Line 1661: fnd_log.string_with_context( fnd_log.level_procedure,

1657:
1658: l_label := 'igs.plsql.igs_ad_imp_011.create_disability.begin';
1659: l_debug_str := 'Interface Disability Id : ' || p_disability_rec.interface_disablty_id;
1660:
1661: fnd_log.string_with_context( fnd_log.level_procedure,
1662: l_label,
1663: l_debug_str, NULL,
1664: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
1665: END IF;

Line 1737: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN

1733: ERROR_CODE = p_error_code
1734: WHERE interface_disablty_id = p_disability_rec.interface_disablty_id;
1735:
1736: IF p_error_code = 'E145' THEN
1737: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
1738: IF (l_request_id IS NULL) THEN
1739: l_request_id := fnd_global.conc_request_id;
1740: END IF;
1741: l_label := 'igs.plsql.igs_ad_imp_011.create_disability.exception'||'E145';

Line 1745: fnd_log.string_with_context( fnd_log.level_exception,

1741: l_label := 'igs.plsql.igs_ad_imp_011.create_disability.exception'||'E145';
1742: l_debug_str := 'Igs_Ad_Imp_011.Prc_Pe_Spl_Needs.Create_Disability '||'Unhandled Exception'
1743: ||' for INTERFACE DISABLTY ID :'|| p_disability_rec.interface_disablty_id|| ' Status : 3'||
1744: ' ErrorCode :'|| p_error_code||' SQLERRM :'|| SQLERRM;
1745: fnd_log.string_with_context( fnd_log.level_exception,
1746: l_label,
1747: l_debug_str, NULL,
1748: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
1749: END IF;

Line 1754: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN

1750: IF l_enable_log = 'Y' THEN
1751: igs_ad_imp_001.logerrormessage(p_disability_rec.interface_disablty_id,'E145','IGS_AD_DISABLTY_INT_ALL');
1752: END IF;
1753: ELSE
1754: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
1755: IF (l_request_id IS NULL) THEN
1756: l_request_id := fnd_global.conc_request_id;
1757: END IF;
1758: l_label := 'igs.plsql.igs_ad_imp_011.create_disability.exception'||p_error_code;

Line 1762: fnd_log.string_with_context( fnd_log.level_exception,

1758: l_label := 'igs.plsql.igs_ad_imp_011.create_disability.exception'||p_error_code;
1759: l_debug_str := 'Igs_Ad_Imp_011.Prc_Pe_Spl_Needs.Create_Disability '||'Ovelapping records exist'
1760: ||' for INTERFACE DISABLTY ID :'|| p_disability_rec.interface_disablty_id|| ' Status : 3'
1761: || ' ErrorCode :'|| p_error_code|| SQLERRM;
1762: fnd_log.string_with_context( fnd_log.level_exception,
1763: l_label,
1764: l_debug_str, NULL,
1765: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
1766: END IF;

Line 1858: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN

1854: error_code = l_error_code
1855: WHERE interface_disablty_id = p_disability_rec.interface_disablty_id;
1856:
1857: IF l_error_code = 'E146' THEN
1858: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
1859:
1860: IF (l_request_id IS NULL) THEN
1861: l_request_id := fnd_global.conc_request_id;
1862: END IF;

Line 1871: fnd_log.string_with_context( fnd_log.level_exception,

1867: ||' for INTERFACE DISABLTY ID :'
1868: || p_disability_rec.interface_disablty_id|| ' Status : 3'|| ' ErrorCode :' ||
1869: l_error_code||' SQLERRM: '|| SQLERRM;
1870:
1871: fnd_log.string_with_context( fnd_log.level_exception,
1872: l_label,
1873: l_debug_str, NULL,
1874: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
1875: END IF;

Line 1882: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN

1878: igs_ad_imp_001.logerrormessage(p_disability_rec.interface_disablty_id,l_error_code,'IGS_AD_DISABLTY_INT_ALL');
1879: END IF;
1880:
1881: ELSE
1882: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
1883:
1884: IF (l_request_id IS NULL) THEN
1885: l_request_id := fnd_global.conc_request_id;
1886: END IF;

Line 1895: fnd_log.string_with_context( fnd_log.level_exception,

1891: ' for INTERFACE DISABLTY ID :'
1892: || p_disability_rec.interface_disablty_id|| ' Status : 3'||
1893: ' ErrorCode :' || l_error_code ||' SQLERRM:'|| SQLERRM;
1894:
1895: fnd_log.string_with_context( fnd_log.level_exception,
1896: l_label,
1897: l_debug_str, NULL,
1898: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
1899: END IF;

Line 1935: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN

1931: l_sn_service_id igs_pe_sn_service.sn_service_id%TYPE;
1932:
1933: BEGIN
1934:
1935: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
1936:
1937: IF (l_request_id IS NULL) THEN
1938: l_request_id := fnd_global.conc_request_id;
1939: END IF;

Line 1944: fnd_log.string_with_context( fnd_log.level_procedure,

1940:
1941: l_label := 'igs.plsql.igs_ad_imp_011.create_sn_service.begin';
1942: l_debug_str := 'Interface sn service Id : ' || p_sn_service_rec.interface_sn_service_id;
1943:
1944: fnd_log.string_with_context( fnd_log.level_procedure,
1945: l_label,
1946: l_debug_str, NULL,
1947: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
1948: END IF;

Line 1986: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN

1982: SET status ='3',
1983: error_code = l_error_code
1984: WHERE interface_sn_service_id = p_sn_service_rec.interface_sn_service_id;
1985:
1986: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
1987:
1988: IF (l_request_id IS NULL) THEN
1989: l_request_id := fnd_global.conc_request_id;
1990: END IF;

Line 2002: fnd_log.string_with_context( fnd_log.level_exception,

1998: || ' Status : 3'
1999: || ' ErrorCode :' || l_error_code
2000: ||' SQLERRM '|| SQLERRM ;
2001:
2002: fnd_log.string_with_context( fnd_log.level_exception,
2003: l_label,
2004: l_debug_str, NULL,
2005: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
2006: END IF;

Line 2040: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN

2036: l_sn_contact_id igs_pe_sn_contact.sn_contact_id%TYPE;
2037:
2038: BEGIN
2039:
2040: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
2041:
2042: IF (l_request_id IS NULL) THEN
2043: l_request_id := fnd_global.conc_request_id;
2044: END IF;

Line 2049: fnd_log.string_with_context( fnd_log.level_procedure,

2045:
2046: l_label := 'igs.plsql.igs_ad_imp_011.create_sn_contact.begin';
2047: l_debug_str := 'Interface sn contact Id : ' || p_sn_contact_rec.interface_sn_contact_id;
2048:
2049: fnd_log.string_with_context( fnd_log.level_procedure,
2050: l_label,
2051: l_debug_str, NULL,
2052: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
2053: END IF;

Line 2091: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN

2087: SET status ='3',
2088: error_code = l_error_code
2089: WHERE interface_sn_contact_id = p_sn_contact_rec.interface_sn_contact_id;
2090:
2091: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
2092:
2093: IF (l_request_id IS NULL) THEN
2094: l_request_id := fnd_global.conc_request_id;
2095: END IF;

Line 2107: fnd_log.string_with_context( fnd_log.level_exception,

2103: || 'Status : 3'
2104: || 'ErrorCode :' || l_error_code
2105: ||' SQLERRM '|| SQLERRM;
2106:
2107: fnd_log.string_with_context( fnd_log.level_exception,
2108: l_label,
2109: l_debug_str, NULL,
2110: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
2111: END IF;

Line 2145: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN

2141:
2142: BEGIN
2143:
2144: -- Call Log header
2145: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
2146:
2147: IF (l_request_id IS NULL) THEN
2148: l_request_id := fnd_global.conc_request_id;
2149: END IF;

Line 2154: fnd_log.string_with_context( fnd_log.level_procedure,

2150:
2151: l_label := 'igs.plsql.igs_ad_imp_011.prcess_sn_service.begin';
2152: l_debug_str := 'Interface sn service Id : ' || sn_service_rec.interface_sn_service_id;
2153:
2154: fnd_log.string_with_context( fnd_log.level_procedure,
2155: l_label,
2156: l_debug_str, NULL,
2157: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
2158: END IF;

Line 2296: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN

2292: SET status ='3',
2293: error_code = l_error_code
2294: WHERE interface_sn_service_id = sn_service_rec.interface_sn_service_id;
2295:
2296: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
2297:
2298: IF (l_request_id IS NULL) THEN
2299: l_request_id := fnd_global.conc_request_id;
2300: END IF;

Line 2312: fnd_log.string_with_context( fnd_log.level_exception,

2308: || ' Status : 3'
2309: || ' ErrorCode :' || l_error_code
2310: ||' SQLERRM '|| SQLERRM;
2311:
2312: fnd_log.string_with_context( fnd_log.level_exception,
2313: l_label,
2314: l_debug_str, NULL,
2315: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
2316: END IF;

Line 2361: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN

2357: SET status ='3',
2358: error_code = l_error_code
2359: WHERE interface_sn_service_id = sn_service_rec.interface_sn_service_id;
2360:
2361: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
2362:
2363: IF (l_request_id IS NULL) THEN
2364: l_request_id := fnd_global.conc_request_id;
2365: END IF;

Line 2377: fnd_log.string_with_context( fnd_log.level_exception,

2373: || ' Status : 3'
2374: || ' ErrorCode :' || l_error_code
2375: ||' SQLERRM '|| SQLERRM ;
2376:
2377: fnd_log.string_with_context( fnd_log.level_exception,
2378: l_label,
2379: l_debug_str, NULL,
2380: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
2381: END IF;

Line 2422: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN

2418: l_error_code VARCHAR2(100);
2419:
2420: BEGIN
2421: -- Call Log header
2422: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
2423:
2424: IF (l_request_id IS NULL) THEN
2425: l_request_id := fnd_global.conc_request_id;
2426: END IF;

Line 2431: fnd_log.string_with_context( fnd_log.level_procedure,

2427:
2428: l_label := 'igs.plsql.igs_ad_imp_011.process_sn_contact.begin';
2429: l_debug_str := 'Interface Disability Id : ' || p_interface_disability_id;
2430:
2431: fnd_log.string_with_context( fnd_log.level_procedure,
2432: l_label,
2433: l_debug_str, NULL,
2434: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
2435: END IF;

Line 2567: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN

2563: SET status ='3',
2564: error_code = l_error_code
2565: WHERE interface_sn_contact_id = sn_contact_rec.interface_sn_contact_id;
2566:
2567: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
2568:
2569: IF (l_request_id IS NULL) THEN
2570: l_request_id := fnd_global.conc_request_id;
2571: END IF;

Line 2583: fnd_log.string_with_context( fnd_log.level_exception,

2579: || ' Status : 3'
2580: || ' ErrorCode :' || l_error_code
2581: ||' SQLERRM '|| SQLERRM ;
2582:
2583: fnd_log.string_with_context( fnd_log.level_exception,
2584: l_label,
2585: l_debug_str, NULL,
2586: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
2587: END IF;

Line 2633: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN

2629: SET status ='3',
2630: error_code = l_error_code
2631: WHERE interface_sn_contact_id = sn_contact_rec.interface_sn_contact_id;
2632:
2633: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
2634:
2635: IF (l_request_id IS NULL) THEN
2636: l_request_id := fnd_global.conc_request_id;
2637: END IF;

Line 2649: fnd_log.string_with_context( fnd_log.level_exception,

2645: || ' Status : 3'
2646: || ' ErrorCode :' || l_error_code
2647: ||' SQLERRM '|| SQLERRM ;
2648:
2649: fnd_log.string_with_context( fnd_log.level_exception,
2650: l_label,
2651: l_debug_str, NULL,
2652: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
2653: END IF;

Line 2702: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN

2698: l_service_status VARCHAR2(1);
2699:
2700: BEGIN
2701: -- Call Log header
2702: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
2703:
2704: IF (l_request_id IS NULL) THEN
2705: l_request_id := fnd_global.conc_request_id;
2706: END IF;

Line 2711: fnd_log.string_with_context( fnd_log.level_procedure,

2707:
2708: l_label := 'igs.plsql.igs_ad_imp_011.process_disability.begin';
2709: l_debug_str := 'igs_ad_imp_011.process_disability begin';
2710:
2711: fnd_log.string_with_context( fnd_log.level_procedure,
2712: l_label,
2713: l_debug_str, NULL,
2714: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
2715: END IF;