DBA Data[Home] [Help]

APPS.JTF_RS_GRP_MEMBERSHIP_PUB dependencies on JTF_RS_ROLE_RELATE_PUB

Line 163: jtf_rs_role_relate_pub.create_resource_role_relate

159: l_new_role_start_date := l_resource_start_date;
160: l_new_role_end_date := l_resource_end_date;
161: end if;
162:
163: jtf_rs_role_relate_pub.create_resource_role_relate
164: (p_api_version => 1.0
165: ,p_init_msg_list => fnd_api.g_false
166: ,p_commit => fnd_api.g_false
167: ,p_role_resource_type => 'RS_INDIVIDUAL'

Line 363: jtf_rs_role_relate_pub.create_resource_role_relate

359: --dbms_output.put_line('group_member_id id = ' || to_char(l_group_member_id));
360:
361: /* Calling the role relate api's to create resource role relation */
362: if (p_role_id is not null) then
363: jtf_rs_role_relate_pub.create_resource_role_relate
364: (p_api_version => 1.0
365: ,p_init_msg_list => fnd_api.g_false
366: ,p_commit => fnd_api.g_false
367: ,p_role_resource_type => 'RS_GROUP_MEMBER'

Line 536: jtf_rs_role_relate_pub.update_resource_role_relate

532: else
533: l_new_role_end_date := least(l_resource_end_date, l_role_type_end_date);
534: end if;
535:
536: jtf_rs_role_relate_pub.update_resource_role_relate
537: (P_API_VERSION => 1.0,
538: P_INIT_MSG_LIST => fnd_api.g_false,
539: P_COMMIT => fnd_api.g_false,
540: P_ROLE_RELATE_ID => l_role_relate_id,

Line 575: jtf_rs_role_relate_pub.update_resource_role_relate

571: else
572: l_new_role_end_date := least(l_resource_end_date, l_role_type_end_date);
573: end if;
574:
575: jtf_rs_role_relate_pub.update_resource_role_relate
576: (P_API_VERSION => 1.0,
577: P_INIT_MSG_LIST => fnd_api.g_false,
578: P_COMMIT => fnd_api.g_false,
579: P_ROLE_RELATE_ID => l_role_relate_id,

Line 625: jtf_rs_role_relate_pub.update_resource_role_relate

621: l_new_role_start_date := l_start_date_active;
622: l_new_role_end_date := l_resource_end_date;
623: end if;
624:
625: jtf_rs_role_relate_pub.update_resource_role_relate
626: (P_API_VERSION => 1.0,
627: P_INIT_MSG_LIST => fnd_api.g_false,
628: P_COMMIT => fnd_api.g_false,
629: P_ROLE_RELATE_ID => l_role_relate_id,

Line 648: jtf_rs_role_relate_pub.update_resource_role_relate

644: --dbms_output.put_line(' resource role_relate id = ' || to_char(l_role_relate_id));
645:
646: /* Calling the role relate api's to create resource role relation */
647:
648: jtf_rs_role_relate_pub.update_resource_role_relate
649: (p_api_version => 1.0
650: ,p_init_msg_list => fnd_api.g_false
651: ,p_commit => fnd_api.g_false
652: ,p_role_relate_id => p_role_relate_id

Line 754: jtf_rs_role_relate_pub.delete_resource_role_relate

750: fnd_msg_pub.Initialize;
751: end if;
752:
753: if (p_role_relate_id is not null) then
754: jtf_rs_role_relate_pub.delete_resource_role_relate
755: (P_API_VERSION => 1.0,
756: P_INIT_MSG_LIST => fnd_api.g_false,
757: P_COMMIT => fnd_api.g_false,
758: P_ROLE_RELATE_ID => p_role_relate_id,