DBA Data[Home] [Help]

APPS.QP_UTIL dependencies on V$DATABASE

Line 5131: FROM v$database;

5127: BEGIN
5128: -- Get database name
5129: SELECT name
5130: INTO l_db_name
5131: FROM v$database;
5132:
5133: -- Get DATAMERGE User ID
5134: SELECT user_id
5135: INTO l_dm_user_id