DBA Data[Home] [Help]

APPS.INV_PROJECT dependencies on INV_LOG_UTIL

Line 52: INV_LOG_UTIL.TRACE(

48: l_subs := substr(l_msg, l_start, (l_start +99));
49: dbms_output.put_line(l_subs);
50: l_start := l_start + 100;
51: end loop;*/
52: INV_LOG_UTIL.TRACE(
53: P_MESSAGE => L_MSG,
54: P_MODULE => G_PKG_NAME,
55: P_LEVEL => 4
56: );

Line 1024: inv_log_util.trace('set client context : '||l_org_id, 'INV_PROJECT', 9);

1020: end if;
1021:
1022: -- bugfix 4643461 added debug message
1023: if ( nvl(fnd_profile.value('INV_DEBUG_TRACE'), 0) = 1 ) then
1024: inv_log_util.trace('set client context : '||l_org_id, 'INV_PROJECT', 9);
1025: inv_log_util.trace('g_organization_id : '||g_organization_id, 'INV_PROJECT', 9);
1026: end if;
1027:
1028:

Line 1025: inv_log_util.trace('g_organization_id : '||g_organization_id, 'INV_PROJECT', 9);

1021:
1022: -- bugfix 4643461 added debug message
1023: if ( nvl(fnd_profile.value('INV_DEBUG_TRACE'), 0) = 1 ) then
1024: inv_log_util.trace('set client context : '||l_org_id, 'INV_PROJECT', 9);
1025: inv_log_util.trace('g_organization_id : '||g_organization_id, 'INV_PROJECT', 9);
1026: end if;
1027:
1028:
1029: /*END IF;*/