DBA Data[Home] [Help]

APPS.IBU_DYN_USER_GROUPS_PKG dependencies on JTF_RS_GROUP_USAGES_PUB

Line 858: jtf_rs_group_usages_pub.create_group_usage

854: ' l_role_relate_id = ' || to_char(l_role_relate_id) || ' ',
855: l_return_status , l_msg_count , l_msg_data );
856:
857: /* Call the Usage API to create a relationship between the usage and Group */
858: jtf_rs_group_usages_pub.create_group_usage
859: (P_API_VERSION => 1,
860: P_INIT_MSG_LIST => FND_API.G_FALSE,
861: P_COMMIT => FND_API.G_FALSE,
862: P_GROUP_ID => l_group_id,

Line 870: Status_Log_Message('Return status of jtf_rs_group_usages_pub.create_group_usage api ' ||

866: X_MSG_COUNT => l_msg_count,
867: X_MSG_DATA => l_msg_data,
868: X_GROUP_USAGE_ID =>l_group_usage_id
869: );
870: Status_Log_Message('Return status of jtf_rs_group_usages_pub.create_group_usage api ' ||
871: ' l_group_id = ' || to_char(l_group_id) ||
872: ' l_group_usage_id = ' || to_char(l_group_usage_id) || ' ',
873: l_return_status , l_msg_count , l_msg_data );
874: