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 288: x_created_by => jtf_task_utl.created_by,

284: x_attribute14 => rec_recur.attribute14 ,
285: x_attribute15 => rec_recur.attribute15,
286: x_attribute_category => rec_recur.attribute_category ,
287: x_creation_date => SYSDATE,
288: x_created_by => jtf_task_utl.created_by,
289: x_last_update_date => SYSDATE,
290: x_last_updated_by => jtf_task_utl.updated_by,
291: x_last_update_login => fnd_global.login_id,
292: x_sunday => rec_recur.sunday,

Line 290: x_last_updated_by => jtf_task_utl.updated_by,

286: x_attribute_category => rec_recur.attribute_category ,
287: x_creation_date => SYSDATE,
288: x_created_by => jtf_task_utl.created_by,
289: x_last_update_date => SYSDATE,
290: x_last_updated_by => jtf_task_utl.updated_by,
291: x_last_update_login => fnd_global.login_id,
292: x_sunday => rec_recur.sunday,
293: x_monday => rec_recur.monday,
294: x_tuesday => rec_recur.tuesday,

Line 545: x_created_by => jtf_task_utl.created_by,

541: x_attribute14 => rec_recur.attribute14 ,
542: x_attribute15 => rec_recur.attribute15,
543: x_attribute_category => rec_recur.attribute_category ,
544: x_creation_date => SYSDATE,
545: x_created_by => jtf_task_utl.created_by,
546: x_last_update_date => SYSDATE,
547: x_last_updated_by => jtf_task_utl.updated_by,
548: x_last_update_login => fnd_global.login_id,
549: x_sunday => rec_recur.sunday,

Line 547: x_last_updated_by => jtf_task_utl.updated_by,

543: x_attribute_category => rec_recur.attribute_category ,
544: x_creation_date => SYSDATE,
545: x_created_by => jtf_task_utl.created_by,
546: x_last_update_date => SYSDATE,
547: x_last_updated_by => jtf_task_utl.updated_by,
548: x_last_update_login => fnd_global.login_id,
549: x_sunday => rec_recur.sunday,
550: x_monday => rec_recur.monday,
551: x_tuesday => rec_recur.tuesday,