DBA Data[Home] [Help]

APPS.JTF_ESCWFACTIVITY_PVT dependencies on JTF_EC_PUB

Line 511: x_res_type := jtf_ec_pub.g_escalation_owner_type_code;

507: debug( fnd_log.level_statement, l_api_name, 'business rule owner for'||l_resource_id);
508:
509: l_contact_id := l_resource_id;
510:
511: x_res_type := jtf_ec_pub.g_escalation_owner_type_code;
512: ELSE
513: -----------------------------------------------------------------------
514: -- Territory exists in the source document
515: -- Use primary contact in relevant escalation territory

Line 584: x_res_type := jtf_ec_pub.g_escalation_owner_type_code;

580: debug( fnd_log.level_statement, l_api_name, 'business rule owner for'||l_resource_id);
581:
582: l_contact_id := l_resource_id;
583:
584: x_res_type := jtf_ec_pub.g_escalation_owner_type_code;
585: END IF;
586: ELSE
587: -------------------------------------------------------------------
588: -- Error from Get_Escalation_TerrMembers API

Line 711: x_res_type := jtf_ec_pub.g_escalation_owner_type_code;

707: l_resource_id JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE;
708:
709: BEGIN
710: x_resultout := FND_API.G_Ret_Sts_Success;
711: x_res_type := jtf_ec_pub.g_escalation_owner_type_code;
712:
713: debug(fnd_log.level_statement, l_api_name,'input doc role'||p_document_role||' input id type'||p_id_type);
714:
715: IF (p_document_role = 'UNASSIGNED')

Line 1493: , p_owner_type_code => jtf_ec_pub.g_escalation_owner_type_code

1489: ( p_api_version => 1.0
1490: , p_init_msg_list => FND_API.G_True
1491: , p_task_template_group_id => l_template_id
1492: , p_task_template_group_name => l_template_name
1493: , p_owner_type_code => jtf_ec_pub.g_escalation_owner_type_code
1494: , p_owner_id => l_owner_id
1495: , p_source_object_id => g_object_id
1496: , p_source_object_name => g_jtf_object_name
1497: --Added by MPADHIAR for Bug#5068840

Line 1819: l_esc_rec jtf_ec_pub.esc_rec_type;

1815:
1816: -------------------------------------------------------------------------
1817: -- Record and table type descriptions for Escalation API
1818: -------------------------------------------------------------------------
1819: l_esc_rec jtf_ec_pub.esc_rec_type;
1820: l_esc_ref_docs jtf_ec_pub.esc_ref_docs_tbl_type;
1821: l_esc_contacts jtf_ec_pub.esc_contacts_tbl_type;
1822: l_esc_cont_phones jtf_ec_pub.esc_cont_points_tbl_type;
1823: l_esc_task_id JTF_TASKS_VL.TASK_ID%TYPE;

Line 1820: l_esc_ref_docs jtf_ec_pub.esc_ref_docs_tbl_type;

1816: -------------------------------------------------------------------------
1817: -- Record and table type descriptions for Escalation API
1818: -------------------------------------------------------------------------
1819: l_esc_rec jtf_ec_pub.esc_rec_type;
1820: l_esc_ref_docs jtf_ec_pub.esc_ref_docs_tbl_type;
1821: l_esc_contacts jtf_ec_pub.esc_contacts_tbl_type;
1822: l_esc_cont_phones jtf_ec_pub.esc_cont_points_tbl_type;
1823: l_esc_task_id JTF_TASKS_VL.TASK_ID%TYPE;
1824: l_esc_task_number JTF_TASKS_VL.TASK_NUMBER%TYPE;

Line 1821: l_esc_contacts jtf_ec_pub.esc_contacts_tbl_type;

1817: -- Record and table type descriptions for Escalation API
1818: -------------------------------------------------------------------------
1819: l_esc_rec jtf_ec_pub.esc_rec_type;
1820: l_esc_ref_docs jtf_ec_pub.esc_ref_docs_tbl_type;
1821: l_esc_contacts jtf_ec_pub.esc_contacts_tbl_type;
1822: l_esc_cont_phones jtf_ec_pub.esc_cont_points_tbl_type;
1823: l_esc_task_id JTF_TASKS_VL.TASK_ID%TYPE;
1824: l_esc_task_number JTF_TASKS_VL.TASK_NUMBER%TYPE;
1825: l_wf_process_id NUMBER;

Line 1822: l_esc_cont_phones jtf_ec_pub.esc_cont_points_tbl_type;

1818: -------------------------------------------------------------------------
1819: l_esc_rec jtf_ec_pub.esc_rec_type;
1820: l_esc_ref_docs jtf_ec_pub.esc_ref_docs_tbl_type;
1821: l_esc_contacts jtf_ec_pub.esc_contacts_tbl_type;
1822: l_esc_cont_phones jtf_ec_pub.esc_cont_points_tbl_type;
1823: l_esc_task_id JTF_TASKS_VL.TASK_ID%TYPE;
1824: l_esc_task_number JTF_TASKS_VL.TASK_NUMBER%TYPE;
1825: l_wf_process_id NUMBER;
1826: l_owner_role VARCHAR2(80);

Line 1940: JTF_EC_PUB.Create_Escalation

1936: l_esc_contacts(1).contact_id := g_rule_owner;
1937: l_esc_contacts(1).contact_type_code := 'EMP';
1938: l_esc_contacts(1).escalation_requester_flag := 'Y';
1939:
1940: JTF_EC_PUB.Create_Escalation
1941: ( p_api_version => 1.0
1942: , p_init_msg_list => FND_API.G_True
1943: , x_return_status => l_return_status
1944: , x_msg_count => l_msg_count