DBA Data[Home] [Help]

APPS.AMS_LIST_RUNNING_TOTAL_PVT dependencies on DBA_POLICIES

Line 383: select 'Y' from sys.dba_policies where object_name like 'HZ%';

379:
380: l_master_pk varchar2(60);
381:
382: cursor c_policy_exists is
383: select 'Y' from sys.dba_policies where object_name like 'HZ%';
384:
385: cursor c_table_policy_exists is
386: select 'Y' from sys.dba_policies where object_name = l_source_object_name;
387:

Line 386: select 'Y' from sys.dba_policies where object_name = l_source_object_name;

382: cursor c_policy_exists is
383: select 'Y' from sys.dba_policies where object_name like 'HZ%';
384:
385: cursor c_table_policy_exists is
386: select 'Y' from sys.dba_policies where object_name = l_source_object_name;
387:
388: l_tablespace varchar2(1000);
389: l_index_tablespace varchar2(1000);
390: cursor c_tablespace is