DBA Data[Home] [Help]

SYSTEM.AD_INVOKER dependencies on DUAL

Line 923: from sys.dual;

919: timestamp,
920: '1 REWRITE ERROR',
921: upper(type)||' '||upper(owner)||'.'||upper(name)||
922: ': Object type "'||upper(type)||'" not supported.'
923: from sys.dual;
924:
925: end if;
926: -- end if log errors/messages to ad_parallel_compile_errors
927:

Line 1037: from sys.dual;

1033: timestamp,
1034: '1 REWRITE MESSAGE',
1035: upper(type)||' '||upper(owner)||'.'||upper(name)||
1036: ' contains AUTHID - Not rewritten'
1037: from sys.dual;
1038:
1039: end if;
1040: -- end if log errors/messages to ad_parallel_compile_errors
1041:

Line 1077: from sys.dual;

1073: timestamp,
1074: '1 REWRITE MESSAGE',
1075: upper(type)||' '||upper(owner)||'.'||upper(name)||
1076: ' contains line(s) > 255 chars - Not rewritten'
1077: from sys.dual;
1078:
1079: end if;
1080: -- end if log errors/messages to ad_parallel_compile_errors
1081:

Line 1142: from sys.dual;

1138: timestamp,
1139: '1 REWRITE ERROR',
1140: upper(type)||' '||upper(owner)||'.'||upper(name)||
1141: ' has no IS/AS keyword - Not rewritten'
1142: from sys.dual;
1143:
1144: end if;
1145: -- end if log errors/messages to ad_parallel_compile_errors
1146:

Line 1173: from sys.dual;

1169: timestamp,
1170: '1 REWRITE ERROR',
1171: upper(type)||' '||upper(owner)||'.'||upper(name)||
1172: ' has IS/AS keyword on long line - Not rewritten'
1173: from sys.dual;
1174:
1175: end if;
1176: -- end if log errors/messages to ad_parallel_compile_errors
1177:

Line 1240: from sys.dual;

1236: timestamp,
1237: '1 REWRITE ERROR - A',
1238: upper(type)||' '||upper(owner)||'.'||upper(name)||
1239: ': Generic error occurred.'
1240: from sys.dual;
1241:
1242: sql_error := SQLERRM;
1243:
1244: insert into ad_parallel_compile_errors (

Line 1252: from sys.dual;

1248: timestamp,
1249: '1 REWRITE ERROR - B',
1250: substr(upper(type)||' '||upper(owner)||'.'||upper(name)||
1251: ': '||sql_error,1,1996)
1252: from sys.dual;
1253:
1254: if ad_apps_private.error_buf is not null then
1255:
1256: insert into ad_parallel_compile_errors (

Line 1264: from sys.dual;

1260: timestamp,
1261: '1 REWRITE ERROR - C',
1262: substr(upper(type)||' '||upper(owner)||'.'||upper(name)||
1263: ': '||ad_apps_private.error_buf,1,1996)
1264: from sys.dual;
1265:
1266: end if;
1267: -- error buf contains information
1268:

Line 1590: from sys.dual;

1586: timestamp,
1587: '3 GRANT ERROR',
1588: upper(type)||' '||upper(owner)||'.'||upper(name)||
1589: ': Object type "'||upper(type)||'" not supported.'
1590: from sys.dual;
1591:
1592: return;
1593:
1594: else

Line 1648: from sys.dual;

1644: timestamp,
1645: '3 GRANT ERROR',
1646: upper(type)||' '||upper(owner)||'.'||upper(name)||
1647: ': Invalid value for invoker_flag: "'||invoker_flag||'"'
1648: from sys.dual;
1649:
1650: return;
1651:
1652: else

Line 1678: from sys.dual;

1674: timestamp,
1675: '3 GRANT ERROR',
1676: upper(type)||' '||upper(owner)||'.'||upper(name)||
1677: ': Invalid value for authid_flag: "'||authid_flag||'"'
1678: from sys.dual;
1679:
1680: return;
1681:
1682: else

Line 1914: from sys.dual;

1910: timestamp,
1911: '3 GRANT ERROR',
1912: upper(type)||' '||upper(owner)||'.'||upper(name)||
1913: ': Internal error [pkg]'
1914: from sys.dual;
1915:
1916: return;
1917:
1918: else

Line 1987: from sys.dual;

1983: timestamp,
1984: '3 GRANT ERROR',
1985: upper(type)||' '||upper(owner)||'.'||upper(name)||
1986: ': Internal error [classification]'
1987: from sys.dual;
1988:
1989: return;
1990:
1991: else

Line 2019: from sys.dual;

2015: timestamp,
2016: '3 GRANT ERROR - A',
2017: upper(type)||' '||upper(owner)||'.'||upper(name)||
2018: ': Generic error occurred.'
2019: from sys.dual;
2020:
2021: sql_error := SQLERRM;
2022:
2023: insert into ad_parallel_compile_errors (

Line 2031: from sys.dual;

2027: timestamp,
2028: '3 GRANT ERROR - B',
2029: substr(upper(type)||' '||upper(owner)||'.'||upper(name)||
2030: ': '||sql_error,1,1996)
2031: from sys.dual;
2032:
2033: if ad_apps_private.error_buf is not null then
2034:
2035: insert into ad_parallel_compile_errors (

Line 2043: from sys.dual;

2039: timestamp,
2040: '3 GRANT ERROR - C',
2041: substr(upper(type)||' '||upper(owner)||'.'||upper(name)||
2042: ': '||ad_apps_private.error_buf,1,1996)
2043: from sys.dual;
2044:
2045: end if;
2046: -- error buf contains information
2047:

Line 2102: from sys.dual;

2098: timestamp,
2099: '3 GRANT ERROR',
2100: upper(type)||' '||upper(owner)||'.'||name||
2101: ': Object type "'||upper(type)||'" not supported.'
2102: from sys.dual;
2103:
2104: return;
2105:
2106: else

Line 2192: from sys.dual;

2188: timestamp,
2189: '3 GRANT ERROR - A',
2190: upper(type)||' '||upper(owner)||'.'||name||
2191: ': Generic error occurred.'
2192: from sys.dual;
2193:
2194: sql_error := SQLERRM;
2195:
2196: insert into ad_parallel_compile_errors (

Line 2204: from sys.dual;

2200: timestamp,
2201: '3 GRANT ERROR - B',
2202: substr(upper(type)||' '||upper(owner)||'.'||name||
2203: ': '||sql_error,1,1996)
2204: from sys.dual;
2205:
2206: if ad_apps_private.error_buf is not null then
2207:
2208: insert into ad_parallel_compile_errors (

Line 2216: from sys.dual;

2212: timestamp,
2213: '3 GRANT ERROR - C',
2214: substr(upper(type)||' '||upper(owner)||'.'||name||
2215: ': '||ad_apps_private.error_buf,1,1996)
2216: from sys.dual;
2217:
2218: end if;
2219: -- error buf contains information
2220: