DBA Data[Home] [Help]

APPS.OTA_TRAINING_SS dependencies on FND_USER

Line 1380: l_owner_username fnd_user.user_name%type;

1376: l_date_booking_placed date;
1377: l_current_date date;
1378: l_restricted_assignment_id PER_ASSIGNMENTS_F.assignment_id%type;
1379: l_version_name ota_activity_versions.version_name%type;
1380: l_owner_username fnd_user.user_name%type;
1381: l_owner_id ota_events.owner_id%type;
1382: l_activity_version_id ota_activity_versions.activity_version_id%type;
1383: l_event_title ota_events.title%type;
1384: l_course_start_date ota_events.course_start_date%type;

Line 1477: FND_USER

1473: CURSOR csr_user(p_owner_id in number) IS
1474: SELECT
1475: USER_NAME
1476: FROM
1477: FND_USER
1478: WHERE
1479: Employee_id = p_owner_id ;
1480:
1481: BEGIN