DBA Data[Home] [Help]

APPS.CSI_COUNTER_PVT dependencies on CSI_GEN_UTILITY_PVT

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

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

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

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