DBA Data[Home] [Help]

APPS.CSI_INSTANCE_PARTIES_VLD_PVT dependencies on FND_PROFILE

Line 2262: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');

2258: -- Verify if the Party rel combination exists
2259: x_return_status := FND_API.G_RET_STS_SUCCESS;
2260:
2261: -- Check the profile option CSI_DEBUG_LEVEL for debug message reporting
2262: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
2263:
2264: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
2265: IF (l_csi_debug_level > 0) THEN
2266: csi_gen_utility_pvt.put_line( 'Transfer_Party_Rules');