DBA Data[Home] [Help]

APPS.BIL_BI_UTIL_PKG dependencies on BIS_COMMON_PARAMETERS

Line 98: l_primary_currency := bis_common_parameters.get_currency_code;

94: l_as_of_date:= sysdate;
95: END IF;
96:
97: -- Retrieve global currency info
98: l_primary_currency := bis_common_parameters.get_currency_code;
99:
100: --Update error message and error description in the case of null currency parameter
101:
102: IF l_primary_currency IS NULL THEN

Line 1684: IF (TRUNC(p_prev_date)>(bis_common_parameters.get_global_start_date-1)) THEN

1680: MESSAGE => 'Start of Procedure '||l_proc);
1681:
1682: END IF;
1683:
1684: IF (TRUNC(p_prev_date)>(bis_common_parameters.get_global_start_date-1)) THEN
1685:
1686: l_prev_date := TRUNC(p_prev_date);
1687:
1688: IF (p_period_type = 'FII_TIME_WEEK') THEN