DBA Data[Home] [Help]

APPS.AD_ZD_TABLE dependencies on DBMS_UTILITY

Line 1703: if not dbms_utility.wait_on_pending_dml(l_table_owner||'.'||l_table_name, null, l_scn) then

1699: -- Execute the table update to apply all FCET triggers in the firing chain
1700:
1701: -- Wait on pending DML so that update will not be overwritten by stale data
1702: log(c_module, 'STATEMENT', 'Waiting on pending DML for '||l_table_owner||'.'||l_table_name);
1703: if not dbms_utility.wait_on_pending_dml(l_table_owner||'.'||l_table_name, null, l_scn) then
1704: exec('alter trigger "'||c_cet_owner||'"."'||x_cet_name||'" disable', c_module);
1705: error(c_module, 'Pending transactions block apply of '||x_cet_name);
1706: end if;
1707: