DBA Data[Home] [Help]

APPS.BIL_BI_PIPELINE_F_PKG dependencies on BIS_COMMON_PARAMETERS

Line 1156: IF (bis_common_parameters.check_global_parameters(l_list)) THEN

1152:
1153:
1154:
1155:
1156: IF (bis_common_parameters.check_global_parameters(l_list)) THEN
1157: bis_common_parameters.get_global_parameters(l_list, l_val);
1158: g_global_start_date := TO_DATE(l_val(1), l_int_date_format1);
1159: IF (l_val(2) <> 'Y' or l_val(3) <> 'Y' or l_val(4) <> 'Y') THEN
1160: FOR i IN 2..4 LOOP

Line 1157: bis_common_parameters.get_global_parameters(l_list, l_val);

1153:
1154:
1155:
1156: IF (bis_common_parameters.check_global_parameters(l_list)) THEN
1157: bis_common_parameters.get_global_parameters(l_list, l_val);
1158: g_global_start_date := TO_DATE(l_val(1), l_int_date_format1);
1159: IF (l_val(2) <> 'Y' or l_val(3) <> 'Y' or l_val(4) <> 'Y') THEN
1160: FOR i IN 2..4 LOOP
1161: Report_Profile_Error(l_list(i), l_val(i), 'Y');

Line 1181: bis_common_parameters.get_global_parameters(l_list, l_val);

1177: p_log_level => fnd_log.LEVEL_EVENT,
1178: p_module => g_pkg || l_proc ,
1179: p_msg => 'Missing profiles' );
1180: END IF;
1181: bis_common_parameters.get_global_parameters(l_list, l_val);
1182: FOR v_counter IN 1..7 LOOP
1183: IF (l_val(v_counter) IS NULL) THEN
1184: Report_Missing_Profile(l_list(v_counter));
1185: END IF;

Line 1189: --g_prim_currency := bis_common_parameters.get_currency_code;

1185: END IF;
1186: END LOOP;
1187: END IF;
1188:
1189: --g_prim_currency := bis_common_parameters.get_currency_code;
1190: --g_prim_rate_type := bis_common_parameters.get_rate_type;
1191: g_prim_currency := l_val(6);
1192: g_prim_rate_type := l_val(7);
1193:

Line 1190: --g_prim_rate_type := bis_common_parameters.get_rate_type;

1186: END LOOP;
1187: END IF;
1188:
1189: --g_prim_currency := bis_common_parameters.get_currency_code;
1190: --g_prim_rate_type := bis_common_parameters.get_rate_type;
1191: g_prim_currency := l_val(6);
1192: g_prim_rate_type := l_val(7);
1193:
1194: IF bil_bi_util_collection_pkg.chkLogLevel(fnd_log.LEVEL_STATEMENT) THEN

Line 1206: l_val(8) := bis_common_parameters.get_secondary_currency_code;

1202:
1203:
1204: l_list(8) := 'BIS_SECONDARY_CURRENCY_CODE';
1205: l_list(9) := 'BIS_SECONDARY_RATE_TYPE';
1206: l_val(8) := bis_common_parameters.get_secondary_currency_code;
1207: l_val(9) := bis_common_parameters.get_secondary_rate_type;
1208:
1209: -- don't reget all values with the 2 new profiles!!
1210: --bis_common_parameters.get_global_parameters(l_list, l_val);

Line 1207: l_val(9) := bis_common_parameters.get_secondary_rate_type;

1203:
1204: l_list(8) := 'BIS_SECONDARY_CURRENCY_CODE';
1205: l_list(9) := 'BIS_SECONDARY_RATE_TYPE';
1206: l_val(8) := bis_common_parameters.get_secondary_currency_code;
1207: l_val(9) := bis_common_parameters.get_secondary_rate_type;
1208:
1209: -- don't reget all values with the 2 new profiles!!
1210: --bis_common_parameters.get_global_parameters(l_list, l_val);
1211:

Line 1210: --bis_common_parameters.get_global_parameters(l_list, l_val);

1206: l_val(8) := bis_common_parameters.get_secondary_currency_code;
1207: l_val(9) := bis_common_parameters.get_secondary_rate_type;
1208:
1209: -- don't reget all values with the 2 new profiles!!
1210: --bis_common_parameters.get_global_parameters(l_list, l_val);
1211:
1212:
1213: -- sec curr not set up at all
1214: IF (l_val(8) IS NULL) THEN

Line 1237: g_sec_currency := bis_common_parameters.get_secondary_currency_code;

1233:
1234: -- sec curr and rate type properly set up
1235: IF (l_val(8) IS NOT NULL AND l_val(9) IS NOT NULL ) THEN
1236:
1237: g_sec_currency := bis_common_parameters.get_secondary_currency_code;
1238: g_sec_rate_type := bis_common_parameters.get_secondary_rate_type;
1239:
1240: IF bil_bi_util_collection_pkg.chkLogLevel(fnd_log.LEVEL_STATEMENT) THEN
1241: bil_bi_util_collection_pkg.writeLog

Line 1238: g_sec_rate_type := bis_common_parameters.get_secondary_rate_type;

1234: -- sec curr and rate type properly set up
1235: IF (l_val(8) IS NOT NULL AND l_val(9) IS NOT NULL ) THEN
1236:
1237: g_sec_currency := bis_common_parameters.get_secondary_currency_code;
1238: g_sec_rate_type := bis_common_parameters.get_secondary_rate_type;
1239:
1240: IF bil_bi_util_collection_pkg.chkLogLevel(fnd_log.LEVEL_STATEMENT) THEN
1241: bil_bi_util_collection_pkg.writeLog
1242: (