DBA Data[Home] [Help]

APPS.JTF_TASK_REPEAT_APPT_PVT dependencies on JTF_TASK_UTL

Line 18: | Added jtf_task_utl.is_this_first_task(), |

14: | Date Developer Change |
15: |------ ------------- --------------------------------------- |
16: | 26-Mar-2002 cjang Created |
17: | 28-Mar-2002 cjang Modified the code for p_change_mode |
18: | Added jtf_task_utl.is_this_first_task(), |
19: | jtf_task_utl.get_new_first_taskid(),|
20: | jtf_task_utl.exist_syncid() |
21: | 01-Apr-2002 cjang Moved jtf_task_utl.is_this_first_task(), |
22: | jtf_task_utl.get_new_first_taskid(),|

Line 19: | jtf_task_utl.get_new_first_taskid(),|

15: |------ ------------- --------------------------------------- |
16: | 26-Mar-2002 cjang Created |
17: | 28-Mar-2002 cjang Modified the code for p_change_mode |
18: | Added jtf_task_utl.is_this_first_task(), |
19: | jtf_task_utl.get_new_first_taskid(),|
20: | jtf_task_utl.exist_syncid() |
21: | 01-Apr-2002 cjang Moved jtf_task_utl.is_this_first_task(), |
22: | jtf_task_utl.get_new_first_taskid(),|
23: | jtf_task_utl.exist_syncid() |

Line 20: | jtf_task_utl.exist_syncid() |

16: | 26-Mar-2002 cjang Created |
17: | 28-Mar-2002 cjang Modified the code for p_change_mode |
18: | Added jtf_task_utl.is_this_first_task(), |
19: | jtf_task_utl.get_new_first_taskid(),|
20: | jtf_task_utl.exist_syncid() |
21: | 01-Apr-2002 cjang Moved jtf_task_utl.is_this_first_task(), |
22: | jtf_task_utl.get_new_first_taskid(),|
23: | jtf_task_utl.exist_syncid() |
24: | to jtf_task_utl |

Line 21: | 01-Apr-2002 cjang Moved jtf_task_utl.is_this_first_task(), |

17: | 28-Mar-2002 cjang Modified the code for p_change_mode |
18: | Added jtf_task_utl.is_this_first_task(), |
19: | jtf_task_utl.get_new_first_taskid(),|
20: | jtf_task_utl.exist_syncid() |
21: | 01-Apr-2002 cjang Moved jtf_task_utl.is_this_first_task(), |
22: | jtf_task_utl.get_new_first_taskid(),|
23: | jtf_task_utl.exist_syncid() |
24: | to jtf_task_utl |
25: | 02-Apr-2002 cjang Fixed modify_time and |

Line 22: | jtf_task_utl.get_new_first_taskid(),|

18: | Added jtf_task_utl.is_this_first_task(), |
19: | jtf_task_utl.get_new_first_taskid(),|
20: | jtf_task_utl.exist_syncid() |
21: | 01-Apr-2002 cjang Moved jtf_task_utl.is_this_first_task(), |
22: | jtf_task_utl.get_new_first_taskid(),|
23: | jtf_task_utl.exist_syncid() |
24: | to jtf_task_utl |
25: | 02-Apr-2002 cjang Fixed modify_time and |
26: | update_repeat_appointment |

Line 23: | jtf_task_utl.exist_syncid() |

19: | jtf_task_utl.get_new_first_taskid(),|
20: | jtf_task_utl.exist_syncid() |
21: | 01-Apr-2002 cjang Moved jtf_task_utl.is_this_first_task(), |
22: | jtf_task_utl.get_new_first_taskid(),|
23: | jtf_task_utl.exist_syncid() |
24: | to jtf_task_utl |
25: | 02-Apr-2002 cjang Fixed modify_time and |
26: | update_repeat_appointment |
27: | 03-Apr-2002 cjang Fixed so as to update last_update_date |

Line 24: | to jtf_task_utl |

20: | jtf_task_utl.exist_syncid() |
21: | 01-Apr-2002 cjang Moved jtf_task_utl.is_this_first_task(), |
22: | jtf_task_utl.get_new_first_taskid(),|
23: | jtf_task_utl.exist_syncid() |
24: | to jtf_task_utl |
25: | 02-Apr-2002 cjang Fixed modify_time and |
26: | update_repeat_appointment |
27: | 03-Apr-2002 cjang Fixed so as to update last_update_date |
28: | 08-Apr-2002 cjang Added update_assignment_status |

Line 42: | from jtf_task_utl to jta_sync_task_utl |

38: | followings: |
39: | - is_this_first_task |
40: | - get_new_first_taskid |
41: | - exist_syncid |
42: | from jtf_task_utl to jta_sync_task_utl |
43: | 03-Aug-2005 Swapan Barat Added location_id for Enh# 3691788 |
44: | 27-Jan-2006 Swapan Barat Fixed issue in modify_time for bug# 3850322|
45: | 24-Feb_2006 Twan fix issue in bug 4321360 |
46: | 12-Apr-2006 Swapan Barat Fixed occurs number issue for when |

Line 372: p_task_confirmation_status => jtf_task_utl.g_miss_char,

368: p_enable_workflow => p_updated_field_rec.enable_workflow,
369: p_abort_workflow => p_updated_field_rec.abort_workflow,
370: p_change_mode => G_SKIP,
371: p_free_busy_type => p_updated_field_rec.free_busy_type, -- Bug No 4231616
372: p_task_confirmation_status => jtf_task_utl.g_miss_char,
373: p_task_confirmation_counter => jtf_task_utl.g_miss_number,
374: p_task_split_flag => jtf_task_utl.g_miss_char,
375: p_child_position => jtf_task_utl.g_miss_char,
376: p_child_sequence_num => jtf_task_utl.g_miss_number,

Line 373: p_task_confirmation_counter => jtf_task_utl.g_miss_number,

369: p_abort_workflow => p_updated_field_rec.abort_workflow,
370: p_change_mode => G_SKIP,
371: p_free_busy_type => p_updated_field_rec.free_busy_type, -- Bug No 4231616
372: p_task_confirmation_status => jtf_task_utl.g_miss_char,
373: p_task_confirmation_counter => jtf_task_utl.g_miss_number,
374: p_task_split_flag => jtf_task_utl.g_miss_char,
375: p_child_position => jtf_task_utl.g_miss_char,
376: p_child_sequence_num => jtf_task_utl.g_miss_number,
377: p_location_id => p_updated_field_rec.location_id

Line 374: p_task_split_flag => jtf_task_utl.g_miss_char,

370: p_change_mode => G_SKIP,
371: p_free_busy_type => p_updated_field_rec.free_busy_type, -- Bug No 4231616
372: p_task_confirmation_status => jtf_task_utl.g_miss_char,
373: p_task_confirmation_counter => jtf_task_utl.g_miss_number,
374: p_task_split_flag => jtf_task_utl.g_miss_char,
375: p_child_position => jtf_task_utl.g_miss_char,
376: p_child_sequence_num => jtf_task_utl.g_miss_number,
377: p_location_id => p_updated_field_rec.location_id
378: );

Line 375: p_child_position => jtf_task_utl.g_miss_char,

371: p_free_busy_type => p_updated_field_rec.free_busy_type, -- Bug No 4231616
372: p_task_confirmation_status => jtf_task_utl.g_miss_char,
373: p_task_confirmation_counter => jtf_task_utl.g_miss_number,
374: p_task_split_flag => jtf_task_utl.g_miss_char,
375: p_child_position => jtf_task_utl.g_miss_char,
376: p_child_sequence_num => jtf_task_utl.g_miss_number,
377: p_location_id => p_updated_field_rec.location_id
378: );
379:

Line 376: p_child_sequence_num => jtf_task_utl.g_miss_number,

372: p_task_confirmation_status => jtf_task_utl.g_miss_char,
373: p_task_confirmation_counter => jtf_task_utl.g_miss_number,
374: p_task_split_flag => jtf_task_utl.g_miss_char,
375: p_child_position => jtf_task_utl.g_miss_char,
376: p_child_sequence_num => jtf_task_utl.g_miss_number,
377: p_location_id => p_updated_field_rec.location_id
378: );
379:
380: IF NOT (x_return_status = fnd_api.g_ret_sts_success)

Line 459: x_created_by => jtf_task_utl.created_by,

455: x_attribute14 => rec_recur.attribute14 ,
456: x_attribute15 => rec_recur.attribute15,
457: x_attribute_category => rec_recur.attribute_category ,
458: x_creation_date => SYSDATE,
459: x_created_by => jtf_task_utl.created_by,
460: x_last_update_date => SYSDATE,
461: x_last_updated_by => jtf_task_utl.updated_by,
462: x_last_update_login => fnd_global.login_id,
463: x_sunday => rec_recur.sunday,

Line 461: x_last_updated_by => jtf_task_utl.updated_by,

457: x_attribute_category => rec_recur.attribute_category ,
458: x_creation_date => SYSDATE,
459: x_created_by => jtf_task_utl.created_by,
460: x_last_update_date => SYSDATE,
461: x_last_updated_by => jtf_task_utl.updated_by,
462: x_last_update_login => fnd_global.login_id,
463: x_sunday => rec_recur.sunday,
464: x_monday => rec_recur.monday,
465: x_tuesday => rec_recur.tuesday,

Line 608: p_task_confirmation_status => jtf_task_utl.g_miss_char,

604: p_enable_workflow => p_updated_field_rec.enable_workflow,
605: p_abort_workflow => p_updated_field_rec.abort_workflow,
606: p_change_mode => G_SKIP,
607: p_free_busy_type => p_updated_field_rec.free_busy_type, -- Bug No 4231616
608: p_task_confirmation_status => jtf_task_utl.g_miss_char,
609: p_task_confirmation_counter => jtf_task_utl.g_miss_number,
610: p_task_split_flag => jtf_task_utl.g_miss_char,
611: p_child_position => jtf_task_utl.g_miss_char,
612: p_child_sequence_num => jtf_task_utl.g_miss_number,

Line 609: p_task_confirmation_counter => jtf_task_utl.g_miss_number,

605: p_abort_workflow => p_updated_field_rec.abort_workflow,
606: p_change_mode => G_SKIP,
607: p_free_busy_type => p_updated_field_rec.free_busy_type, -- Bug No 4231616
608: p_task_confirmation_status => jtf_task_utl.g_miss_char,
609: p_task_confirmation_counter => jtf_task_utl.g_miss_number,
610: p_task_split_flag => jtf_task_utl.g_miss_char,
611: p_child_position => jtf_task_utl.g_miss_char,
612: p_child_sequence_num => jtf_task_utl.g_miss_number,
613: p_location_id => p_updated_field_rec.location_id

Line 610: p_task_split_flag => jtf_task_utl.g_miss_char,

606: p_change_mode => G_SKIP,
607: p_free_busy_type => p_updated_field_rec.free_busy_type, -- Bug No 4231616
608: p_task_confirmation_status => jtf_task_utl.g_miss_char,
609: p_task_confirmation_counter => jtf_task_utl.g_miss_number,
610: p_task_split_flag => jtf_task_utl.g_miss_char,
611: p_child_position => jtf_task_utl.g_miss_char,
612: p_child_sequence_num => jtf_task_utl.g_miss_number,
613: p_location_id => p_updated_field_rec.location_id
614: );

Line 611: p_child_position => jtf_task_utl.g_miss_char,

607: p_free_busy_type => p_updated_field_rec.free_busy_type, -- Bug No 4231616
608: p_task_confirmation_status => jtf_task_utl.g_miss_char,
609: p_task_confirmation_counter => jtf_task_utl.g_miss_number,
610: p_task_split_flag => jtf_task_utl.g_miss_char,
611: p_child_position => jtf_task_utl.g_miss_char,
612: p_child_sequence_num => jtf_task_utl.g_miss_number,
613: p_location_id => p_updated_field_rec.location_id
614: );
615: --Added by RDESPOTO on 07/29/2004

Line 612: p_child_sequence_num => jtf_task_utl.g_miss_number,

608: p_task_confirmation_status => jtf_task_utl.g_miss_char,
609: p_task_confirmation_counter => jtf_task_utl.g_miss_number,
610: p_task_split_flag => jtf_task_utl.g_miss_char,
611: p_child_position => jtf_task_utl.g_miss_char,
612: p_child_sequence_num => jtf_task_utl.g_miss_number,
613: p_location_id => p_updated_field_rec.location_id
614: );
615: --Added by RDESPOTO on 07/29/2004
616: cac_view_util_pvt.update_repeat_collab_details(

Line 767: p_task_confirmation_status => jtf_task_utl.g_miss_char,

763: p_enable_workflow => p_updated_field_rec.enable_workflow,
764: p_abort_workflow => p_updated_field_rec.abort_workflow,
765: p_change_mode => G_SKIP,
766: p_free_busy_type => p_updated_field_rec.free_busy_type, -- Bug No 4231616
767: p_task_confirmation_status => jtf_task_utl.g_miss_char,
768: p_task_confirmation_counter => jtf_task_utl.g_miss_number,
769: p_task_split_flag => jtf_task_utl.g_miss_char,
770: p_child_position => jtf_task_utl.g_miss_char,
771: p_child_sequence_num => jtf_task_utl.g_miss_number,

Line 768: p_task_confirmation_counter => jtf_task_utl.g_miss_number,

764: p_abort_workflow => p_updated_field_rec.abort_workflow,
765: p_change_mode => G_SKIP,
766: p_free_busy_type => p_updated_field_rec.free_busy_type, -- Bug No 4231616
767: p_task_confirmation_status => jtf_task_utl.g_miss_char,
768: p_task_confirmation_counter => jtf_task_utl.g_miss_number,
769: p_task_split_flag => jtf_task_utl.g_miss_char,
770: p_child_position => jtf_task_utl.g_miss_char,
771: p_child_sequence_num => jtf_task_utl.g_miss_number,
772: p_location_id => p_updated_field_rec.location_id

Line 769: p_task_split_flag => jtf_task_utl.g_miss_char,

765: p_change_mode => G_SKIP,
766: p_free_busy_type => p_updated_field_rec.free_busy_type, -- Bug No 4231616
767: p_task_confirmation_status => jtf_task_utl.g_miss_char,
768: p_task_confirmation_counter => jtf_task_utl.g_miss_number,
769: p_task_split_flag => jtf_task_utl.g_miss_char,
770: p_child_position => jtf_task_utl.g_miss_char,
771: p_child_sequence_num => jtf_task_utl.g_miss_number,
772: p_location_id => p_updated_field_rec.location_id
773: );

Line 770: p_child_position => jtf_task_utl.g_miss_char,

766: p_free_busy_type => p_updated_field_rec.free_busy_type, -- Bug No 4231616
767: p_task_confirmation_status => jtf_task_utl.g_miss_char,
768: p_task_confirmation_counter => jtf_task_utl.g_miss_number,
769: p_task_split_flag => jtf_task_utl.g_miss_char,
770: p_child_position => jtf_task_utl.g_miss_char,
771: p_child_sequence_num => jtf_task_utl.g_miss_number,
772: p_location_id => p_updated_field_rec.location_id
773: );
774:

Line 771: p_child_sequence_num => jtf_task_utl.g_miss_number,

767: p_task_confirmation_status => jtf_task_utl.g_miss_char,
768: p_task_confirmation_counter => jtf_task_utl.g_miss_number,
769: p_task_split_flag => jtf_task_utl.g_miss_char,
770: p_child_position => jtf_task_utl.g_miss_char,
771: p_child_sequence_num => jtf_task_utl.g_miss_number,
772: p_location_id => p_updated_field_rec.location_id
773: );
774:
775: --Added by RDESPOTO on 07/29/2004