DBA Data[Home] [Help]

APPS.AMS_LIST_RUNNING_TOTAL_PVT dependencies on DBA_POLICIES

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

400:
401: l_master_pk varchar2(60);
402:
403: cursor c_policy_exists is
404: select 'Y' from sys.dba_policies where object_name like 'HZ%';
405:
406: cursor c_table_policy_exists is
407: select 'Y' from sys.dba_policies where object_name = l_source_object_name;
408:

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

403: cursor c_policy_exists is
404: select 'Y' from sys.dba_policies where object_name like 'HZ%';
405:
406: cursor c_table_policy_exists is
407: select 'Y' from sys.dba_policies where object_name = l_source_object_name;
408:
409: l_tablespace varchar2(1000);
410: l_index_tablespace varchar2(1000);
411: cursor c_tablespace is