DBA Data[Home] [Help]

APPS.JTF_RS_RESOURCE_UTL_PUB dependencies on JTF_RS_GROUPS_PUB

Line 923: jtf_rs_groups_pub.update_resource_group

919:
920: IF(term_grp_rec.start_date_active >= trunc(p_end_date_active + 1)) THEN
921:
922: --for future dated groups terminate it anyway
923: jtf_rs_groups_pub.update_resource_group
924: (P_API_VERSION => 1.0,
925: P_INIT_MSG_LIST => fnd_api.g_true,
926: P_COMMIT => fnd_api.g_false,
927: P_GROUP_ID => term_grp_rec.group_id,

Line 939: jtf_rs_groups_pub.update_resource_group

935:
936: ELSE
937:
938: --put end_date to p_end_date_active
939: jtf_rs_groups_pub.update_resource_group
940: (P_API_VERSION => 1.0,
941: P_INIT_MSG_LIST => fnd_api.g_true,
942: P_COMMIT => fnd_api.g_false,
943: P_GROUP_ID => term_grp_rec.group_id,