DBA Data[Home] [Help]

APPS.INV_PROJECT dependencies on INV_LOG_UTIL

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

1015: end if;
1016:
1017: -- bugfix 4643461 added debug message
1018: if ( nvl(fnd_profile.value('INV_DEBUG_TRACE'), 0) = 1 ) then
1019: inv_log_util.trace('set client context : '||l_org_id, 'INV_PROJECT', 9);
1020: inv_log_util.trace('g_organization_id : '||g_organization_id, 'INV_PROJECT', 9);
1021: end if;
1022:
1023:

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

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