DBA Data[Home] [Help]

APPS.JTF_TASK_ASSIGNMENTS_PVT dependencies on JTF_TASK_ALL_ASSIGNMENTS

Line 586: task_assignment_id jtf_task_all_assignments. task_assignment_id %type,

582:
583:
584: -- Business Event System Enhancement # 2391065
585: TYPE task_assignments_rec IS RECORD (
586: task_assignment_id jtf_task_all_assignments. task_assignment_id %type,
587: task_id jtf_tasks_b.task_id%type,
588: resource_type_code jtf_task_all_assignments. resource_type_code %type,
589: resource_id jtf_task_all_assignments. resource_id %type,
590: assignment_status_id jtf_task_all_assignments. assignment_status_id %type,

Line 588: resource_type_code jtf_task_all_assignments. resource_type_code %type,

584: -- Business Event System Enhancement # 2391065
585: TYPE task_assignments_rec IS RECORD (
586: task_assignment_id jtf_task_all_assignments. task_assignment_id %type,
587: task_id jtf_tasks_b.task_id%type,
588: resource_type_code jtf_task_all_assignments. resource_type_code %type,
589: resource_id jtf_task_all_assignments. resource_id %type,
590: assignment_status_id jtf_task_all_assignments. assignment_status_id %type,
591: actual_start_date jtf_task_all_assignments. actual_start_date %type,
592: actual_end_date jtf_task_all_assignments. actual_end_date %type,

Line 589: resource_id jtf_task_all_assignments. resource_id %type,

585: TYPE task_assignments_rec IS RECORD (
586: task_assignment_id jtf_task_all_assignments. task_assignment_id %type,
587: task_id jtf_tasks_b.task_id%type,
588: resource_type_code jtf_task_all_assignments. resource_type_code %type,
589: resource_id jtf_task_all_assignments. resource_id %type,
590: assignment_status_id jtf_task_all_assignments. assignment_status_id %type,
591: actual_start_date jtf_task_all_assignments. actual_start_date %type,
592: actual_end_date jtf_task_all_assignments. actual_end_date %type,
593: assignee_role jtf_task_all_assignments. assignee_role %type,

Line 590: assignment_status_id jtf_task_all_assignments. assignment_status_id %type,

586: task_assignment_id jtf_task_all_assignments. task_assignment_id %type,
587: task_id jtf_tasks_b.task_id%type,
588: resource_type_code jtf_task_all_assignments. resource_type_code %type,
589: resource_id jtf_task_all_assignments. resource_id %type,
590: assignment_status_id jtf_task_all_assignments. assignment_status_id %type,
591: actual_start_date jtf_task_all_assignments. actual_start_date %type,
592: actual_end_date jtf_task_all_assignments. actual_end_date %type,
593: assignee_role jtf_task_all_assignments. assignee_role %type,
594: show_on_calendar jtf_task_all_assignments. show_on_calendar %type,

Line 591: actual_start_date jtf_task_all_assignments. actual_start_date %type,

587: task_id jtf_tasks_b.task_id%type,
588: resource_type_code jtf_task_all_assignments. resource_type_code %type,
589: resource_id jtf_task_all_assignments. resource_id %type,
590: assignment_status_id jtf_task_all_assignments. assignment_status_id %type,
591: actual_start_date jtf_task_all_assignments. actual_start_date %type,
592: actual_end_date jtf_task_all_assignments. actual_end_date %type,
593: assignee_role jtf_task_all_assignments. assignee_role %type,
594: show_on_calendar jtf_task_all_assignments. show_on_calendar %type,
595: category_id jtf_task_all_assignments. category_id %type,

Line 592: actual_end_date jtf_task_all_assignments. actual_end_date %type,

588: resource_type_code jtf_task_all_assignments. resource_type_code %type,
589: resource_id jtf_task_all_assignments. resource_id %type,
590: assignment_status_id jtf_task_all_assignments. assignment_status_id %type,
591: actual_start_date jtf_task_all_assignments. actual_start_date %type,
592: actual_end_date jtf_task_all_assignments. actual_end_date %type,
593: assignee_role jtf_task_all_assignments. assignee_role %type,
594: show_on_calendar jtf_task_all_assignments. show_on_calendar %type,
595: category_id jtf_task_all_assignments. category_id %type,
596: object_version_number jtf_task_all_assignments. object_version_number %type,

Line 593: assignee_role jtf_task_all_assignments. assignee_role %type,

589: resource_id jtf_task_all_assignments. resource_id %type,
590: assignment_status_id jtf_task_all_assignments. assignment_status_id %type,
591: actual_start_date jtf_task_all_assignments. actual_start_date %type,
592: actual_end_date jtf_task_all_assignments. actual_end_date %type,
593: assignee_role jtf_task_all_assignments. assignee_role %type,
594: show_on_calendar jtf_task_all_assignments. show_on_calendar %type,
595: category_id jtf_task_all_assignments. category_id %type,
596: object_version_number jtf_task_all_assignments. object_version_number %type,
597: enable_workflow varchar2(1) := fnd_api.g_miss_char,

Line 594: show_on_calendar jtf_task_all_assignments. show_on_calendar %type,

590: assignment_status_id jtf_task_all_assignments. assignment_status_id %type,
591: actual_start_date jtf_task_all_assignments. actual_start_date %type,
592: actual_end_date jtf_task_all_assignments. actual_end_date %type,
593: assignee_role jtf_task_all_assignments. assignee_role %type,
594: show_on_calendar jtf_task_all_assignments. show_on_calendar %type,
595: category_id jtf_task_all_assignments. category_id %type,
596: object_version_number jtf_task_all_assignments. object_version_number %type,
597: enable_workflow varchar2(1) := fnd_api.g_miss_char,
598: abort_workflow varchar2(1) := fnd_api.g_miss_char

Line 595: category_id jtf_task_all_assignments. category_id %type,

591: actual_start_date jtf_task_all_assignments. actual_start_date %type,
592: actual_end_date jtf_task_all_assignments. actual_end_date %type,
593: assignee_role jtf_task_all_assignments. assignee_role %type,
594: show_on_calendar jtf_task_all_assignments. show_on_calendar %type,
595: category_id jtf_task_all_assignments. category_id %type,
596: object_version_number jtf_task_all_assignments. object_version_number %type,
597: enable_workflow varchar2(1) := fnd_api.g_miss_char,
598: abort_workflow varchar2(1) := fnd_api.g_miss_char
599: );

Line 596: object_version_number jtf_task_all_assignments. object_version_number %type,

592: actual_end_date jtf_task_all_assignments. actual_end_date %type,
593: assignee_role jtf_task_all_assignments. assignee_role %type,
594: show_on_calendar jtf_task_all_assignments. show_on_calendar %type,
595: category_id jtf_task_all_assignments. category_id %type,
596: object_version_number jtf_task_all_assignments. object_version_number %type,
597: enable_workflow varchar2(1) := fnd_api.g_miss_char,
598: abort_workflow varchar2(1) := fnd_api.g_miss_char
599: );
600: