DBA Data[Home] [Help]

APPS.JTF_GRIDDB dependencies on FND_LOG

Line 2709: if fnd_log.test(FND_LOG.LEVEL_EVENT, 'JTF.GRID.PLSQL.JTFGRDDB.DEBUG.GLOBAL.SERVER') then

2705: BEGIN
2706:
2707: /** Adding server information to the local debug table */
2708:
2709: if fnd_log.test(FND_LOG.LEVEL_EVENT, 'JTF.GRID.PLSQL.JTFGRDDB.DEBUG.GLOBAL.SERVER') then
2710: l_debug_tbl(i).debug_message := 'SERVER INFORMATION';
2711: i := i + 1;
2712: l_debug_tbl(i).debug_message := ' ';
2713: i := i + 1;

Line 2748: if fnd_log.test(FND_LOG.LEVEL_EVENT, 'JTF.GRID.PLSQL.JTFGRDDB.DEBUG.CURRENT.SERVER') then

2744:
2745: end if; --source
2746:
2747: -- current grid information
2748: if fnd_log.test(FND_LOG.LEVEL_EVENT, 'JTF.GRID.PLSQL.JTFGRDDB.DEBUG.CURRENT.SERVER') then
2749: all_info_IDX := l_debug_tbl.count + 1;
2750: if p_gridName is not NULL then
2751: i := i + 1;
2752: l_debug_tbl(i).debug_message := JTF_DEBUG_PUB.FormatSeperator;

Line 2771: if fnd_log.test(FND_LOG.LEVEL_EVENT, 'JTF.GRID.PLSQL.JTFGRDDB.DEBUG.ALL.SERVER') then

2767: end if; -- current grid
2768:
2769: -- all grid information
2770:
2771: if fnd_log.test(FND_LOG.LEVEL_EVENT, 'JTF.GRID.PLSQL.JTFGRDDB.DEBUG.ALL.SERVER') then
2772: all_info_IDX := l_debug_tbl.count + 1;
2773: /* i := i + 1;
2774: l_debug_tbl(i).debug_message := JTF_DEBUG_PUB.FormatSeperator;
2775: i := i + 1;