DBA Data[Home] [Help]

APPS.BIV_DBI_TMPL_UTIL dependencies on BIS_COLLECTION_UTILITIES

Line 1296: ( bis_collection_utilities.get_last_refresh_period('BIV_DBI_COLLECTION'));

1292:
1293: begin
1294:
1295: l_collection_date_inc := fnd_date.displaydt_to_date
1296: ( bis_collection_utilities.get_last_refresh_period('BIV_DBI_COLLECTION'));
1297:
1298: l_collection_date_ini := fnd_date.displaydt_to_date
1299: ( bis_collection_utilities.get_last_refresh_period('BIV_DBI_COLLECT_INIT_BACKLOG'));
1300:

Line 1299: ( bis_collection_utilities.get_last_refresh_period('BIV_DBI_COLLECT_INIT_BACKLOG'));

1295: l_collection_date_inc := fnd_date.displaydt_to_date
1296: ( bis_collection_utilities.get_last_refresh_period('BIV_DBI_COLLECTION'));
1297:
1298: l_collection_date_ini := fnd_date.displaydt_to_date
1299: ( bis_collection_utilities.get_last_refresh_period('BIV_DBI_COLLECT_INIT_BACKLOG'));
1300:
1301: if l_collection_date_inc > l_collection_date_ini then
1302: l_collection_date := l_collection_date_inc;
1303: l_collection_name := 'BIV_DBI_COLLECTION';