DBA Data[Home] [Help]

APPS.JTF_TASK_REFERENCES_PVT dependencies on JTF_TASK_UTL_EXT

Line 102: jtf_task_utl_ext.get_object_details(

98: x_object_type_code => p_object_type_code,
99: x_object_name => jtf_task_utl.check_truncation(p_object_name),
100: x_object_id => p_object_id,
101: x_object_details => NVL(p_object_details, -- For fixing bug 2896532
102: jtf_task_utl_ext.get_object_details(
103: p_object_type_code
104: ,p_object_id)),
105: x_reference_code => p_reference_code,
106: x_usage => p_usage,

Line 297: For update, calling jtf_task_utl_ext.check_dup_reference_for_update for

293:
294: -- 2102281
295: /*
296: Bug 3360228
297: For update, calling jtf_task_utl_ext.check_dup_reference_for_update for
298: checking duplicates instead of.
299: */
300: if not (jtf_task_utl_ext.check_dup_reference_for_update(l_task_reference_id, l_task_id, l_object_id, l_object_type_code))
301: then

Line 300: if not (jtf_task_utl_ext.check_dup_reference_for_update(l_task_reference_id, l_task_id, l_object_id, l_object_type_code))

296: Bug 3360228
297: For update, calling jtf_task_utl_ext.check_dup_reference_for_update for
298: checking duplicates instead of.
299: */
300: if not (jtf_task_utl_ext.check_dup_reference_for_update(l_task_reference_id, l_task_id, l_object_id, l_object_type_code))
301: then
302: if (jtf_task_utl.g_show_error_for_dup_reference)
303: then
304: fnd_message.set_name('JTF','JTF_TASK_DUPLICATE_REF');