DBA Data[Home] [Help]

APPS.ISC_DBI_PLAN_INV_TURN_PKG dependencies on FII_TIME_API

Line 163: l_pre_start := FII_TIME_API.ent_pper_start(l_time_from); -- get the previous month

159:
160:
161: l_cur_start := l_time_from;
162: l_cur_end := l_time_to;
163: l_pre_start := FII_TIME_API.ent_pper_start(l_time_from); -- get the previous month
164: l_pre_end := FII_TIME_API.ent_pper_end(l_time_to); -- get the previous month
165:
166:
167: l_lang := USERENV('LANG');

Line 164: l_pre_end := FII_TIME_API.ent_pper_end(l_time_to); -- get the previous month

160:
161: l_cur_start := l_time_from;
162: l_cur_end := l_time_to;
163: l_pre_start := FII_TIME_API.ent_pper_start(l_time_from); -- get the previous month
164: l_pre_end := FII_TIME_API.ent_pper_end(l_time_to); -- get the previous month
165:
166:
167: l_lang := USERENV('LANG');
168: