DBA Data[Home] [Help]

APPS.CSI_COUNTER_PUB dependencies on CSI_CTR_GEN_UTILITY_PVT

Line 91: CSI_CTR_GEN_UTILITY_PVT.read_debug_profiles;

87: -- Initialize API return status to success
88: x_return_status := FND_API.G_RET_STS_SUCCESS;
89:
90: -- Read the debug profiles values in to global variable 7197402
91: CSI_CTR_GEN_UTILITY_PVT.read_debug_profiles;
92:
93: -- Check the profile option debug_level for debug message reporting
94: -- l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
95:

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

93: -- Check the profile option debug_level for debug message reporting
94: -- l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
95:
96: -- If debug_level = 1 then dump the procedure name
97: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 0) THEN
98: csi_ctr_gen_utility_pvt.put_line( 'create_counter');
99: END IF;
100:
101: -- If the debug level = 2 then dump all the parameters values.

Line 98: csi_ctr_gen_utility_pvt.put_line( 'create_counter');

94: -- l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
95:
96: -- If debug_level = 1 then dump the procedure name
97: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 0) THEN
98: csi_ctr_gen_utility_pvt.put_line( 'create_counter');
99: END IF;
100:
101: -- If the debug level = 2 then dump all the parameters values.
102: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 1) THEN

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

98: csi_ctr_gen_utility_pvt.put_line( 'create_counter');
99: END IF;
100:
101: -- If the debug level = 2 then dump all the parameters values.
102: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 1) THEN
103: csi_ctr_gen_utility_pvt.put_line( 'create_counter' ||
104: p_api_version ||'-'||
105: p_commit ||'-'||
106: p_init_msg_list ||'-'||

Line 103: csi_ctr_gen_utility_pvt.put_line( 'create_counter' ||

99: END IF;
100:
101: -- If the debug level = 2 then dump all the parameters values.
102: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 1) THEN
103: csi_ctr_gen_utility_pvt.put_line( 'create_counter' ||
104: p_api_version ||'-'||
105: p_commit ||'-'||
106: p_init_msg_list ||'-'||
107: p_validation_level );

Line 108: csi_ctr_gen_utility_pvt.dump_counter_instance_rec(p_counter_instance_rec);

104: p_api_version ||'-'||
105: p_commit ||'-'||
106: p_init_msg_list ||'-'||
107: p_validation_level );
108: csi_ctr_gen_utility_pvt.dump_counter_instance_rec(p_counter_instance_rec);
109: END IF;
110:
111: /* Customer pre -processing section - Mandatory */
112: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'B', 'C' ) ) THEN

Line 137: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_COUNTER_PRE API');

133: WHILE l_msg_count > 0 LOOP
134: x_msg_data := FND_MSG_PUB.GET
135: (l_msg_index,
136: FND_API.G_FALSE );
137: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_COUNTER_PRE API');
138: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
139: l_msg_index := l_msg_index + 1;
140: l_msg_count := l_msg_count - 1;
141: END LOOP;

Line 138: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

134: x_msg_data := FND_MSG_PUB.GET
135: (l_msg_index,
136: FND_API.G_FALSE );
137: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_COUNTER_PRE API');
138: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
139: l_msg_index := l_msg_index + 1;
140: l_msg_count := l_msg_count - 1;
141: END LOOP;
142: RAISE FND_API.G_EXC_ERROR;

Line 173: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.CREATE_COUNTER_PRE API');

169: WHILE l_msg_count > 0 LOOP
170: x_msg_data := FND_MSG_PUB.GET
171: (l_msg_index,
172: FND_API.G_FALSE );
173: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.CREATE_COUNTER_PRE API');
174: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
175: l_msg_index := l_msg_index + 1;
176: l_msg_count := l_msg_count - 1;
177: END LOOP;

Line 174: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

170: x_msg_data := FND_MSG_PUB.GET
171: (l_msg_index,
172: FND_API.G_FALSE );
173: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.CREATE_COUNTER_PRE API');
174: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
175: l_msg_index := l_msg_index + 1;
176: l_msg_count := l_msg_count - 1;
177: END LOOP;
178: RAISE FND_API.G_EXC_ERROR;

Line 185: csi_ctr_gen_utility_pvt.put_line('Counter Associations Information is empty. Cannot Proceed...');

181:
182: -- Start of API Body
183: /*
184: IF P_counter_associations_tbl.COUNT = 0 THEN
185: csi_ctr_gen_utility_pvt.put_line('Counter Associations Information is empty. Cannot Proceed...');
186: csi_ctr_gen_utility_pvt.ExitWithErrMsg('CSI_NO_CTR_ASSOC_ID');
187: END IF;
188: */
189: CSI_COUNTER_PVT.create_counter

Line 186: csi_ctr_gen_utility_pvt.ExitWithErrMsg('CSI_NO_CTR_ASSOC_ID');

182: -- Start of API Body
183: /*
184: IF P_counter_associations_tbl.COUNT = 0 THEN
185: csi_ctr_gen_utility_pvt.put_line('Counter Associations Information is empty. Cannot Proceed...');
186: csi_ctr_gen_utility_pvt.ExitWithErrMsg('CSI_NO_CTR_ASSOC_ID');
187: END IF;
188: */
189: CSI_COUNTER_PVT.create_counter
190: (

Line 209: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.CREATE_COUNTER API');

205: WHILE l_msg_count > 0 LOOP
206: x_msg_data := FND_MSG_PUB.GET
207: (l_msg_index,
208: FND_API.G_FALSE );
209: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.CREATE_COUNTER API');
210: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
211: l_msg_index := l_msg_index + 1;
212: l_msg_count := l_msg_count - 1;
213: END LOOP;

Line 210: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

206: x_msg_data := FND_MSG_PUB.GET
207: (l_msg_index,
208: FND_API.G_FALSE );
209: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.CREATE_COUNTER API');
210: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
211: l_msg_index := l_msg_index + 1;
212: l_msg_count := l_msg_count - 1;
213: END LOOP;
214: RAISE FND_API.G_EXC_ERROR;

Line 276: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.CREATE_CTR_PROPERTY API');

272: WHILE l_msg_count > 0 LOOP
273: x_msg_data := FND_MSG_PUB.GET
274: (l_msg_index,
275: FND_API.G_FALSE );
276: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.CREATE_CTR_PROPERTY API');
277: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
278: l_msg_index := l_msg_index + 1;
279: l_msg_count := l_msg_count - 1;
280: END LOOP;

Line 277: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

273: x_msg_data := FND_MSG_PUB.GET
274: (l_msg_index,
275: FND_API.G_FALSE );
276: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.CREATE_CTR_PROPERTY API');
277: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
278: l_msg_index := l_msg_index + 1;
279: l_msg_count := l_msg_count - 1;
280: END LOOP;
281: RAISE FND_API.G_EXC_ERROR;

Line 339: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_TEMPLATE_PVT.CREATE_COUNTER_RELATIONSHIP API');

335: WHILE l_msg_count > 0 LOOP
336: x_msg_data := FND_MSG_PUB.GET
337: (l_msg_index,
338: FND_API.G_FALSE );
339: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_TEMPLATE_PVT.CREATE_COUNTER_RELATIONSHIP API');
340: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
341: l_msg_index := l_msg_index + 1;
342: l_msg_count := l_msg_count - 1;
343: END LOOP;

Line 340: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

336: x_msg_data := FND_MSG_PUB.GET
337: (l_msg_index,
338: FND_API.G_FALSE );
339: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_TEMPLATE_PVT.CREATE_COUNTER_RELATIONSHIP API');
340: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
341: l_msg_index := l_msg_index + 1;
342: l_msg_count := l_msg_count - 1;
343: END LOOP;
344: RAISE FND_API.G_EXC_ERROR;

Line 375: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_TEMPLATE_PVT.CREATE_DERIVED_FILTERS API');

371: WHILE l_msg_count > 0 LOOP
372: x_msg_data := FND_MSG_PUB.GET
373: (l_msg_index,
374: FND_API.G_FALSE );
375: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_TEMPLATE_PVT.CREATE_DERIVED_FILTERS API');
376: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
377: l_msg_index := l_msg_index + 1;
378: l_msg_count := l_msg_count - 1;
379: END LOOP;

Line 376: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

372: x_msg_data := FND_MSG_PUB.GET
373: (l_msg_index,
374: FND_API.G_FALSE );
375: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_TEMPLATE_PVT.CREATE_DERIVED_FILTERS API');
376: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
377: l_msg_index := l_msg_index + 1;
378: l_msg_count := l_msg_count - 1;
379: END LOOP;
380: RAISE FND_API.G_EXC_ERROR;

Line 440: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.CREATE_CTR_ASSOCIATIONS API');

436: WHILE l_msg_count > 0 LOOP
437: x_msg_data := FND_MSG_PUB.GET
438: (l_msg_index,
439: FND_API.G_FALSE );
440: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.CREATE_CTR_ASSOCIATIONS API');
441: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
442: l_msg_index := l_msg_index + 1;
443: l_msg_count := l_msg_count - 1;
444: END LOOP;

Line 441: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

437: x_msg_data := FND_MSG_PUB.GET
438: (l_msg_index,
439: FND_API.G_FALSE );
440: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.CREATE_CTR_ASSOCIATIONS API');
441: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
442: l_msg_index := l_msg_index + 1;
443: l_msg_count := l_msg_count - 1;
444: END LOOP;
445: RAISE FND_API.G_EXC_ERROR;

Line 547: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_COUNTER_POST API');

543: WHILE l_msg_count > 0 LOOP
544: x_msg_data := FND_MSG_PUB.GET
545: (l_msg_index,
546: FND_API.G_FALSE );
547: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_COUNTER_POST API');
548: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
549: l_msg_index := l_msg_index + 1;
550: l_msg_count := l_msg_count - 1;
551: END LOOP;

Line 548: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

544: x_msg_data := FND_MSG_PUB.GET
545: (l_msg_index,
546: FND_API.G_FALSE );
547: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_COUNTER_POST API');
548: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
549: l_msg_index := l_msg_index + 1;
550: l_msg_count := l_msg_count - 1;
551: END LOOP;
552: RAISE FND_API.G_EXC_ERROR;

Line 581: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.CREATE_COUNTER_POST API');

577: WHILE l_msg_count > 0 LOOP
578: x_msg_data := FND_MSG_PUB.GET
579: (l_msg_index,
580: FND_API.G_FALSE );
581: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.CREATE_COUNTER_POST API');
582: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
583: l_msg_index := l_msg_index + 1;
584: l_msg_count := l_msg_count - 1;
585: END LOOP;

Line 582: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

578: x_msg_data := FND_MSG_PUB.GET
579: (l_msg_index,
580: FND_API.G_FALSE );
581: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.CREATE_COUNTER_POST API');
582: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
583: l_msg_index := l_msg_index + 1;
584: l_msg_count := l_msg_count - 1;
585: END LOOP;
586: RAISE FND_API.G_EXC_ERROR;

Line 681: CSI_CTR_GEN_UTILITY_PVT.read_debug_profiles;

677: -- Initialize API return status to success
678: x_return_status := FND_API.G_RET_STS_SUCCESS;
679:
680: -- Read the debug profiles values in to global variable 7197402
681: CSI_CTR_GEN_UTILITY_PVT.read_debug_profiles;
682:
683: -- Check the profile option debug_level for debug message reporting
684: -- l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
685:

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

683: -- Check the profile option debug_level for debug message reporting
684: -- l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
685:
686: -- If debug_level = 1 then dump the procedure name
687: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 0) THEN
688: csi_ctr_gen_utility_pvt.put_line( 'create_ctr_property');
689: END IF;
690:
691: -- If the debug level = 2 then dump all the parameters values.

Line 688: csi_ctr_gen_utility_pvt.put_line( 'create_ctr_property');

684: -- l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
685:
686: -- If debug_level = 1 then dump the procedure name
687: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 0) THEN
688: csi_ctr_gen_utility_pvt.put_line( 'create_ctr_property');
689: END IF;
690:
691: -- If the debug level = 2 then dump all the parameters values.
692: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 1) THEN

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

688: csi_ctr_gen_utility_pvt.put_line( 'create_ctr_property');
689: END IF;
690:
691: -- If the debug level = 2 then dump all the parameters values.
692: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 1) THEN
693: csi_ctr_gen_utility_pvt.put_line( 'create_ctr_property' ||
694: p_api_version ||'-'||
695: p_commit ||'-'||
696: p_init_msg_list ||'-'||

Line 693: csi_ctr_gen_utility_pvt.put_line( 'create_ctr_property' ||

689: END IF;
690:
691: -- If the debug level = 2 then dump all the parameters values.
692: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 1) THEN
693: csi_ctr_gen_utility_pvt.put_line( 'create_ctr_property' ||
694: p_api_version ||'-'||
695: p_commit ||'-'||
696: p_init_msg_list ||'-'||
697: p_validation_level );

Line 698: csi_ctr_gen_utility_pvt.dump_ctr_properties_tbl(p_ctr_properties_tbl);

694: p_api_version ||'-'||
695: p_commit ||'-'||
696: p_init_msg_list ||'-'||
697: p_validation_level );
698: csi_ctr_gen_utility_pvt.dump_ctr_properties_tbl(p_ctr_properties_tbl);
699: END IF;
700:
701: /* Customer pre -processing section - Mandatory */
702: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'B', 'C' ) ) THEN

Line 723: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_CTR_PROPERTY_PRE API');

719: WHILE l_msg_count > 0 LOOP
720: x_msg_data := FND_MSG_PUB.GET
721: (l_msg_index,
722: FND_API.G_FALSE );
723: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_CTR_PROPERTY_PRE API');
724: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
725: l_msg_index := l_msg_index + 1;
726: l_msg_count := l_msg_count - 1;
727: END LOOP;

Line 724: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

720: x_msg_data := FND_MSG_PUB.GET
721: (l_msg_index,
722: FND_API.G_FALSE );
723: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_CTR_PROPERTY_PRE API');
724: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
725: l_msg_index := l_msg_index + 1;
726: l_msg_count := l_msg_count - 1;
727: END LOOP;
728: RAISE FND_API.G_EXC_ERROR;

Line 753: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.CREATE_CTR_PROPERTY_PRE API');

749: WHILE l_msg_count > 0 LOOP
750: x_msg_data := FND_MSG_PUB.GET
751: (l_msg_index,
752: FND_API.G_FALSE );
753: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.CREATE_CTR_PROPERTY_PRE API');
754: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
755: l_msg_index := l_msg_index + 1;
756: l_msg_count := l_msg_count - 1;
757: END LOOP;

Line 754: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

750: x_msg_data := FND_MSG_PUB.GET
751: (l_msg_index,
752: FND_API.G_FALSE );
753: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.CREATE_CTR_PROPERTY_PRE API');
754: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
755: l_msg_index := l_msg_index + 1;
756: l_msg_count := l_msg_count - 1;
757: END LOOP;
758: RAISE FND_API.G_EXC_ERROR;

Line 820: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.CREATE_CTR_PROPERTY API');

816: WHILE l_msg_count > 0 LOOP
817: x_msg_data := FND_MSG_PUB.GET
818: (l_msg_index,
819: FND_API.G_FALSE );
820: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.CREATE_CTR_PROPERTY API');
821: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
822: l_msg_index := l_msg_index + 1;
823: l_msg_count := l_msg_count - 1;
824: END LOOP;

Line 821: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

817: x_msg_data := FND_MSG_PUB.GET
818: (l_msg_index,
819: FND_API.G_FALSE );
820: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.CREATE_CTR_PROPERTY API');
821: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
822: l_msg_index := l_msg_index + 1;
823: l_msg_count := l_msg_count - 1;
824: END LOOP;
825: RAISE FND_API.G_EXC_ERROR;

Line 855: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_CTR_PROPERTY_POST API');

851: WHILE l_msg_count > 0 LOOP
852: x_msg_data := FND_MSG_PUB.GET
853: (l_msg_index,
854: FND_API.G_FALSE );
855: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_CTR_PROPERTY_POST API');
856: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
857: l_msg_index := l_msg_index + 1;
858: l_msg_count := l_msg_count - 1;
859: END LOOP;

Line 856: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

852: x_msg_data := FND_MSG_PUB.GET
853: (l_msg_index,
854: FND_API.G_FALSE );
855: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_CTR_PROPERTY_POST API');
856: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
857: l_msg_index := l_msg_index + 1;
858: l_msg_count := l_msg_count - 1;
859: END LOOP;
860: RAISE FND_API.G_EXC_ERROR;

Line 885: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_CTR_PROPERTY_POST API');

881: WHILE l_msg_count > 0 LOOP
882: x_msg_data := FND_MSG_PUB.GET
883: (l_msg_index,
884: FND_API.G_FALSE );
885: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_CTR_PROPERTY_POST API');
886: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
887: l_msg_index := l_msg_index + 1;
888: l_msg_count := l_msg_count - 1;
889: END LOOP;

Line 886: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

882: x_msg_data := FND_MSG_PUB.GET
883: (l_msg_index,
884: FND_API.G_FALSE );
885: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_CTR_PROPERTY_POST API');
886: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
887: l_msg_index := l_msg_index + 1;
888: l_msg_count := l_msg_count - 1;
889: END LOOP;
890: RAISE FND_API.G_EXC_ERROR;

Line 985: CSI_CTR_GEN_UTILITY_PVT.read_debug_profiles;

981: -- Initialize API return status to success
982: x_return_status := FND_API.G_RET_STS_SUCCESS;
983:
984: -- Read the debug profiles values in to global variable 7197402
985: CSI_CTR_GEN_UTILITY_PVT.read_debug_profiles;
986:
987: -- Check the profile option debug_level for debug message reporting
988: -- l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
989:

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

987: -- Check the profile option debug_level for debug message reporting
988: -- l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
989:
990: -- If debug_level = 1 then dump the procedure name
991: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 0) THEN
992: csi_ctr_gen_utility_pvt.put_line( 'create_ctr_associations');
993: END IF;
994:
995: -- If the debug level = 2 then dump all the parameters values.

Line 992: csi_ctr_gen_utility_pvt.put_line( 'create_ctr_associations');

988: -- l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
989:
990: -- If debug_level = 1 then dump the procedure name
991: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 0) THEN
992: csi_ctr_gen_utility_pvt.put_line( 'create_ctr_associations');
993: END IF;
994:
995: -- If the debug level = 2 then dump all the parameters values.
996: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 1) THEN

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

992: csi_ctr_gen_utility_pvt.put_line( 'create_ctr_associations');
993: END IF;
994:
995: -- If the debug level = 2 then dump all the parameters values.
996: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 1) THEN
997: csi_ctr_gen_utility_pvt.put_line( 'create_ctr_associations' ||
998: p_api_version ||'-'||
999: p_commit ||'-'||
1000: p_init_msg_list ||'-'||

Line 997: csi_ctr_gen_utility_pvt.put_line( 'create_ctr_associations' ||

993: END IF;
994:
995: -- If the debug level = 2 then dump all the parameters values.
996: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 1) THEN
997: csi_ctr_gen_utility_pvt.put_line( 'create_ctr_associations' ||
998: p_api_version ||'-'||
999: p_commit ||'-'||
1000: p_init_msg_list ||'-'||
1001: p_validation_level );

Line 1002: csi_ctr_gen_utility_pvt.dump_counter_associations_tbl(p_counter_associations_tbl);

998: p_api_version ||'-'||
999: p_commit ||'-'||
1000: p_init_msg_list ||'-'||
1001: p_validation_level );
1002: csi_ctr_gen_utility_pvt.dump_counter_associations_tbl(p_counter_associations_tbl);
1003: END IF;
1004:
1005: /* Customer pre -processing section - Mandatory */
1006: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'B', 'C' ) ) THEN

Line 1027: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_CTR_ASSOCIATIONS_PRE API');

1023: WHILE l_msg_count > 0 LOOP
1024: x_msg_data := FND_MSG_PUB.GET
1025: (l_msg_index,
1026: FND_API.G_FALSE );
1027: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_CTR_ASSOCIATIONS_PRE API');
1028: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1029: l_msg_index := l_msg_index + 1;
1030: l_msg_count := l_msg_count - 1;
1031: END LOOP;

Line 1028: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

1024: x_msg_data := FND_MSG_PUB.GET
1025: (l_msg_index,
1026: FND_API.G_FALSE );
1027: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_CTR_ASSOCIATIONS_PRE API');
1028: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1029: l_msg_index := l_msg_index + 1;
1030: l_msg_count := l_msg_count - 1;
1031: END LOOP;
1032: RAISE FND_API.G_EXC_ERROR;

Line 1058: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.CREATE_CTR_ASSOCIATIONS_PRE API');

1054: WHILE l_msg_count > 0 LOOP
1055: x_msg_data := FND_MSG_PUB.GET
1056: (l_msg_index,
1057: FND_API.G_FALSE );
1058: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.CREATE_CTR_ASSOCIATIONS_PRE API');
1059: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1060: l_msg_index := l_msg_index + 1;
1061: l_msg_count := l_msg_count - 1;
1062: END LOOP;

Line 1059: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

1055: x_msg_data := FND_MSG_PUB.GET
1056: (l_msg_index,
1057: FND_API.G_FALSE );
1058: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.CREATE_CTR_ASSOCIATIONS_PRE API');
1059: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1060: l_msg_index := l_msg_index + 1;
1061: l_msg_count := l_msg_count - 1;
1062: END LOOP;
1063: RAISE FND_API.G_EXC_ERROR;

Line 1119: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.CREATE_CTR_ASSOCIATIONS API');

1115: WHILE l_msg_count > 0 LOOP
1116: x_msg_data := FND_MSG_PUB.GET
1117: (l_msg_index,
1118: FND_API.G_FALSE );
1119: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.CREATE_CTR_ASSOCIATIONS API');
1120: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1121: l_msg_index := l_msg_index + 1;
1122: l_msg_count := l_msg_count - 1;
1123: END LOOP;

Line 1120: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

1116: x_msg_data := FND_MSG_PUB.GET
1117: (l_msg_index,
1118: FND_API.G_FALSE );
1119: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.CREATE_CTR_ASSOCIATIONS API');
1120: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1121: l_msg_index := l_msg_index + 1;
1122: l_msg_count := l_msg_count - 1;
1123: END LOOP;
1124: RAISE FND_API.G_EXC_ERROR;

Line 1152: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_CTR_ASSOCIATIONS_POST API');

1148: WHILE l_msg_count > 0 LOOP
1149: x_msg_data := FND_MSG_PUB.GET
1150: (l_msg_index,
1151: FND_API.G_FALSE );
1152: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_CTR_ASSOCIATIONS_POST API');
1153: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1154: l_msg_index := l_msg_index + 1;
1155: l_msg_count := l_msg_count - 1;
1156: END LOOP;

Line 1153: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

1149: x_msg_data := FND_MSG_PUB.GET
1150: (l_msg_index,
1151: FND_API.G_FALSE );
1152: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_CTR_ASSOCIATIONS_POST API');
1153: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1154: l_msg_index := l_msg_index + 1;
1155: l_msg_count := l_msg_count - 1;
1156: END LOOP;
1157: RAISE FND_API.G_EXC_ERROR;

Line 1183: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.CREATE_CTR_ASSOCIATIONS_POST API');

1179: WHILE l_msg_count > 0 LOOP
1180: x_msg_data := FND_MSG_PUB.GET
1181: (l_msg_index,
1182: FND_API.G_FALSE );
1183: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.CREATE_CTR_ASSOCIATIONS_POST API');
1184: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1185: l_msg_index := l_msg_index + 1;
1186: l_msg_count := l_msg_count - 1;
1187: END LOOP;

Line 1184: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

1180: x_msg_data := FND_MSG_PUB.GET
1181: (l_msg_index,
1182: FND_API.G_FALSE );
1183: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.CREATE_CTR_ASSOCIATIONS_POST API');
1184: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1185: l_msg_index := l_msg_index + 1;
1186: l_msg_count := l_msg_count - 1;
1187: END LOOP;
1188: RAISE FND_API.G_EXC_ERROR;

Line 1285: CSI_CTR_GEN_UTILITY_PVT.read_debug_profiles;

1281: -- Initialize API return status to success
1282: x_return_status := FND_API.G_RET_STS_SUCCESS;
1283:
1284: -- Read the debug profiles values in to global variable 7197402
1285: CSI_CTR_GEN_UTILITY_PVT.read_debug_profiles;
1286:
1287: -- Check the profile option debug_level for debug message reporting
1288: -- l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
1289:

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

1287: -- Check the profile option debug_level for debug message reporting
1288: -- l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
1289:
1290: -- If debug_level = 1 then dump the procedure name
1291: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 0) THEN
1292: csi_ctr_gen_utility_pvt.put_line( 'create_reading_lock');
1293: END IF;
1294:
1295: -- If the debug level = 2 then dump all the parameters values.

Line 1292: csi_ctr_gen_utility_pvt.put_line( 'create_reading_lock');

1288: -- l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
1289:
1290: -- If debug_level = 1 then dump the procedure name
1291: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 0) THEN
1292: csi_ctr_gen_utility_pvt.put_line( 'create_reading_lock');
1293: END IF;
1294:
1295: -- If the debug level = 2 then dump all the parameters values.
1296: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 1) THEN

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

1292: csi_ctr_gen_utility_pvt.put_line( 'create_reading_lock');
1293: END IF;
1294:
1295: -- If the debug level = 2 then dump all the parameters values.
1296: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 1) THEN
1297: csi_ctr_gen_utility_pvt.put_line( 'create_reading_lock' ||
1298: p_api_version ||'-'||
1299: p_commit ||'-'||
1300: p_init_msg_list ||'-'||

Line 1297: csi_ctr_gen_utility_pvt.put_line( 'create_reading_lock' ||

1293: END IF;
1294:
1295: -- If the debug level = 2 then dump all the parameters values.
1296: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 1) THEN
1297: csi_ctr_gen_utility_pvt.put_line( 'create_reading_lock' ||
1298: p_api_version ||'-'||
1299: p_commit ||'-'||
1300: p_init_msg_list ||'-'||
1301: p_validation_level );

Line 1302: csi_ctr_gen_utility_pvt.dump_ctr_reading_lock_rec(p_ctr_reading_lock_rec);

1298: p_api_version ||'-'||
1299: p_commit ||'-'||
1300: p_init_msg_list ||'-'||
1301: p_validation_level );
1302: csi_ctr_gen_utility_pvt.dump_ctr_reading_lock_rec(p_ctr_reading_lock_rec);
1303: END IF;
1304:
1305: /* Customer pre -processing section - Mandatory */
1306: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'B', 'C' ) ) THEN

Line 1327: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_READING_LOCK_PRE API');

1323: WHILE l_msg_count > 0 LOOP
1324: x_msg_data := FND_MSG_PUB.GET
1325: (l_msg_index,
1326: FND_API.G_FALSE );
1327: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_READING_LOCK_PRE API');
1328: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1329: l_msg_index := l_msg_index + 1;
1330: l_msg_count := l_msg_count - 1;
1331: END LOOP;

Line 1328: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

1324: x_msg_data := FND_MSG_PUB.GET
1325: (l_msg_index,
1326: FND_API.G_FALSE );
1327: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_READING_LOCK_PRE API');
1328: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1329: l_msg_index := l_msg_index + 1;
1330: l_msg_count := l_msg_count - 1;
1331: END LOOP;
1332: RAISE FND_API.G_EXC_ERROR;

Line 1357: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.CREATE_READING_LOCK_PRE API');

1353: WHILE l_msg_count > 0 LOOP
1354: x_msg_data := FND_MSG_PUB.GET
1355: (l_msg_index,
1356: FND_API.G_FALSE );
1357: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.CREATE_READING_LOCK_PRE API');
1358: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1359: l_msg_index := l_msg_index + 1;
1360: l_msg_count := l_msg_count - 1;
1361: END LOOP;

Line 1358: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

1354: x_msg_data := FND_MSG_PUB.GET
1355: (l_msg_index,
1356: FND_API.G_FALSE );
1357: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.CREATE_READING_LOCK_PRE API');
1358: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1359: l_msg_index := l_msg_index + 1;
1360: l_msg_count := l_msg_count - 1;
1361: END LOOP;
1362: RAISE FND_API.G_EXC_ERROR;

Line 1388: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.CREATE_READING_LOCK API');

1384: WHILE l_msg_count > 0 LOOP
1385: x_msg_data := FND_MSG_PUB.GET
1386: (l_msg_index,
1387: FND_API.G_FALSE );
1388: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.CREATE_READING_LOCK API');
1389: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1390: l_msg_index := l_msg_index + 1;
1391: l_msg_count := l_msg_count - 1;
1392: END LOOP;

Line 1389: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

1385: x_msg_data := FND_MSG_PUB.GET
1386: (l_msg_index,
1387: FND_API.G_FALSE );
1388: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.CREATE_READING_LOCK API');
1389: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1390: l_msg_index := l_msg_index + 1;
1391: l_msg_count := l_msg_count - 1;
1392: END LOOP;
1393: RAISE FND_API.G_EXC_ERROR;

Line 1420: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_READING_LOCK_POST API');

1416: WHILE l_msg_count > 0 LOOP
1417: x_msg_data := FND_MSG_PUB.GET
1418: (l_msg_index,
1419: FND_API.G_FALSE );
1420: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_READING_LOCK_POST API');
1421: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1422: l_msg_index := l_msg_index + 1;
1423: l_msg_count := l_msg_count - 1;
1424: END LOOP;

Line 1421: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

1417: x_msg_data := FND_MSG_PUB.GET
1418: (l_msg_index,
1419: FND_API.G_FALSE );
1420: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_READING_LOCK_POST API');
1421: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1422: l_msg_index := l_msg_index + 1;
1423: l_msg_count := l_msg_count - 1;
1424: END LOOP;
1425: RAISE FND_API.G_EXC_ERROR;

Line 1450: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.CREATE_READING_LOCK_POST API');

1446: WHILE l_msg_count > 0 LOOP
1447: x_msg_data := FND_MSG_PUB.GET
1448: (l_msg_index,
1449: FND_API.G_FALSE );
1450: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.CREATE_READING_LOCK_POST API');
1451: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1452: l_msg_index := l_msg_index + 1;
1453: l_msg_count := l_msg_count - 1;
1454: END LOOP;

Line 1451: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

1447: x_msg_data := FND_MSG_PUB.GET
1448: (l_msg_index,
1449: FND_API.G_FALSE );
1450: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.CREATE_READING_LOCK_POST API');
1451: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1452: l_msg_index := l_msg_index + 1;
1453: l_msg_count := l_msg_count - 1;
1454: END LOOP;
1455: RAISE FND_API.G_EXC_ERROR;

Line 1552: CSI_CTR_GEN_UTILITY_PVT.read_debug_profiles;

1548: -- Initialize API return status to success
1549: x_return_status := FND_API.G_RET_STS_SUCCESS;
1550:
1551: -- Read the debug profiles values in to global variable 7197402
1552: CSI_CTR_GEN_UTILITY_PVT.read_debug_profiles;
1553:
1554: -- Check the profile option debug_level for debug message reporting
1555: -- l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
1556:

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

1554: -- Check the profile option debug_level for debug message reporting
1555: -- l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
1556:
1557: -- If debug_level = 1 then dump the procedure name
1558: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 0) THEN
1559: csi_ctr_gen_utility_pvt.put_line( 'create_daily_usage');
1560: END IF;
1561:
1562: -- If the debug level = 2 then dump all the parameters values.

Line 1559: csi_ctr_gen_utility_pvt.put_line( 'create_daily_usage');

1555: -- l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
1556:
1557: -- If debug_level = 1 then dump the procedure name
1558: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 0) THEN
1559: csi_ctr_gen_utility_pvt.put_line( 'create_daily_usage');
1560: END IF;
1561:
1562: -- If the debug level = 2 then dump all the parameters values.
1563: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 1) THEN

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

1559: csi_ctr_gen_utility_pvt.put_line( 'create_daily_usage');
1560: END IF;
1561:
1562: -- If the debug level = 2 then dump all the parameters values.
1563: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 1) THEN
1564: csi_ctr_gen_utility_pvt.put_line( 'create_daily_usage' ||
1565: p_api_version ||'-'||
1566: p_commit ||'-'||
1567: p_init_msg_list ||'-'||

Line 1564: csi_ctr_gen_utility_pvt.put_line( 'create_daily_usage' ||

1560: END IF;
1561:
1562: -- If the debug level = 2 then dump all the parameters values.
1563: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 1) THEN
1564: csi_ctr_gen_utility_pvt.put_line( 'create_daily_usage' ||
1565: p_api_version ||'-'||
1566: p_commit ||'-'||
1567: p_init_msg_list ||'-'||
1568: p_validation_level );

Line 1569: csi_ctr_gen_utility_pvt.dump_ctr_usage_forecast_rec(p_ctr_usage_forecast_rec);

1565: p_api_version ||'-'||
1566: p_commit ||'-'||
1567: p_init_msg_list ||'-'||
1568: p_validation_level );
1569: csi_ctr_gen_utility_pvt.dump_ctr_usage_forecast_rec(p_ctr_usage_forecast_rec);
1570: END IF;
1571:
1572: /* Customer pre -processing section - Mandatory */
1573: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'B', 'C' ) ) THEN

Line 1594: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_DAILY_USAGE_PRE API');

1590: WHILE l_msg_count > 0 LOOP
1591: x_msg_data := FND_MSG_PUB.GET
1592: (l_msg_index,
1593: FND_API.G_FALSE );
1594: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_DAILY_USAGE_PRE API');
1595: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1596: l_msg_index := l_msg_index + 1;
1597: l_msg_count := l_msg_count - 1;
1598: END LOOP;

Line 1595: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

1591: x_msg_data := FND_MSG_PUB.GET
1592: (l_msg_index,
1593: FND_API.G_FALSE );
1594: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_DAILY_USAGE_PRE API');
1595: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1596: l_msg_index := l_msg_index + 1;
1597: l_msg_count := l_msg_count - 1;
1598: END LOOP;
1599: RAISE FND_API.G_EXC_ERROR;

Line 1624: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.CREATE_DAILY_USAGE_PRE API');

1620: WHILE l_msg_count > 0 LOOP
1621: x_msg_data := FND_MSG_PUB.GET
1622: (l_msg_index,
1623: FND_API.G_FALSE );
1624: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.CREATE_DAILY_USAGE_PRE API');
1625: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1626: l_msg_index := l_msg_index + 1;
1627: l_msg_count := l_msg_count - 1;
1628: END LOOP;

Line 1625: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

1621: x_msg_data := FND_MSG_PUB.GET
1622: (l_msg_index,
1623: FND_API.G_FALSE );
1624: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.CREATE_DAILY_USAGE_PRE API');
1625: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1626: l_msg_index := l_msg_index + 1;
1627: l_msg_count := l_msg_count - 1;
1628: END LOOP;
1629: RAISE FND_API.G_EXC_ERROR;

Line 1655: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.CREATE_DAILY_USAGE API');

1651: WHILE l_msg_count > 0 LOOP
1652: x_msg_data := FND_MSG_PUB.GET
1653: (l_msg_index,
1654: FND_API.G_FALSE );
1655: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.CREATE_DAILY_USAGE API');
1656: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1657: l_msg_index := l_msg_index + 1;
1658: l_msg_count := l_msg_count - 1;
1659: END LOOP;

Line 1656: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

1652: x_msg_data := FND_MSG_PUB.GET
1653: (l_msg_index,
1654: FND_API.G_FALSE );
1655: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.CREATE_DAILY_USAGE API');
1656: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1657: l_msg_index := l_msg_index + 1;
1658: l_msg_count := l_msg_count - 1;
1659: END LOOP;
1660: RAISE FND_API.G_EXC_ERROR;

Line 1687: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_DAILY_USAGE_POST API');

1683: WHILE l_msg_count > 0 LOOP
1684: x_msg_data := FND_MSG_PUB.GET
1685: (l_msg_index,
1686: FND_API.G_FALSE );
1687: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_DAILY_USAGE_POST API');
1688: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1689: l_msg_index := l_msg_index + 1;
1690: l_msg_count := l_msg_count - 1;
1691: END LOOP;

Line 1688: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

1684: x_msg_data := FND_MSG_PUB.GET
1685: (l_msg_index,
1686: FND_API.G_FALSE );
1687: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.CREATE_DAILY_USAGE_POST API');
1688: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1689: l_msg_index := l_msg_index + 1;
1690: l_msg_count := l_msg_count - 1;
1691: END LOOP;
1692: RAISE FND_API.G_EXC_ERROR;

Line 1717: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.CREATE_DAILY_USAGE_POST API');

1713: WHILE l_msg_count > 0 LOOP
1714: x_msg_data := FND_MSG_PUB.GET
1715: (l_msg_index,
1716: FND_API.G_FALSE );
1717: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.CREATE_DAILY_USAGE_POST API');
1718: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1719: l_msg_index := l_msg_index + 1;
1720: l_msg_count := l_msg_count - 1;
1721: END LOOP;

Line 1718: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

1714: x_msg_data := FND_MSG_PUB.GET
1715: (l_msg_index,
1716: FND_API.G_FALSE );
1717: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.CREATE_DAILY_USAGE_POST API');
1718: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1719: l_msg_index := l_msg_index + 1;
1720: l_msg_count := l_msg_count - 1;
1721: END LOOP;
1722: RAISE FND_API.G_EXC_ERROR;

Line 1823: CSI_CTR_GEN_UTILITY_PVT.read_debug_profiles;

1819: -- Initialize API return status to success
1820: x_return_status := FND_API.G_RET_STS_SUCCESS;
1821:
1822: -- Read the debug profiles values in to global variable 7197402
1823: CSI_CTR_GEN_UTILITY_PVT.read_debug_profiles;
1824:
1825: -- Check the profile option debug_level for debug message reporting
1826: -- l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
1827:

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

1825: -- Check the profile option debug_level for debug message reporting
1826: -- l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
1827:
1828: -- If debug_level = 1 then dump the procedure name
1829: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 0) THEN
1830: csi_ctr_gen_utility_pvt.put_line( 'update_counter');
1831: END IF;
1832:
1833: -- If the debug level = 2 then dump all the parameters values.

Line 1830: csi_ctr_gen_utility_pvt.put_line( 'update_counter');

1826: -- l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
1827:
1828: -- If debug_level = 1 then dump the procedure name
1829: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 0) THEN
1830: csi_ctr_gen_utility_pvt.put_line( 'update_counter');
1831: END IF;
1832:
1833: -- If the debug level = 2 then dump all the parameters values.
1834: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 1) THEN

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

1830: csi_ctr_gen_utility_pvt.put_line( 'update_counter');
1831: END IF;
1832:
1833: -- If the debug level = 2 then dump all the parameters values.
1834: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 1) THEN
1835: csi_ctr_gen_utility_pvt.put_line( 'update_counter' ||
1836: p_api_version ||'-'||
1837: p_commit ||'-'||
1838: p_init_msg_list ||'-'||

Line 1835: csi_ctr_gen_utility_pvt.put_line( 'update_counter' ||

1831: END IF;
1832:
1833: -- If the debug level = 2 then dump all the parameters values.
1834: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 1) THEN
1835: csi_ctr_gen_utility_pvt.put_line( 'update_counter' ||
1836: p_api_version ||'-'||
1837: p_commit ||'-'||
1838: p_init_msg_list ||'-'||
1839: p_validation_level );

Line 1840: csi_ctr_gen_utility_pvt.dump_counter_instance_rec(p_counter_instance_rec);

1836: p_api_version ||'-'||
1837: p_commit ||'-'||
1838: p_init_msg_list ||'-'||
1839: p_validation_level );
1840: csi_ctr_gen_utility_pvt.dump_counter_instance_rec(p_counter_instance_rec);
1841: END IF;
1842:
1843: /* Customer pre -processing section - Mandatory */
1844: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'B', 'C' ) ) THEN

Line 1868: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.UPDATE_COUNTER_PRE API');

1864: WHILE l_msg_count > 0 LOOP
1865: x_msg_data := FND_MSG_PUB.GET
1866: (l_msg_index,
1867: FND_API.G_FALSE );
1868: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.UPDATE_COUNTER_PRE API');
1869: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1870: l_msg_index := l_msg_index + 1;
1871: l_msg_count := l_msg_count - 1;
1872: END LOOP;

Line 1869: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

1865: x_msg_data := FND_MSG_PUB.GET
1866: (l_msg_index,
1867: FND_API.G_FALSE );
1868: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.UPDATE_COUNTER_PRE API');
1869: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1870: l_msg_index := l_msg_index + 1;
1871: l_msg_count := l_msg_count - 1;
1872: END LOOP;
1873: RAISE FND_API.G_EXC_ERROR;

Line 1901: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.UPDATE_COUNTER_PRE API');

1897: WHILE l_msg_count > 0 LOOP
1898: x_msg_data := FND_MSG_PUB.GET
1899: (l_msg_index,
1900: FND_API.G_FALSE );
1901: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.UPDATE_COUNTER_PRE API');
1902: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1903: l_msg_index := l_msg_index + 1;
1904: l_msg_count := l_msg_count - 1;
1905: END LOOP;

Line 1902: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

1898: x_msg_data := FND_MSG_PUB.GET
1899: (l_msg_index,
1900: FND_API.G_FALSE );
1901: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.UPDATE_COUNTER_PRE API');
1902: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1903: l_msg_index := l_msg_index + 1;
1904: l_msg_count := l_msg_count - 1;
1905: END LOOP;
1906: RAISE FND_API.G_EXC_ERROR;

Line 1930: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.UPDATE_COUNTER API');

1926: WHILE l_msg_count > 0 LOOP
1927: x_msg_data := FND_MSG_PUB.GET
1928: (l_msg_index,
1929: FND_API.G_FALSE );
1930: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.UPDATE_COUNTER API');
1931: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1932: l_msg_index := l_msg_index + 1;
1933: l_msg_count := l_msg_count - 1;
1934: END LOOP;

Line 1931: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

1927: x_msg_data := FND_MSG_PUB.GET
1928: (l_msg_index,
1929: FND_API.G_FALSE );
1930: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.UPDATE_COUNTER API');
1931: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1932: l_msg_index := l_msg_index + 1;
1933: l_msg_count := l_msg_count - 1;
1934: END LOOP;
1935: RAISE FND_API.G_EXC_ERROR;

Line 2000: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.UPDATE_CTR_PROPERTY API');

1996: WHILE l_msg_count > 0 LOOP
1997: x_msg_data := FND_MSG_PUB.GET
1998: (l_msg_index,
1999: FND_API.G_FALSE );
2000: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.UPDATE_CTR_PROPERTY API');
2001: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2002: l_msg_index := l_msg_index + 1;
2003: l_msg_count := l_msg_count - 1;
2004: END LOOP;

Line 2001: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

1997: x_msg_data := FND_MSG_PUB.GET
1998: (l_msg_index,
1999: FND_API.G_FALSE );
2000: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.UPDATE_CTR_PROPERTY API');
2001: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2002: l_msg_index := l_msg_index + 1;
2003: l_msg_count := l_msg_count - 1;
2004: END LOOP;
2005: RAISE FND_API.G_EXC_ERROR;

Line 2029: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.CREATE_CTR_PROPERTY API');

2025: WHILE l_msg_count > 0 LOOP
2026: x_msg_data := FND_MSG_PUB.GET
2027: (l_msg_index,
2028: FND_API.G_FALSE );
2029: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.CREATE_CTR_PROPERTY API');
2030: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2031: l_msg_index := l_msg_index + 1;
2032: l_msg_count := l_msg_count - 1;
2033: END LOOP;

Line 2030: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

2026: x_msg_data := FND_MSG_PUB.GET
2027: (l_msg_index,
2028: FND_API.G_FALSE );
2029: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.CREATE_CTR_PROPERTY API');
2030: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2031: l_msg_index := l_msg_index + 1;
2032: l_msg_count := l_msg_count - 1;
2033: END LOOP;
2034: RAISE FND_API.G_EXC_ERROR;

Line 2097: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_TEMPLATE_PVT.UPDATE_COUNTER_RELATIONSHIP API');

2093: WHILE l_msg_count > 0 LOOP
2094: x_msg_data := FND_MSG_PUB.GET
2095: (l_msg_index,
2096: FND_API.G_FALSE );
2097: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_TEMPLATE_PVT.UPDATE_COUNTER_RELATIONSHIP API');
2098: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2099: l_msg_index := l_msg_index + 1;
2100: l_msg_count := l_msg_count - 1;
2101: END LOOP;

Line 2098: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

2094: x_msg_data := FND_MSG_PUB.GET
2095: (l_msg_index,
2096: FND_API.G_FALSE );
2097: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_TEMPLATE_PVT.UPDATE_COUNTER_RELATIONSHIP API');
2098: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2099: l_msg_index := l_msg_index + 1;
2100: l_msg_count := l_msg_count - 1;
2101: END LOOP;
2102: RAISE FND_API.G_EXC_ERROR;

Line 2125: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_TEMPLATE_PVT.CREATE_COUNTER_RELATIONSHIP API');

2121: WHILE l_msg_count > 0 LOOP
2122: x_msg_data := FND_MSG_PUB.GET
2123: (l_msg_index,
2124: FND_API.G_FALSE );
2125: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_TEMPLATE_PVT.CREATE_COUNTER_RELATIONSHIP API');
2126: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2127: l_msg_index := l_msg_index + 1;
2128: l_msg_count := l_msg_count - 1;
2129: END LOOP;

Line 2126: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

2122: x_msg_data := FND_MSG_PUB.GET
2123: (l_msg_index,
2124: FND_API.G_FALSE );
2125: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_TEMPLATE_PVT.CREATE_COUNTER_RELATIONSHIP API');
2126: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2127: l_msg_index := l_msg_index + 1;
2128: l_msg_count := l_msg_count - 1;
2129: END LOOP;
2130: RAISE FND_API.G_EXC_ERROR;

Line 2166: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_TEMPLATE_PVT.UPDATE_DERIVED_FILTERS API');

2162: WHILE l_msg_count > 0 LOOP
2163: x_msg_data := FND_MSG_PUB.GET
2164: (l_msg_index,
2165: FND_API.G_FALSE );
2166: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_TEMPLATE_PVT.UPDATE_DERIVED_FILTERS API');
2167: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2168: l_msg_index := l_msg_index + 1;
2169: l_msg_count := l_msg_count - 1;
2170: END LOOP;

Line 2167: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

2163: x_msg_data := FND_MSG_PUB.GET
2164: (l_msg_index,
2165: FND_API.G_FALSE );
2166: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_TEMPLATE_PVT.UPDATE_DERIVED_FILTERS API');
2167: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2168: l_msg_index := l_msg_index + 1;
2169: l_msg_count := l_msg_count - 1;
2170: END LOOP;
2171: RAISE FND_API.G_EXC_ERROR;

Line 2231: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.UPDATE_CTR_ASSOCIATIONS API');

2227: WHILE l_msg_count > 0 LOOP
2228: x_msg_data := FND_MSG_PUB.GET
2229: (l_msg_index,
2230: FND_API.G_FALSE );
2231: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.UPDATE_CTR_ASSOCIATIONS API');
2232: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2233: l_msg_index := l_msg_index + 1;
2234: l_msg_count := l_msg_count - 1;
2235: END LOOP;

Line 2232: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

2228: x_msg_data := FND_MSG_PUB.GET
2229: (l_msg_index,
2230: FND_API.G_FALSE );
2231: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.UPDATE_CTR_ASSOCIATIONS API');
2232: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2233: l_msg_index := l_msg_index + 1;
2234: l_msg_count := l_msg_count - 1;
2235: END LOOP;
2236: RAISE FND_API.G_EXC_ERROR;

Line 2260: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.CREATE_CTR_ASSOCIATIONS API');

2256: WHILE l_msg_count > 0 LOOP
2257: x_msg_data := FND_MSG_PUB.GET
2258: (l_msg_index,
2259: FND_API.G_FALSE );
2260: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.CREATE_CTR_ASSOCIATIONS API');
2261: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2262: l_msg_index := l_msg_index + 1;
2263: l_msg_count := l_msg_count - 1;
2264: END LOOP;

Line 2261: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

2257: x_msg_data := FND_MSG_PUB.GET
2258: (l_msg_index,
2259: FND_API.G_FALSE );
2260: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.CREATE_CTR_ASSOCIATIONS API');
2261: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2262: l_msg_index := l_msg_index + 1;
2263: l_msg_count := l_msg_count - 1;
2264: END LOOP;
2265: RAISE FND_API.G_EXC_ERROR;

Line 2300: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.UPDATE_COUNTER_POST API');

2296: WHILE l_msg_count > 0 LOOP
2297: x_msg_data := FND_MSG_PUB.GET
2298: (l_msg_index,
2299: FND_API.G_FALSE );
2300: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.UPDATE_COUNTER_POST API');
2301: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2302: l_msg_index := l_msg_index + 1;
2303: l_msg_count := l_msg_count - 1;
2304: END LOOP;

Line 2301: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

2297: x_msg_data := FND_MSG_PUB.GET
2298: (l_msg_index,
2299: FND_API.G_FALSE );
2300: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.UPDATE_COUNTER_POST API');
2301: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2302: l_msg_index := l_msg_index + 1;
2303: l_msg_count := l_msg_count - 1;
2304: END LOOP;
2305: RAISE FND_API.G_EXC_ERROR;

Line 2333: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.UPDATE_COUNTER_POST API');

2329: WHILE l_msg_count > 0 LOOP
2330: x_msg_data := FND_MSG_PUB.GET
2331: (l_msg_index,
2332: FND_API.G_FALSE );
2333: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.UPDATE_COUNTER_POST API');
2334: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2335: l_msg_index := l_msg_index + 1;
2336: l_msg_count := l_msg_count - 1;
2337: END LOOP;

Line 2334: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

2330: x_msg_data := FND_MSG_PUB.GET
2331: (l_msg_index,
2332: FND_API.G_FALSE );
2333: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.UPDATE_COUNTER_POST API');
2334: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2335: l_msg_index := l_msg_index + 1;
2336: l_msg_count := l_msg_count - 1;
2337: END LOOP;
2338: RAISE FND_API.G_EXC_ERROR;

Line 2432: CSI_CTR_GEN_UTILITY_PVT.read_debug_profiles;

2428: -- Initialize API return status to success
2429: x_return_status := FND_API.G_RET_STS_SUCCESS;
2430:
2431: -- Read the debug profiles values in to global variable 7197402
2432: CSI_CTR_GEN_UTILITY_PVT.read_debug_profiles;
2433:
2434: -- Check the profile option debug_level for debug message reporting
2435: -- l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
2436:

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

2434: -- Check the profile option debug_level for debug message reporting
2435: -- l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
2436:
2437: -- If debug_level = 1 then dump the procedure name
2438: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 0) THEN
2439: csi_ctr_gen_utility_pvt.put_line( 'update_ctr_property');
2440: END IF;
2441:
2442: -- If the debug level = 2 then dump all the parameters values.

Line 2439: csi_ctr_gen_utility_pvt.put_line( 'update_ctr_property');

2435: -- l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
2436:
2437: -- If debug_level = 1 then dump the procedure name
2438: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 0) THEN
2439: csi_ctr_gen_utility_pvt.put_line( 'update_ctr_property');
2440: END IF;
2441:
2442: -- If the debug level = 2 then dump all the parameters values.
2443: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 1) THEN

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

2439: csi_ctr_gen_utility_pvt.put_line( 'update_ctr_property');
2440: END IF;
2441:
2442: -- If the debug level = 2 then dump all the parameters values.
2443: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 1) THEN
2444: csi_ctr_gen_utility_pvt.put_line( 'update_ctr_property' ||
2445: p_api_version ||'-'||
2446: p_commit ||'-'||
2447: p_init_msg_list ||'-'||

Line 2444: csi_ctr_gen_utility_pvt.put_line( 'update_ctr_property' ||

2440: END IF;
2441:
2442: -- If the debug level = 2 then dump all the parameters values.
2443: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 1) THEN
2444: csi_ctr_gen_utility_pvt.put_line( 'update_ctr_property' ||
2445: p_api_version ||'-'||
2446: p_commit ||'-'||
2447: p_init_msg_list ||'-'||
2448: p_validation_level );

Line 2449: csi_ctr_gen_utility_pvt.dump_ctr_properties_tbl(p_ctr_properties_tbl);

2445: p_api_version ||'-'||
2446: p_commit ||'-'||
2447: p_init_msg_list ||'-'||
2448: p_validation_level );
2449: csi_ctr_gen_utility_pvt.dump_ctr_properties_tbl(p_ctr_properties_tbl);
2450: END IF;
2451:
2452: /* Customer pre -processing section - Mandatory */
2453: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'B', 'C' ) ) THEN

Line 2473: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.UPDATE_CTR_PROPERTY_PRE API');

2469: WHILE l_msg_count > 0 LOOP
2470: x_msg_data := FND_MSG_PUB.GET
2471: (l_msg_index,
2472: FND_API.G_FALSE );
2473: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.UPDATE_CTR_PROPERTY_PRE API');
2474: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2475: l_msg_index := l_msg_index + 1;
2476: l_msg_count := l_msg_count - 1;
2477: END LOOP;

Line 2474: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

2470: x_msg_data := FND_MSG_PUB.GET
2471: (l_msg_index,
2472: FND_API.G_FALSE );
2473: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.UPDATE_CTR_PROPERTY_PRE API');
2474: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2475: l_msg_index := l_msg_index + 1;
2476: l_msg_count := l_msg_count - 1;
2477: END LOOP;
2478: RAISE FND_API.G_EXC_ERROR;

Line 2502: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.UPDATE_CTR_PROPERTY_PRE API');

2498: WHILE l_msg_count > 0 LOOP
2499: x_msg_data := FND_MSG_PUB.GET
2500: (l_msg_index,
2501: FND_API.G_FALSE );
2502: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.UPDATE_CTR_PROPERTY_PRE API');
2503: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2504: l_msg_index := l_msg_index + 1;
2505: l_msg_count := l_msg_count - 1;
2506: END LOOP;

Line 2503: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

2499: x_msg_data := FND_MSG_PUB.GET
2500: (l_msg_index,
2501: FND_API.G_FALSE );
2502: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.UPDATE_CTR_PROPERTY_PRE API');
2503: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2504: l_msg_index := l_msg_index + 1;
2505: l_msg_count := l_msg_count - 1;
2506: END LOOP;
2507: RAISE FND_API.G_EXC_ERROR;

Line 2568: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.UPDATE_CTR_PROPERTY API');

2564: WHILE l_msg_count > 0 LOOP
2565: x_msg_data := FND_MSG_PUB.GET
2566: (l_msg_index,
2567: FND_API.G_FALSE );
2568: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.UPDATE_CTR_PROPERTY API');
2569: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2570: l_msg_index := l_msg_index + 1;
2571: l_msg_count := l_msg_count - 1;
2572: END LOOP;

Line 2569: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

2565: x_msg_data := FND_MSG_PUB.GET
2566: (l_msg_index,
2567: FND_API.G_FALSE );
2568: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.UPDATE_CTR_PROPERTY API');
2569: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2570: l_msg_index := l_msg_index + 1;
2571: l_msg_count := l_msg_count - 1;
2572: END LOOP;
2573: RAISE FND_API.G_EXC_ERROR;

Line 2602: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.UPDATE_CTR_PROPERTY_POST API');

2598: WHILE l_msg_count > 0 LOOP
2599: x_msg_data := FND_MSG_PUB.GET
2600: (l_msg_index,
2601: FND_API.G_FALSE );
2602: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.UPDATE_CTR_PROPERTY_POST API');
2603: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2604: l_msg_index := l_msg_index + 1;
2605: l_msg_count := l_msg_count - 1;
2606: END LOOP;

Line 2603: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

2599: x_msg_data := FND_MSG_PUB.GET
2600: (l_msg_index,
2601: FND_API.G_FALSE );
2602: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.UPDATE_CTR_PROPERTY_POST API');
2603: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2604: l_msg_index := l_msg_index + 1;
2605: l_msg_count := l_msg_count - 1;
2606: END LOOP;
2607: RAISE FND_API.G_EXC_ERROR;

Line 2631: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.UPDATE_CTR_PROPERTY_POST API');

2627: WHILE l_msg_count > 0 LOOP
2628: x_msg_data := FND_MSG_PUB.GET
2629: (l_msg_index,
2630: FND_API.G_FALSE );
2631: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.UPDATE_CTR_PROPERTY_POST API');
2632: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2633: l_msg_index := l_msg_index + 1;
2634: l_msg_count := l_msg_count - 1;
2635: END LOOP;

Line 2632: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

2628: x_msg_data := FND_MSG_PUB.GET
2629: (l_msg_index,
2630: FND_API.G_FALSE );
2631: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_VUHK.UPDATE_CTR_PROPERTY_POST API');
2632: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2633: l_msg_index := l_msg_index + 1;
2634: l_msg_count := l_msg_count - 1;
2635: END LOOP;
2636: RAISE FND_API.G_EXC_ERROR;

Line 2724: CSI_CTR_GEN_UTILITY_PVT.read_debug_profiles;

2720: -- Initialize API return status to success
2721: x_return_status := FND_API.G_RET_STS_SUCCESS;
2722:
2723: -- Read the debug profiles values in to global variable 7197402
2724: CSI_CTR_GEN_UTILITY_PVT.read_debug_profiles;
2725:
2726: -- Check the profile option debug_level for debug message reporting
2727: -- l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
2728:

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

2726: -- Check the profile option debug_level for debug message reporting
2727: -- l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
2728:
2729: -- If debug_level = 1 then dump the procedure name
2730: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 0) THEN
2731: csi_ctr_gen_utility_pvt.put_line( 'update_ctr_associations');
2732: END IF;
2733:
2734: -- If the debug level = 2 then dump all the parameters values.

Line 2731: csi_ctr_gen_utility_pvt.put_line( 'update_ctr_associations');

2727: -- l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
2728:
2729: -- If debug_level = 1 then dump the procedure name
2730: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 0) THEN
2731: csi_ctr_gen_utility_pvt.put_line( 'update_ctr_associations');
2732: END IF;
2733:
2734: -- If the debug level = 2 then dump all the parameters values.
2735: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 1) THEN

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

2731: csi_ctr_gen_utility_pvt.put_line( 'update_ctr_associations');
2732: END IF;
2733:
2734: -- If the debug level = 2 then dump all the parameters values.
2735: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 1) THEN
2736: csi_ctr_gen_utility_pvt.put_line( 'update_ctr_associations' ||
2737: p_api_version ||'-'||
2738: p_commit ||'-'||
2739: p_init_msg_list ||'-'||

Line 2736: csi_ctr_gen_utility_pvt.put_line( 'update_ctr_associations' ||

2732: END IF;
2733:
2734: -- If the debug level = 2 then dump all the parameters values.
2735: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 1) THEN
2736: csi_ctr_gen_utility_pvt.put_line( 'update_ctr_associations' ||
2737: p_api_version ||'-'||
2738: p_commit ||'-'||
2739: p_init_msg_list ||'-'||
2740: p_validation_level );

Line 2741: csi_ctr_gen_utility_pvt.dump_counter_associations_tbl(p_counter_associations_tbl);

2737: p_api_version ||'-'||
2738: p_commit ||'-'||
2739: p_init_msg_list ||'-'||
2740: p_validation_level );
2741: csi_ctr_gen_utility_pvt.dump_counter_associations_tbl(p_counter_associations_tbl);
2742: END IF;
2743:
2744: /* Customer pre -processing section - Mandatory */
2745: IF ( JTF_USR_HKS.Ok_to_execute( G_PKG_NAME, l_api_name, 'B', 'C' ) ) THEN

Line 2765: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.UPDATE_CTR_ASSOCIATIONS_PRE API');

2761: WHILE l_msg_count > 0 LOOP
2762: x_msg_data := FND_MSG_PUB.GET
2763: (l_msg_index,
2764: FND_API.G_FALSE );
2765: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.UPDATE_CTR_ASSOCIATIONS_PRE API');
2766: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2767: l_msg_index := l_msg_index + 1;
2768: l_msg_count := l_msg_count - 1;
2769: END LOOP;

Line 2766: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

2762: x_msg_data := FND_MSG_PUB.GET
2763: (l_msg_index,
2764: FND_API.G_FALSE );
2765: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.UPDATE_CTR_ASSOCIATIONS_PRE API');
2766: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2767: l_msg_index := l_msg_index + 1;
2768: l_msg_count := l_msg_count - 1;
2769: END LOOP;
2770: RAISE FND_API.G_EXC_ERROR;

Line 2795: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.UPDATE_CTR_ASSOCIATIONS_PRE API');

2791: WHILE l_msg_count > 0 LOOP
2792: x_msg_data := FND_MSG_PUB.GET
2793: (l_msg_index,
2794: FND_API.G_FALSE );
2795: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.UPDATE_CTR_ASSOCIATIONS_PRE API');
2796: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2797: l_msg_index := l_msg_index + 1;
2798: l_msg_count := l_msg_count - 1;
2799: END LOOP;

Line 2796: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

2792: x_msg_data := FND_MSG_PUB.GET
2793: (l_msg_index,
2794: FND_API.G_FALSE );
2795: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.UPDATE_CTR_ASSOCIATIONS_PRE API');
2796: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2797: l_msg_index := l_msg_index + 1;
2798: l_msg_count := l_msg_count - 1;
2799: END LOOP;
2800: RAISE FND_API.G_EXC_ERROR;

Line 2855: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.UPDATE_CTR_ASSOCIATIONS API');

2851: WHILE l_msg_count > 0 LOOP
2852: x_msg_data := FND_MSG_PUB.GET
2853: (l_msg_index,
2854: FND_API.G_FALSE );
2855: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.UPDATE_CTR_ASSOCIATIONS API');
2856: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2857: l_msg_index := l_msg_index + 1;
2858: l_msg_count := l_msg_count - 1;
2859: END LOOP;

Line 2856: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

2852: x_msg_data := FND_MSG_PUB.GET
2853: (l_msg_index,
2854: FND_API.G_FALSE );
2855: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_PVT.UPDATE_CTR_ASSOCIATIONS API');
2856: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2857: l_msg_index := l_msg_index + 1;
2858: l_msg_count := l_msg_count - 1;
2859: END LOOP;
2860: RAISE FND_API.G_EXC_ERROR;

Line 2889: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.UPDATE_CTR_ASSOCIATIONS_POST API');

2885: WHILE l_msg_count > 0 LOOP
2886: x_msg_data := FND_MSG_PUB.GET
2887: (l_msg_index,
2888: FND_API.G_FALSE );
2889: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.UPDATE_CTR_ASSOCIATIONS_POST API');
2890: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2891: l_msg_index := l_msg_index + 1;
2892: l_msg_count := l_msg_count - 1;
2893: END LOOP;

Line 2890: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

2886: x_msg_data := FND_MSG_PUB.GET
2887: (l_msg_index,
2888: FND_API.G_FALSE );
2889: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.UPDATE_CTR_ASSOCIATIONS_POST API');
2890: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2891: l_msg_index := l_msg_index + 1;
2892: l_msg_count := l_msg_count - 1;
2893: END LOOP;
2894: RAISE FND_API.G_EXC_ERROR;

Line 2919: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.UPDATE_CTR_ASSOCIATIONS_POST API');

2915: WHILE l_msg_count > 0 LOOP
2916: x_msg_data := FND_MSG_PUB.GET
2917: (l_msg_index,
2918: FND_API.G_FALSE );
2919: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.UPDATE_CTR_ASSOCIATIONS_POST API');
2920: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2921: l_msg_index := l_msg_index + 1;
2922: l_msg_count := l_msg_count - 1;
2923: END LOOP;

Line 2920: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);

2916: x_msg_data := FND_MSG_PUB.GET
2917: (l_msg_index,
2918: FND_API.G_FALSE );
2919: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_CUHK.UPDATE_CTR_ASSOCIATIONS_POST API');
2920: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2921: l_msg_index := l_msg_index + 1;
2922: l_msg_count := l_msg_count - 1;
2923: END LOOP;
2924: RAISE FND_API.G_EXC_ERROR;