DBA Data[Home] [Help]

APPS.BIS_RG_SEND_NOTIFICATIONS_PVT dependencies on BIS_SCHEDULE_PREFERENCES

Line 56: FROM bis_scheduler s, bis_schedule_preferences sp

52: WHERE schedule_id = p_schedule_id;
53: */
54: CURSOR c_sched IS
55: SELECT sp.file_id, sp.title, s.function_name, s.schedule_id
56: FROM bis_scheduler s, bis_schedule_preferences sp
57: WHERE sp.schedule_id = p_schedule_id
58: and sp.file_id = p_file_id
59: and s.schedule_id = sp.schedule_id
60: and sp.user_id = p_user_id