DBA Data[Home] [Help]

APPS.ASO_BI_POPULATE_FACTS dependencies on FND_MESSAGE

Line 219: FND_MESSAGE.Set_Name('FII',l_msg_name);

215: l_global_prim_rate_type := BIS_COMMON_PARAMETERS.Get_Rate_Type;
216:
217: BIS_COLLECTION_UTILITIES.put_line_out('Missing Primary Currency Rates Found!');
218: BIS_COLLECTION_UTILITIES.put_line('Missing Primary Currency Rates Found!');
219: FND_MESSAGE.Set_Name('FII',l_msg_name);
220: IF(BIS_COLLECTION_UTILITIES.g_debug) THEN
221: BIS_COLLECTION_UTILITIES.debug(l_msg_name||' : '||FND_MESSAGE.get);
222: END IF;
223:

Line 221: BIS_COLLECTION_UTILITIES.debug(l_msg_name||' : '||FND_MESSAGE.get);

217: BIS_COLLECTION_UTILITIES.put_line_out('Missing Primary Currency Rates Found!');
218: BIS_COLLECTION_UTILITIES.put_line('Missing Primary Currency Rates Found!');
219: FND_MESSAGE.Set_Name('FII',l_msg_name);
220: IF(BIS_COLLECTION_UTILITIES.g_debug) THEN
221: BIS_COLLECTION_UTILITIES.debug(l_msg_name||' : '||FND_MESSAGE.get);
222: END IF;
223:
224: BIS_COLLECTION_UTILITIES.writeMissingRateHeader;
225:

Line 259: FND_MESSAGE.Set_Name('FII',l_msg_name);

255:
256: BIS_COLLECTION_UTILITIES.put_line_out('Missing Primary/Secondary Currency Coversin Rates Found!');
257: BIS_COLLECTION_UTILITIES.put_line('Missing Primary/Secondary Currency Coversin Rates Found!');
258:
259: FND_MESSAGE.Set_Name('FII',l_msg_name);
260: IF(BIS_COLLECTION_UTILITIES.g_debug) THEN
261: BIS_COLLECTION_UTILITIES.debug(l_msg_name||' : '||FND_MESSAGE.get);
262: END IF;
263:

Line 261: BIS_COLLECTION_UTILITIES.debug(l_msg_name||' : '||FND_MESSAGE.get);

257: BIS_COLLECTION_UTILITIES.put_line('Missing Primary/Secondary Currency Coversin Rates Found!');
258:
259: FND_MESSAGE.Set_Name('FII',l_msg_name);
260: IF(BIS_COLLECTION_UTILITIES.g_debug) THEN
261: BIS_COLLECTION_UTILITIES.debug(l_msg_name||' : '||FND_MESSAGE.get);
262: END IF;
263:
264: BIS_COLLECTION_UTILITIES.writeMissingRateHeader;
265:

Line 374: FND_MESSAGE.Set_Name('FII',l_msg_name);

370: BIS_COLLECTION_UTILITIES.put_line('Missing Primary Currency/Functional Currency Count '||l_cnt_miss_rate);
371:
372: If(l_cnt_miss_rate > 0 )
373: Then
374: FND_MESSAGE.Set_Name('FII',l_msg_name);
375: IF(BIS_COLLECTION_UTILITIES.g_debug) THEN
376: BIS_COLLECTION_UTILITIES.debug(l_msg_name||': '||FND_MESSAGE.get);
377: END IF;
378: IF p_currency_type = 'PF' THEN -- check missing primary and functional currency rates

Line 376: BIS_COLLECTION_UTILITIES.debug(l_msg_name||': '||FND_MESSAGE.get);

372: If(l_cnt_miss_rate > 0 )
373: Then
374: FND_MESSAGE.Set_Name('FII',l_msg_name);
375: IF(BIS_COLLECTION_UTILITIES.g_debug) THEN
376: BIS_COLLECTION_UTILITIES.debug(l_msg_name||': '||FND_MESSAGE.get);
377: END IF;
378: IF p_currency_type = 'PF' THEN -- check missing primary and functional currency rates
379: BIS_COLLECTION_UTILITIES.put_line_out('Missing Primary Currency/Functional Currency Rates Found!');
380: BIS_COLLECTION_UTILITIES.put_line('Missing Primary Currency/Functional Currency Rates Found!');

Line 576: errbuf := FND_MESSAGE.Get;

572:
573: IF(BIS_COLLECTION_UTILITIES.Setup(
574: p_object_name => 'ASO_BI_POPULATE_FACTS') = false)
575: Then
576: errbuf := FND_MESSAGE.Get;
577: retcode := -1;
578: RAISE_APPLICATION_ERROR(-20000,errbuf);
579: End if;
580:

Line 605: errbuf := FND_MESSAGE.Get;

601: BIS_COLLECTION_UTILITIES.put_line('Secondary Global Currency Not Implemented!!');
602: END IF;
603: IF NOT(bis_common_parameters.check_global_parameters(l_list))
604: THEN
605: errbuf := FND_MESSAGE.Get;
606: retcode := -1;
607: -- RAISE_APPLICATION_ERROR(-20000,errbuf);
608: RAISE G_PROFILE_NOT_SET;
609: END IF;

Line 785: errbuf := FND_MESSAGE.Get;

781:
782: IF(BIS_COLLECTION_UTILITIES.Setup(
783: p_object_name => 'ASO_BI_POPULATE_FACTS') = false)
784: Then
785: errbuf := FND_MESSAGE.Get;
786: retcode := -1;
787: RAISE_APPLICATION_ERROR(-20000,errbuf);
788: End if;
789:

Line 811: errbuf := FND_MESSAGE.Get;

807: BIS_COLLECTION_UTILITIES.put_line('Secondary Global Currency Not Implemented!!');
808: END IF;
809: IF NOT(bis_common_parameters.check_global_parameters(l_list))
810: THEN
811: errbuf := FND_MESSAGE.Get;
812: retcode := -1;
813: -- RAISE_APPLICATION_ERROR(-20000,errbuf);
814: RAISE G_PROFILE_NOT_SET;
815: END IF;

Line 950: errbuf := FND_MESSAGE.Get;

946:
947: IF(BIS_COLLECTION_UTILITIES.Setup(
948: p_object_name => 'ASO_BI_LINE_FACTS') = false)
949: Then
950: errbuf := FND_MESSAGE.Get;
951: retcode := -1;
952: RAISE_APPLICATION_ERROR(-20000,errbuf);
953: End if;
954:

Line 987: errbuf := FND_MESSAGE.Get;

983: BIS_COLLECTION_UTILITIES.put_line('Secondary Global Currency Not Implemented!!');
984: END IF;
985: IF NOT(bis_common_parameters.check_global_parameters(l_list))
986: THEN
987: errbuf := FND_MESSAGE.Get;
988: retcode := -1;
989: -- RAISE_APPLICATION_ERROR(-20000,errbuf);
990: RAISE G_PROFILE_NOT_SET;
991: END IF;

Line 1196: errbuf := FND_MESSAGE.Get;

1192:
1193: BIS_COLLECTION_UTILITIES.put_line('Secondary Currency :'||g_sec_currency);
1194: IF(BIS_COLLECTION_UTILITIES.Setup(p_object_name => 'ASO_BI_LINE_FACTS') = false)
1195: Then
1196: errbuf := FND_MESSAGE.Get;
1197: retcode := -1;
1198: RAISE_APPLICATION_ERROR(-20000,errbuf);
1199: End if;
1200:

Line 1226: errbuf := FND_MESSAGE.Get;

1222: BIS_COLLECTION_UTILITIES.put_line('Secondary Global Currency Not Implemented!!');
1223: END IF;
1224: IF NOT(bis_common_parameters.check_global_parameters(l_list))
1225: THEN
1226: errbuf := FND_MESSAGE.Get;
1227: retcode := -1;
1228: -- RAISE_APPLICATION_ERROR(-20000,errbuf);
1229: RAISE G_PROFILE_NOT_SET;
1230: END IF;