DBA Data[Home] [Help]

APPS.ASG_DOWNLOAD dependencies on ASG_CONF_INFO

Line 2055: delete from asg_conf_info

2051: l_dormancy_period := fnd_profile.VALUE('ASG_SDQ_PURGE_DAYS');
2052: if(l_dormancy_period is not null) then
2053: l_purge_conf_interval := l_dormancy_period;
2054: end if;
2055: delete from asg_conf_info
2056: where (sysdate-creation_date) >l_purge_conf_interval;
2057: commit;
2058:
2059: l_max_users :=