DBA Data[Home] [Help]

APPS.IBY_SCHED dependencies on FND_ORACLE_USERID

Line 295: from fnd_oracle_userid

291: IF (ecapp_cursor%ISOPEN) THEN CLOSE ecapp_cursor; END IF;
292: -- Must specify owner when accessing DBA_ and ALL_ views
293: -- Retrieve the owner name and pass it to the cursor
294: select oracle_username into l_object_owner
295: from fnd_oracle_userid
296: where read_only_flag = 'U';
297:
298: OPEN ecapp_cursor(l_object_owner);
299: FETCH ecapp_cursor BULK COLLECT INTO l_ecappTab;