DBA Data[Home] [Help]

APPS.BIV_DBI_PARAM_PKG dependencies on FND_DATE

Line 12: '&AS_OF_DATE=' || fnd_date.date_to_chardate(TRUNC(sysdate)) ||

8:
9: begin
10:
11: l_basic_parameters :=
12: '&AS_OF_DATE=' || fnd_date.date_to_chardate(TRUNC(sysdate)) ||
13: case
14: when get_def_time_per like '%FII_ROLLING_WEEK%' then
15: '&FII_ROLLING_WEEK=' || get_def_time_per
16: when get_def_time_per like '%FII_ROLLING_MONTH%' then

Line 65: return '&AS_OF_DATE=' || fnd_date.date_to_chardate(TRUNC(sysdate));

61: l_basic_parameters;
62:
63: end case;
64:
65: return '&AS_OF_DATE=' || fnd_date.date_to_chardate(TRUNC(sysdate));
66:
67: end get_params;
68:
69: function get_def_time_per