DBA Data[Home] [Help]

APPS.CST_EAMCOST_PUB dependencies on FND_USER

Line 6634: from fnd_user

6630: -- Default other attributes
6631: l_stmt_num := 70;
6632: select user_name
6633: into l_directItem_rec.created_by_name
6634: from fnd_user
6635: where user_id = l_directItem_rec.created_by;
6636: if (l_debug = 'Y') then
6637: fnd_file.put_line(fnd_file.log,'user name : ' || l_directItem_rec.created_by_name);
6638: end if;

Line 6643: from fnd_user

6639:
6640: l_stmt_num := 80;
6641: select user_name
6642: into l_directItem_rec.last_updated_by_name
6643: from fnd_user
6644: where user_id = l_directItem_rec.last_updated_by;
6645: if (l_debug = 'Y') then
6646: fnd_file.put_line(fnd_file.log,'updated by ' || l_directItem_rec.last_updated_by);
6647: end if;