DBA Data[Home] [Help]

APPS.FII_AR_REVENUE_B_C dependencies on DBMS_LOCK

Line 4459: dbms_lock.sleep(60);

4455:
4456: -- -----------------------
4457: -- Sleep 60 Seconds
4458: -- -----------------------
4459: dbms_lock.sleep(60);
4460:
4461: l_last_unassigned_cnt := l_unassigned_cnt;
4462: l_last_completed_cnt := l_completed_cnt;
4463: l_last_wip_cnt := l_wip_cnt;

Line 5047: dbms_lock.sleep(60);

5043: fii_util.put_line('');
5044: fii_util.put_line('------------------------------------------------------');
5045: fii_util.put_timestamp;
5046: end if;
5047: dbms_lock.sleep(60);
5048:
5049: ELSIF (l_curr_comp_cnt = l_curr_tot_cnt) THEN
5050:
5051: l_section := 'W-Section 100';