DBA Data[Home] [Help]

APPS.FII_AP_INV_B_C dependencies on BIS_COMMON_PARAMETERS

Line 1190: g_prim_currency := bis_common_parameters.get_currency_code;

1186:
1187: g_primary_mau := nvl(fii_currency.get_mau_primary, 0.01 );
1188: g_secondary_mau:= nvl(fii_currency.get_mau_secondary, 0.01);
1189:
1190: g_prim_currency := bis_common_parameters.get_currency_code;
1191: g_sec_currency := bis_common_parameters.get_secondary_currency_code;
1192:
1193: g_phase := 'Find User ID and User Login';
1194:

Line 1191: g_sec_currency := bis_common_parameters.get_secondary_currency_code;

1187: g_primary_mau := nvl(fii_currency.get_mau_primary, 0.01 );
1188: g_secondary_mau:= nvl(fii_currency.get_mau_secondary, 0.01);
1189:
1190: g_prim_currency := bis_common_parameters.get_currency_code;
1191: g_sec_currency := bis_common_parameters.get_secondary_currency_code;
1192:
1193: g_phase := 'Find User ID and User Login';
1194:
1195: g_fii_user_id := FND_GLOBAL.User_Id;

Line 1197: g_prim_rate_type := bis_common_parameters.get_rate_type;

1193: g_phase := 'Find User ID and User Login';
1194:
1195: g_fii_user_id := FND_GLOBAL.User_Id;
1196: g_fii_login_id := FND_GLOBAL.Login_Id;
1197: g_prim_rate_type := bis_common_parameters.get_rate_type;
1198: g_sec_rate_type := bis_common_parameters.get_secondary_rate_type;
1199:
1200: if ((g_sec_currency IS NULL and g_sec_rate_type IS NOT NULL) OR
1201: (g_sec_currency IS NOT NULL and g_sec_rate_type IS NULL)) THEN

Line 1198: g_sec_rate_type := bis_common_parameters.get_secondary_rate_type;

1194:
1195: g_fii_user_id := FND_GLOBAL.User_Id;
1196: g_fii_login_id := FND_GLOBAL.Login_Id;
1197: g_prim_rate_type := bis_common_parameters.get_rate_type;
1198: g_sec_rate_type := bis_common_parameters.get_secondary_rate_type;
1199:
1200: if ((g_sec_currency IS NULL and g_sec_rate_type IS NOT NULL) OR
1201: (g_sec_currency IS NOT NULL and g_sec_rate_type IS NULL)) THEN
1202: RAISE G_NEED_SECONDARY_INFO;

Line 1867: IF (NOT bis_common_parameters.check_global_parameters(l_global_param_list)) THEN

1863: -----------------------------------------------------
1864: l_global_param_list(1) := 'BIS_GLOBAL_START_DATE';
1865: l_global_param_list(2) := 'BIS_PRIMARY_CURRENCY_CODE';
1866: l_global_param_list(3) := 'BIS_PRIMARY_RATE_TYPE';
1867: IF (NOT bis_common_parameters.check_global_parameters(l_global_param_list)) THEN
1868: FII_UTIL.put_line(fnd_message.get_string('FII', 'FII_BAD_GLOBAL_PARA'));
1869: retcode := -1;
1870: return;
1871: END IF;

Line 2369: l_timestamp := nvl(l_last_start_date, bis_common_parameters.get_global_start_date);

2365:
2366: BIS_COLLECTION_UTILITIES.get_last_refresh_dates('FII_AP_INV_B_L', l_last_start_date,
2367: l_last_end_date, l_last_period_from,
2368: l_last_period_to);
2369: l_timestamp := nvl(l_last_start_date, bis_common_parameters.get_global_start_date);
2370:
2371: BIS_COLLECTION_UTILITIES.get_last_refresh_dates('FII_AP_INV_B_I', l_last_start_date,
2372: l_last_end_date, l_last_period_from,
2373: l_last_period_to);

Line 2374: l_timestamp := greatest(l_timestamp, nvl(l_last_start_date, bis_common_parameters.get_global_start_date));

2370:
2371: BIS_COLLECTION_UTILITIES.get_last_refresh_dates('FII_AP_INV_B_I', l_last_start_date,
2372: l_last_end_date, l_last_period_from,
2373: l_last_period_to);
2374: l_timestamp := greatest(l_timestamp, nvl(l_last_start_date, bis_common_parameters.get_global_start_date));
2375:
2376: IF trunc(l_last_sup_merge) >= trunc(l_timestamp) THEN
2377: g_state := 'Updating Supplier_ID and Supplier_Site_ID from AP_Duplicate_Vendors_All.';
2378:

Line 2532: g_start_date := nvl(l_last_period_from, bis_common_parameters.get_global_start_date);

2528:
2529: BIS_COLLECTION_UTILITIES.get_last_refresh_dates('FII_AP_INV_B_L', l_last_start_date,
2530: l_last_end_date, l_last_period_from,
2531: l_last_period_to);
2532: g_start_date := nvl(l_last_period_from, bis_common_parameters.get_global_start_date);
2533:
2534:
2535: if g_debug_flag = 'Y' then
2536: FII_UTIL.put_line(' ');