DBA Data[Home] [Help]

APPS.OPI_COLLECTION_HOOK_P dependencies on USER_SYNONYMS

Line 2263: FROM USER_SYNONYMS

2259: -- Find owner of the table passed to procedure
2260: --
2261: -- --
2262: SELECT TABLE_OWNER INTO l_table_owner
2263: FROM USER_SYNONYMS
2264: WHERE SYNONYM_NAME = P_TABLE_NAME;
2265:
2266: --
2267: --

Line 2286: FROM USER_SYNONYMS

2282: -- Find owner of the table passed to procedure
2283: --
2284: -- --
2285: SELECT TABLE_OWNER INTO l_table_owner
2286: FROM USER_SYNONYMS
2287: WHERE SYNONYM_NAME = P_TABLE_NAME;
2288:
2289: --
2290: --