DBA Data[Home] [Help]

APPS.OPI_DBI_OPM_COGS_PKG dependencies on BIS_COMMON_PARAMETERS

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

33: retcode := 0;
34: l_list(1) := 'BIS_PRIMARY_CURRENCY_CODE';
35: l_list(2) := 'BIS_GLOBAL_START_DATE';
36:
37: IF (bis_common_parameters.check_global_parameters(l_list)) THEN
38: g_login_id := fnd_global.login_id;
39: g_user_id := fnd_global.user_id;
40: global_start_date := Trunc(bis_common_parameters.get_global_start_date);
41: global_currency_code := bis_common_parameters.get_currency_code;

Line 40: global_start_date := Trunc(bis_common_parameters.get_global_start_date);

36:
37: IF (bis_common_parameters.check_global_parameters(l_list)) THEN
38: g_login_id := fnd_global.login_id;
39: g_user_id := fnd_global.user_id;
40: global_start_date := Trunc(bis_common_parameters.get_global_start_date);
41: global_currency_code := bis_common_parameters.get_currency_code;
42:
43: if (g_global_rate_type is null)
44: then g_global_rate_type := bis_common_parameters.get_rate_type;

Line 41: global_currency_code := bis_common_parameters.get_currency_code;

37: IF (bis_common_parameters.check_global_parameters(l_list)) THEN
38: g_login_id := fnd_global.login_id;
39: g_user_id := fnd_global.user_id;
40: global_start_date := Trunc(bis_common_parameters.get_global_start_date);
41: global_currency_code := bis_common_parameters.get_currency_code;
42:
43: if (g_global_rate_type is null)
44: then g_global_rate_type := bis_common_parameters.get_rate_type;
45: end if;

Line 44: then g_global_rate_type := bis_common_parameters.get_rate_type;

40: global_start_date := Trunc(bis_common_parameters.get_global_start_date);
41: global_currency_code := bis_common_parameters.get_currency_code;
42:
43: if (g_global_rate_type is null)
44: then g_global_rate_type := bis_common_parameters.get_rate_type;
45: end if;
46:
47: g_sysdate := sysdate;
48: