DBA Data[Home] [Help]

APPS.OTA_EL_TRAINING_SS dependencies on FND_USER

Line 1125: l_owner_username fnd_user.user_name%type;

1121: l_date_booking_placed date;
1122: l_current_date date;
1123: l_restricted_assignment_id PER_ASSIGNMENTS_F.assignment_id%type;
1124: l_version_name ota_activity_versions.version_name%type;
1125: l_owner_username fnd_user.user_name%type;
1126: l_owner_id ota_events.owner_id%type;
1127: l_activity_version_id ota_activity_versions.activity_version_id%type;
1128: l_event_title ota_events.title%type;
1129: l_course_start_date ota_events.course_start_date%type;

Line 1223: FND_USER

1219: CURSOR csr_user(p_owner_id in number) IS
1220: SELECT
1221: USER_NAME
1222: FROM
1223: FND_USER
1224: WHERE
1225: Employee_id = p_owner_id ;
1226:
1227: BEGIN