DBA Data[Home] [Help]

APPS.JTF_RS_CONC_RES_PUB dependencies on JTF_RS_ROLE_RELATE_PVT

Line 821: JTF_RS_ROLE_RELATE_PVT.CREATE_RESOURCE_ROLE_RELATE(

817: -- Check for Sales Comp Roles
818: -- Will create the SALES_COMP roles only if the resource is a salesperson.
819: if not (l_salesrep_extsts = 'N' and l_role_type_code = 'SALES_COMP') then
820:
821: JTF_RS_ROLE_RELATE_PVT.CREATE_RESOURCE_ROLE_RELATE(
822: p_api_version => 1.0,
823: p_init_msg_list => fnd_api.g_true,
824: p_commit => fnd_api.g_false,
825: p_role_resource_type => 'RS_INDIVIDUAL',

Line 1139: JTF_RS_ROLE_RELATE_PVT.CREATE_RESOURCE_ROLE_RELATE(

1135: -- Check for Sales Comp Roles
1136: -- Will create the SALES_COMP roles only if the resource is a salesperson.
1137: if not (l_salesrep_extsts = 'N' and l_role_type_code = 'SALES_COMP') then
1138:
1139: JTF_RS_ROLE_RELATE_PVT.CREATE_RESOURCE_ROLE_RELATE(
1140: p_api_version => 1.0,
1141: p_init_msg_list => fnd_api.g_true,
1142: p_commit => fnd_api.g_false,
1143: p_role_resource_type => 'RS_INDIVIDUAL',

Line 1889: JTF_RS_ROLE_RELATE_PVT.UPDATE_RESOURCE_ROLE_RELATE(

1885: LOOP
1886: OPEN c_job_role_relations(l_job_roles_rec.role_id, p_resource_id);
1887: FETCH c_job_role_relations INTO l_job_role_relations_rec;
1888: IF c_job_role_relations%FOUND THEN
1889: JTF_RS_ROLE_RELATE_PVT.UPDATE_RESOURCE_ROLE_RELATE(
1890: p_api_version => 1.0,
1891: p_init_msg_list => fnd_api.g_true,
1892: p_commit => fnd_api.g_false,
1893: p_role_relate_id => l_job_role_relations_rec.role_relate_id,

Line 1949: JTF_RS_ROLE_RELATE_PVT.UPDATE_RESOURCE_ROLE_RELATE(

1945: IF l_res_roles_enddated = 'N' THEN
1946: /* This cursor will get all the roles that has an end_date greater than or equal to the start date
1947: of the new role needs to be created */
1948: FOR i in c_res_roles_enddate(p_resource_id,l_asg_start_date) LOOP
1949: JTF_RS_ROLE_RELATE_PVT.UPDATE_RESOURCE_ROLE_RELATE(
1950: p_api_version => 1.0,
1951: p_init_msg_list => fnd_api.g_true,
1952: p_commit => fnd_api.g_false,
1953: p_role_relate_id => i.role_relate_id,

Line 2003: JTF_RS_ROLE_RELATE_PVT.CREATE_RESOURCE_ROLE_RELATE(

1999: else
2000: l_asg_new_end_date := l_asg_new_end_date + l_active_days;
2001: end if;
2002:
2003: JTF_RS_ROLE_RELATE_PVT.CREATE_RESOURCE_ROLE_RELATE(
2004: p_api_version => 1.0,
2005: p_init_msg_list => fnd_api.g_true,
2006: p_commit => fnd_api.g_false,
2007: p_role_resource_type => 'RS_INDIVIDUAL',

Line 2062: JTF_RS_ROLE_RELATE_PVT.UPDATE_RESOURCE_ROLE_RELATE(

2058: IF l_res_roles_enddated = 'N' THEN
2059: /* This cursor will get all the roles that has an end_date greater than or equal to the start date
2060: of the new role needs to be created */
2061: FOR i in c_res_roles_enddate(p_resource_id,l_asg_start_date) LOOP
2062: JTF_RS_ROLE_RELATE_PVT.UPDATE_RESOURCE_ROLE_RELATE(
2063: p_api_version => 1.0,
2064: p_init_msg_list => fnd_api.g_true,
2065: p_commit => fnd_api.g_false,
2066: p_role_relate_id => i.role_relate_id,

Line 2116: JTF_RS_ROLE_RELATE_PVT.CREATE_RESOURCE_ROLE_RELATE(

2112: else
2113: l_asg_new_end_date := l_asg_new_end_date + l_active_days;
2114: end if;
2115:
2116: JTF_RS_ROLE_RELATE_PVT.CREATE_RESOURCE_ROLE_RELATE(
2117: p_api_version => 1.0,
2118: p_init_msg_list => fnd_api.g_true,
2119: p_commit => fnd_api.g_false,
2120: p_role_resource_type => 'RS_INDIVIDUAL',