DBA Data[Home] [Help]

APPS.JTA_NOTES_IMT_PUB dependencies on FND_ORACLE_USERID

Line 15: FROM fnd_oracle_userid

11:
12: BEGIN
13:
14: SELECT oracle_username INTO l_owner
15: FROM fnd_oracle_userid
16: WHERE oracle_id = 690;
17:
18: RETURN l_owner;
19: