DBA Data[Home] [Help]

APPS.JTF_TASK_REPEAT_ASSIGNMENT_PVT dependencies on JTF_TASK_UTL

Line 60: | from jtf_task_utl to jta_sync_task_utl |

56: | followings: |
57: | - is_this_first_task |
58: | - get_new_first_taskid |
59: | - exist_syncid |
60: | from jtf_task_utl to jta_sync_task_utl |
61: *=======================================================================*/
62:
63: PROCEDURE response_invitation(
64: p_api_version IN NUMBER,

Line 105: jtf_task_assignments_pvt.g_response_flag := jtf_task_utl.g_yes_char;

101: , b_task_assignment_id => p_response_invitation_rec.task_assignment_id)
102: LOOP
103: l_object_version_number := rec_assignments.object_version_number;
104:
105: jtf_task_assignments_pvt.g_response_flag := jtf_task_utl.g_yes_char;
106:
107: jtf_task_assignments_pvt.update_task_assignment (
108: p_api_version => p_api_version,
109: p_object_version_number => l_object_version_number,

Line 293: x_created_by => jtf_task_utl.created_by,

289: x_attribute14 => rec_recur.attribute14 ,
290: x_attribute15 => rec_recur.attribute15,
291: x_attribute_category => rec_recur.attribute_category ,
292: x_creation_date => SYSDATE,
293: x_created_by => jtf_task_utl.created_by,
294: x_last_update_date => SYSDATE,
295: x_last_updated_by => jtf_task_utl.updated_by,
296: x_last_update_login => fnd_global.login_id,
297: x_sunday => rec_recur.sunday,

Line 295: x_last_updated_by => jtf_task_utl.updated_by,

291: x_attribute_category => rec_recur.attribute_category ,
292: x_creation_date => SYSDATE,
293: x_created_by => jtf_task_utl.created_by,
294: x_last_update_date => SYSDATE,
295: x_last_updated_by => jtf_task_utl.updated_by,
296: x_last_update_login => fnd_global.login_id,
297: x_sunday => rec_recur.sunday,
298: x_monday => rec_recur.monday,
299: x_tuesday => rec_recur.tuesday,

Line 412: l_name := JTF_TASK_UTL.get_owner(p_add_assignee_rec.resource_type_code, p_add_assignee_rec.resource_id);

408: RAISE fnd_api.g_exc_unexpected_error;
409: END IF;
410: else
411: l_name := null;
412: l_name := JTF_TASK_UTL.get_owner(p_add_assignee_rec.resource_type_code, p_add_assignee_rec.resource_id);
413: l_date := rec_tasks.calendar_start_date;
414: IF(fnd_profile.Value('ENABLE_TIMEZONE_CONVERSIONS') = 'Y') THEN
415: l_date := To_Char(CAC_AVLBLTY_PVT.ADJUST_FOR_TIMEZONE(fnd_profile.value('SERVER_TIMEZONE_ID'),
416: fnd_profile.value('CLIENT_TIMEZONE_ID'),

Line 600: x_created_by => jtf_task_utl.created_by,

596: x_attribute14 => rec_recur.attribute14 ,
597: x_attribute15 => rec_recur.attribute15,
598: x_attribute_category => rec_recur.attribute_category ,
599: x_creation_date => SYSDATE,
600: x_created_by => jtf_task_utl.created_by,
601: x_last_update_date => SYSDATE,
602: x_last_updated_by => jtf_task_utl.updated_by,
603: x_last_update_login => fnd_global.login_id,
604: x_sunday => rec_recur.sunday,

Line 602: x_last_updated_by => jtf_task_utl.updated_by,

598: x_attribute_category => rec_recur.attribute_category ,
599: x_creation_date => SYSDATE,
600: x_created_by => jtf_task_utl.created_by,
601: x_last_update_date => SYSDATE,
602: x_last_updated_by => jtf_task_utl.updated_by,
603: x_last_update_login => fnd_global.login_id,
604: x_sunday => rec_recur.sunday,
605: x_monday => rec_recur.monday,
606: x_tuesday => rec_recur.tuesday,