DBA Data[Home] [Help]

APPS.ASG_DOWNLOAD dependencies on ASG_CONF_INFO

Line 2053: delete from asg_conf_info

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