DBA Data[Home] [Help]

APPS.JTF_EC_PVT dependencies on JTF_EC_PUB

Line 100: p_task_type_id => jtf_ec_pub.g_escalation_type_id,

96: p_init_msg_list => fnd_api.g_false,
97: p_commit => fnd_api.g_false,
98: p_task_id => p_esc_id,
99: p_task_name => p_escalation_name,
100: p_task_type_id => jtf_ec_pub.g_escalation_type_id,
101: p_description => p_description,
102: p_task_status_name => p_escalation_status_name,
103: p_task_status_id => p_escalation_status_id,
104: p_task_priority_name => p_escalation_priority_name,

Line 108: -- p_owner_type_code => jtf_ec_pub.g_escalation_owner_type_code,

104: p_task_priority_name => p_escalation_priority_name,
105: p_task_priority_id => p_escalation_priority_id,
106: p_actual_start_date => p_open_date,
107: p_actual_end_date => p_close_date,
108: -- p_owner_type_code => jtf_ec_pub.g_escalation_owner_type_code,
109: p_owner_type_code => p_escalation_owner_type_code,
110: p_owner_id => p_escalation_owner_id,
111: p_owner_territory_id => p_owner_territory_id,
112: /* p_assigned_by_name => p_assigned_by_name ,

Line 208: SET source_object_type_code = jtf_ec_pub.g_escalation_code,

204: RAISE fnd_api.g_exc_unexpected_error;
205: END;
206:
207: UPDATE jtf_tasks_b
208: SET source_object_type_code = jtf_ec_pub.g_escalation_code,
209: source_object_id = l_escalation_id,
210: source_object_name = l_escalation_number
211: WHERE task_id = l_escalation_id;
212:

Line 605: -- p_owner_type_code => jtf_ec_pub.g_escalation_owner_type_code,

601: p_description => l_description,
602: p_task_status_id => l_escalation_status_id,
603: p_task_priority_id => p_escalation_priority_id,
604: p_task_priority_name => p_escalation_priority_name,
605: -- p_owner_type_code => jtf_ec_pub.g_escalation_owner_type_code,
606: p_owner_type_code => p_escalation_owner_type_code,
607: p_owner_id => p_owner_id,
608: p_owner_territory_id => p_owner_territory_id ,
609: p_assigned_by_id => l_assigned_by_id,