DBA Data[Home] [Help]

APPS.CSI_COUNTER_PVT dependencies on CSI_GEN_UTILITY_PVT

Line 3790: csi_gen_utility_pvt.put_line( 'update_ctr_associations');

3786: -- l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
3787:
3788: -- If debug_level = 1 then dump the procedure name
3789: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 0) THEN
3790: csi_gen_utility_pvt.put_line( 'update_ctr_associations');
3791: END IF;
3792:
3793: -- If the debug level = 2 then dump all the parameters values.
3794: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 1) THEN

Line 3795: csi_gen_utility_pvt.put_line( 'update_ctr_associations' ||

3791: END IF;
3792:
3793: -- If the debug level = 2 then dump all the parameters values.
3794: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 1) THEN
3795: csi_gen_utility_pvt.put_line( 'update_ctr_associations' ||
3796: p_api_version ||'-'||
3797: p_commit ||'-'||
3798: p_init_msg_list ||'-'||
3799: p_validation_level );