DBA Data[Home] [Help]

APPS.ISC_FS_TASK_SETUP dependencies on ISC_FS_BREAK_FIX_TASKS

Line 16: insert into ISC_FS_BREAK_FIX_TASKS

12: g_user_id := fnd_global.user_id;
13: g_login_id := fnd_global.login_id;
14:
15:
16: insert into ISC_FS_BREAK_FIX_TASKS
17: ( task_type_id
18: , created_by
19: , creation_date
20: , last_updated_by

Line 36: from ISC_FS_BREAK_FIX_TASKS

32: , 'N'
33: from JTF_TASK_TYPES_B jtfb
34: where jtfb.rule='DISPATCH'
35: and jtfb.task_type_id NOT in ( select task_type_id
36: from ISC_FS_BREAK_FIX_TASKS
37: );
38:
39: commit;
40: