DBA Data[Home] [Help]

APPS.QP_UTIL dependencies on V$DATABASE

Line 5154: FROM v$database;

5150: BEGIN
5151: -- Get database name
5152: SELECT name
5153: INTO l_db_name
5154: FROM v$database;
5155:
5156: -- Get DATAMERGE User ID
5157: SELECT user_id
5158: INTO l_dm_user_id