DBA Data[Home] [Help]

APPS.CSI_INSTANCE_PARTIES_VLD_PVT dependencies on FND_PROFILE

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

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