DBA Data[Home] [Help]

APPS.CSI_GENERIC_GRP dependencies on CSI_GEN_UTILITY_PVT

Line 134: csi_gen_utility_pvt.put_line( 'Create_extended_attrib');

130: x_return_status := fnd_api.g_ret_sts_success;
131:
132: l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
133: IF (l_debug_level > 0) THEN
134: csi_gen_utility_pvt.put_line( 'Create_extended_attrib');
135: END IF;
136:
137: IF (l_debug_level > 1) THEN
138: csi_gen_utility_pvt.put_line(

Line 138: csi_gen_utility_pvt.put_line(

134: csi_gen_utility_pvt.put_line( 'Create_extended_attrib');
135: END IF;
136:
137: IF (l_debug_level > 1) THEN
138: csi_gen_utility_pvt.put_line(
139: p_api_version ||'-'||
140: p_Commit ||'-'||
141: p_Init_Msg_list ||'-'||
142: p_Validation_level

Line 144: --csi_gen_utility_pvt.dump_ext_attrib_rec(p_ext_attrib_rec);

140: p_Commit ||'-'||
141: p_Init_Msg_list ||'-'||
142: p_Validation_level
143: );
144: --csi_gen_utility_pvt.dump_ext_attrib_rec(p_ext_attrib_rec);
145: END IF;
146: IF x_return_status<>fnd_api.g_ret_sts_success THEN
147: RAISE fnd_api.g_exc_error;
148: END IF;