DBA Data[Home] [Help]

APPS.HZ_PURGE dependencies on DUAL

Line 1342: select 'Y' from dual where

1338: and column_position 1339: and index_owner = schema1 and table_owner = schema1;
1340:
1341: cursor indexed_views(ent_name varchar2, colmn_name varchar2) is
1342: select 'Y' from dual where
1343: (ent_name,colmn_name)
1344: in (('AS_ACCESSES_ALL', 'CUSTOMER_ID'),('AS_ACCESSES_ALL', 'ADDRESS_ID'),('AS_ACCESSES_ALL', 'PARTNER_CUSTOMER_ID'),
1345: ('AS_ACCESSES_ALL', 'PARTNER_CONT_PARTY_ID'),('AS_ACCESSES_ALL', 'PARTNER_ADDRESS_ID'),('ASG_PARTY_ACC_V', 'PARTY_ID'),
1346: ('OKE_K_FUNDING_SOURCES_PM_HV', 'K_PARTY_ID'),('IGW_PROP_PERSONS_TCA_V', 'PERSON_PARTY_ID'),

Line 1350: select instr(join_clause,col_name) from dual;

1346: ('OKE_K_FUNDING_SOURCES_PM_HV', 'K_PARTY_ID'),('IGW_PROP_PERSONS_TCA_V', 'PERSON_PARTY_ID'),
1347: ('MIS_HZ_MERGE_VETO_PARTIES', 'PARTY_ID'),('MIS_HZ_MERGE_VETO_PARTY_SITES', 'PARTY_SITE_ID'),('JTF_PERZ_QUERY_PARAM','PARAMETER_VALUE'));
1348:
1349: cursor string_column(join_clause varchar2, col_name varchar2) is
1350: select instr(join_clause,col_name) from dual;
1351: i NUMBER :=0;
1352: cols NUMBER:=0;
1353: isView VARCHAR2(1) := null;
1354: BEGIN

Line 1479: --select decode(instr(j1,'group'),0,' and '||j1,' and '||substr(j1,1,instr(j1,'group')-1)) into p3 from dual;

1475: partyid := ' to_char(temp.party_id) ';
1476: end if;
1477:
1478: if j1 is not null then
1479: --select decode(instr(j1,'group'),0,' and '||j1,' and '||substr(j1,1,instr(j1,'group')-1)) into p3 from dual;
1480: select decode(instr(j1,'group'),0,j1,substr(j1,1,instr(j1,'group')-1)) into p3 from dual;
1481: else
1482: p3:=' ';
1483: end if;

Line 1480: select decode(instr(j1,'group'),0,j1,substr(j1,1,instr(j1,'group')-1)) into p3 from dual;

1476: end if;
1477:
1478: if j1 is not null then
1479: --select decode(instr(j1,'group'),0,' and '||j1,' and '||substr(j1,1,instr(j1,'group')-1)) into p3 from dual;
1480: select decode(instr(j1,'group'),0,j1,substr(j1,1,instr(j1,'group')-1)) into p3 from dual;
1481: else
1482: p3:=' ';
1483: end if;
1484:

Line 1527: --select decode(instr(j2,'group'),0,' and '||j2,' and '||substr(j1,1,instr(j1,'group')-1)) into p3 from dual;

1523: partyid := ' to_char(temp.party_id) ';
1524: end if;
1525:
1526: if j2 is not null then
1527: --select decode(instr(j2,'group'),0,' and '||j2,' and '||substr(j1,1,instr(j1,'group')-1)) into p3 from dual;
1528: select decode(instr(j2,'group'),0,j2,substr(j1,1,instr(j1,'group')-1)) into p3 from dual;
1529: else
1530: p3:=' ';
1531: end if;

Line 1528: select decode(instr(j2,'group'),0,j2,substr(j1,1,instr(j1,'group')-1)) into p3 from dual;

1524: end if;
1525:
1526: if j2 is not null then
1527: --select decode(instr(j2,'group'),0,' and '||j2,' and '||substr(j1,1,instr(j1,'group')-1)) into p3 from dual;
1528: select decode(instr(j2,'group'),0,j2,substr(j1,1,instr(j1,'group')-1)) into p3 from dual;
1529: else
1530: p3:=' ';
1531: end if;
1532:

Line 1576: --select decode(instr(j1,'group'),0,' and '||j1,' and '||substr(j1,1,instr(j1,'group')-1)) into p7 from dual;

1572: end if;
1573: end if;
1574:
1575: if j1 is not null then
1576: --select decode(instr(j1,'group'),0,' and '||j1,' and '||substr(j1,1,instr(j1,'group')-1)) into p7 from dual;
1577: select decode(instr(j1,'group'),0,j1,substr(j1,1,instr(j1,'group')-1)) into p7 from dual;
1578: else
1579: p7:='';
1580: end if;

Line 1577: select decode(instr(j1,'group'),0,j1,substr(j1,1,instr(j1,'group')-1)) into p7 from dual;

1573: end if;
1574:
1575: if j1 is not null then
1576: --select decode(instr(j1,'group'),0,' and '||j1,' and '||substr(j1,1,instr(j1,'group')-1)) into p7 from dual;
1577: select decode(instr(j1,'group'),0,j1,substr(j1,1,instr(j1,'group')-1)) into p7 from dual;
1578: else
1579: p7:='';
1580: end if;
1581:

Line 1627: --select decode(instr(j3,'group'),0,' and '||j3,' and '||substr(j3,1,instr(j3,'group')-1)) into p3 from dual;

1623: partyid := ' to_char(temp.party_id) ';
1624: end if;
1625:
1626: if j3 is not null then
1627: --select decode(instr(j3,'group'),0,' and '||j3,' and '||substr(j3,1,instr(j3,'group')-1)) into p3 from dual;
1628: select decode(instr(j3,'group'),0,j3,substr(j3,1,instr(j3,'group')-1)) into p3 from dual;
1629: else
1630: p3:='';
1631: end if;

Line 1628: select decode(instr(j3,'group'),0,j3,substr(j3,1,instr(j3,'group')-1)) into p3 from dual;

1624: end if;
1625:
1626: if j3 is not null then
1627: --select decode(instr(j3,'group'),0,' and '||j3,' and '||substr(j3,1,instr(j3,'group')-1)) into p3 from dual;
1628: select decode(instr(j3,'group'),0,j3,substr(j3,1,instr(j3,'group')-1)) into p3 from dual;
1629: else
1630: p3:='';
1631: end if;
1632:

Line 1676: --select decode(instr(j2,'group'),0,' and '||j2,' and '||substr(j2,1,instr(j2,'group')-1)) into p7 from dual;

1672: end if;
1673:
1674:
1675: if j2 is not null then
1676: --select decode(instr(j2,'group'),0,' and '||j2,' and '||substr(j2,1,instr(j2,'group')-1)) into p7 from dual;
1677: select decode(instr(j2,'group'),0,j2,substr(j2,1,instr(j2,'group')-1)) into p7 from dual;
1678: else
1679: p7:='';
1680: end if;

Line 1677: select decode(instr(j2,'group'),0,j2,substr(j2,1,instr(j2,'group')-1)) into p7 from dual;

1673:
1674:
1675: if j2 is not null then
1676: --select decode(instr(j2,'group'),0,' and '||j2,' and '||substr(j2,1,instr(j2,'group')-1)) into p7 from dual;
1677: select decode(instr(j2,'group'),0,j2,substr(j2,1,instr(j2,'group')-1)) into p7 from dual;
1678: else
1679: p7:='';
1680: end if;
1681:

Line 1711: --select decode(instr(j1,'group'),0,' and '||j1,' and '||substr(j1,1,instr(j1,'group')-1)) into p11 from dual;

1707: p8:= ' and exists ';
1708: end if;
1709:
1710: if j1 is not null then
1711: --select decode(instr(j1,'group'),0,' and '||j1,' and '||substr(j1,1,instr(j1,'group')-1)) into p11 from dual;
1712: select decode(instr(j1,'group'),0,j1,substr(j1,1,instr(j1,'group')-1)) into p11 from dual;
1713: else
1714: p11:=' ';
1715: end if;

Line 1712: select decode(instr(j1,'group'),0,j1,substr(j1,1,instr(j1,'group')-1)) into p11 from dual;

1708: end if;
1709:
1710: if j1 is not null then
1711: --select decode(instr(j1,'group'),0,' and '||j1,' and '||substr(j1,1,instr(j1,'group')-1)) into p11 from dual;
1712: select decode(instr(j1,'group'),0,j1,substr(j1,1,instr(j1,'group')-1)) into p11 from dual;
1713: else
1714: p11:=' ';
1715: end if;
1716: