DBA Data[Home] [Help]

APPS.CSI_CTR_EST_CTR_READING_GRP dependencies on CSI_CTR_GEN_UTILITY_PVT

Line 43: csi_ctr_gen_utility_pvt.check_ib_active;

39: -- Standard Start of API savepoint
40: SAVEPOINT ESTIMATE_COUNTER_READING;
41:
42: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
43: csi_ctr_gen_utility_pvt.check_ib_active;
44:
45: -- Standard call to check for call compatibility.
46: IF NOT FND_API.Compatible_API_Call (l_api_version_number ,
47: p_api_version_number ,

Line 63: CSI_CTR_GEN_UTILITY_PVT.read_debug_profiles;

59: -- Initialize API return status to SUCCESS
60: x_return_status := FND_API.G_RET_STS_SUCCESS;
61:
62: -- Read the debug profiles values in to global variable 7197402
63: CSI_CTR_GEN_UTILITY_PVT.read_debug_profiles;
64:
65: -- Check the profile option debug_level for debug message reporting
66: -- l_debug_level:=fnd_profile.value('CSI_COUNTER_DEBUG_LEVEL');
67:

Line 69: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 0) THEN

65: -- Check the profile option debug_level for debug message reporting
66: -- l_debug_level:=fnd_profile.value('CSI_COUNTER_DEBUG_LEVEL');
67:
68: -- If debug_level = 1 then dump the procedure name
69: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 0) THEN
70: csi_ctr_gen_utility_pvt.put_line( 'estimate_counter_reading');
71: END IF;
72:
73: -- If the debug level = 2 then dump all the parameters values.

Line 70: csi_ctr_gen_utility_pvt.put_line( 'estimate_counter_reading');

66: -- l_debug_level:=fnd_profile.value('CSI_COUNTER_DEBUG_LEVEL');
67:
68: -- If debug_level = 1 then dump the procedure name
69: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 0) THEN
70: csi_ctr_gen_utility_pvt.put_line( 'estimate_counter_reading');
71: END IF;
72:
73: -- If the debug level = 2 then dump all the parameters values.
74: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 1) THEN

Line 74: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 1) THEN

70: csi_ctr_gen_utility_pvt.put_line( 'estimate_counter_reading');
71: END IF;
72:
73: -- If the debug level = 2 then dump all the parameters values.
74: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 1) THEN
75: csi_ctr_gen_utility_pvt.put_line( 'estimate_counter_reading' ||
76: p_api_version_number ||'-'||
77: p_commit ||'-'||
78: p_init_msg_list ||'-'||

Line 75: csi_ctr_gen_utility_pvt.put_line( 'estimate_counter_reading' ||

71: END IF;
72:
73: -- If the debug level = 2 then dump all the parameters values.
74: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 1) THEN
75: csi_ctr_gen_utility_pvt.put_line( 'estimate_counter_reading' ||
76: p_api_version_number ||'-'||
77: p_commit ||'-'||
78: p_init_msg_list ||'-'||
79: p_validation_level );