DBA Data[Home] [Help]

APPS.HR_DM_GEN_MAIN dependencies on FND_ORACLE_USERID

Line 38: from fnd_oracle_userid

34: l_apps_name varchar2(30);
35:
36: cursor csr_apps_name is
37: select ORACLE_USERNAME
38: from fnd_oracle_userid
39: where ORACLE_ID = 900;
40:
41: --
42: -- cursor to check whether table has column or table hierarchy by checking

Line 298: from fnd_oracle_userid

294: and tds.status = 'VALID';
295:
296: cursor csr_apps_name is
297: select ORACLE_USERNAME
298: from fnd_oracle_userid
299: where ORACLE_ID = 900;
300:
301: cursor csr_view_info is
302: select av.view_name,