DBA Data[Home] [Help]

APPS.CST_EAMCOST_PUB dependencies on FND_USER

Line 6280: from fnd_user

6276: -- Default other attributes
6277: l_stmt_num := 70;
6278: select user_name
6279: into l_directItem_rec.created_by_name
6280: from fnd_user
6281: where user_id = l_directItem_rec.created_by;
6282: if (l_debug = 'Y') then
6283: fnd_file.put_line(fnd_file.log,'user name : ' || l_directItem_rec.created_by_name);
6284: end if;

Line 6289: from fnd_user

6285:
6286: l_stmt_num := 80;
6287: select user_name
6288: into l_directItem_rec.last_updated_by_name
6289: from fnd_user
6290: where user_id = l_directItem_rec.last_updated_by;
6291: if (l_debug = 'Y') then
6292: fnd_file.put_line(fnd_file.log,'updated by ' || l_directItem_rec.last_updated_by);
6293: end if;