DBA Data[Home] [Help]

APPS.JTF_RS_RESOURCE_UTL_PUB dependencies on JTF_RS_GROUPS_PUB

Line 935: jtf_rs_groups_pub.update_resource_group

931:
932: IF(term_grp_rec.start_date_active >= trunc(p_end_date_active + 1)) THEN
933:
934: --for future dated groups terminate it anyway
935: jtf_rs_groups_pub.update_resource_group
936: (P_API_VERSION => 1.0,
937: P_INIT_MSG_LIST => fnd_api.g_true,
938: P_COMMIT => fnd_api.g_false,
939: P_GROUP_ID => term_grp_rec.group_id,

Line 951: jtf_rs_groups_pub.update_resource_group

947:
948: ELSE
949:
950: --put end_date to p_end_date_active
951: jtf_rs_groups_pub.update_resource_group
952: (P_API_VERSION => 1.0,
953: P_INIT_MSG_LIST => fnd_api.g_true,
954: P_COMMIT => fnd_api.g_false,
955: P_GROUP_ID => term_grp_rec.group_id,