DBA Data[Home] [Help]

APPS.BIV_DBI_COLLECTION_INIT dependencies on FND_PROFILE

Line 150: l_collect_from_date := to_date(fnd_profile.value('BIS_GLOBAL_START_DATE'),'mm/dd/yyyy');

146: , last_update_login = g_login_id
147: where rowid = l_log_rowid;
148: end if;
149:
150: l_collect_from_date := to_date(fnd_profile.value('BIS_GLOBAL_START_DATE'),'mm/dd/yyyy');
151: if l_collect_from_date is null then
152: l_error_message := 'BIS_GLOBAL_START_DATE is not set';
153: raise l_exception;
154: end if;