DBA Data[Home] [Help]

APPS.BIS_COLL_RS_HISTORY dependencies on FND_PROFILE

Line 403: history_days := fnd_profile.value('BIS_BIA_REQUESTSET_HISTORY');

399: select request_id from BIS_RS_PROG_RUN_HISTORY
400: where set_request_id = p_set_rq_id;
401:
402: begin
403: history_days := fnd_profile.value('BIS_BIA_REQUESTSET_HISTORY');
404: if (history_days is null ) then
405: history_days := 90;
406: end if;
407: