DBA Data[Home] [Help]

APPS.HR_DM_LIBRARY dependencies on FND_ORACLE_USERID

Line 313: from fnd_oracle_userid

309: l_apps_name varchar2(30);
310:
311: cursor csr_apps_name is
312: select ORACLE_USERNAME
313: from fnd_oracle_userid
314: where ORACLE_ID = 900;
315:
316: --cursor to get the data type of column
317: cursor csr_get_data_type is

Line 644: from fnd_oracle_userid

640: l_apps_name varchar2(30);
641:
642: cursor csr_apps_name is
643: select ORACLE_USERNAME
644: from fnd_oracle_userid
645: where ORACLE_ID = 900;
646:
647: -- cursor to get the column name and data type
648: cursor csr_get_columns is

Line 1445: from fnd_oracle_userid

1441: l_nullable varchar2(1);
1442:
1443: cursor csr_apps_name is
1444: select ORACLE_USERNAME
1445: from fnd_oracle_userid
1446: where ORACLE_ID = 900;
1447:
1448: cursor csr_data_type is
1449: select data_type,

Line 3018: from fnd_oracle_userid

3014: l_apps_name varchar2(30);
3015:
3016: cursor csr_apps_name is
3017: select ORACLE_USERNAME
3018: from fnd_oracle_userid
3019: where ORACLE_ID = 900;
3020:
3021: cursor csr_columns is
3022: select column_name

Line 3523: from fnd_oracle_userid

3519: l_apps_name varchar2(30);
3520:
3521: cursor csr_apps_name is
3522: select ORACLE_USERNAME
3523: from fnd_oracle_userid
3524: where ORACLE_ID = 900;
3525:
3526: cursor csr_view is
3527: select dmt.table_name,