DBA Data[Home] [Help]

APPS.JTF_DIAGNOSTIC_COREAPI dependencies on FND_ORACLE_USERID

Line 5616: select oracle_username into apps_schema_name from fnd_oracle_userid where read_only_flag='U';

5612:
5613: FUNCTION Get_Apps_Schema_Name RETURN VARCHAR2 IS
5614: apps_schema_name varchar2(30);
5615: BEGIN
5616: select oracle_username into apps_schema_name from fnd_oracle_userid where read_only_flag='U';
5617: return apps_schema_name;
5618: END;
5619:
5620: