DBA Data[Home] [Help]

APPS.IBU_DYN_USER_GROUPS_PKG dependencies on JTF_RS_ROLE_RELATE_PUB

Line 441: jtf_rs_role_relate_pub.UPDATE_RESOURCE_ROLE_RELATE (

437: into l_role_relate_id, l_object_version_number
438: from jtf_rs_role_relations
439: where role_resource_type = 'RS_GROUP'
440: and role_resource_id = l_group_id;
441: jtf_rs_role_relate_pub.UPDATE_RESOURCE_ROLE_RELATE (
442: P_API_VERSION => 1.0,
443: P_INIT_MSG_LIST => fnd_api.g_false,
444: P_COMMIT => FND_API.G_FALSE,
445: P_ROLE_RELATE_ID => l_role_relate_id,

Line 453: Status_Log_Message('Return status of JTF_RS_ROLE_RELATE_PUB.UPDATE_RESOURCE_ROLE_RELATE api ',

449: X_RETURN_STATUS => l_return_status,
450: X_MSG_COUNT => l_msg_count,
451: X_MSG_DATA => l_msg_data
452: );
453: Status_Log_Message('Return status of JTF_RS_ROLE_RELATE_PUB.UPDATE_RESOURCE_ROLE_RELATE api ',
454: l_return_status , l_msg_count , l_msg_data );
455:
456: /* Update Resource Group.*/
457: JTF_RS_GROUPS_PUB.UPDATE_RESOURCE_GROUP(

Line 837: jtf_rs_role_relate_pub.create_resource_role_relate

833: ' {OWNER_USER_ID} -> l_creby_resource_id = ' || to_char(l_creby_resource_id) || ' ',
834: l_return_status , l_msg_count , l_msg_data );
835:
836: /* Call the resource roles API to create a role relationship for the group. */
837: jtf_rs_role_relate_pub.create_resource_role_relate
838: (P_API_VERSION => 1,
839: P_INIT_MSG_LIST => fnd_api.g_false,
840: P_COMMIT => fnd_api.g_false,
841: P_ROLE_RESOURCE_TYPE => 'RS_GROUP',

Line 852: Status_Log_Message('Return status of jtf_rs_role_relate_pub.create_resource_role_relate api ' ||

848: X_MSG_COUNT => l_msg_count,
849: X_MSG_DATA => l_msg_data,
850: X_ROLE_RELATE_ID => l_role_relate_id
851: );
852: Status_Log_Message('Return status of jtf_rs_role_relate_pub.create_resource_role_relate api ' ||
853: ' l_group_id = ' || to_char(l_group_id) ||
854: ' l_role_relate_id = ' || to_char(l_role_relate_id) || ' ',
855: l_return_status , l_msg_count , l_msg_data );
856:

Line 1158: jtf_rs_role_relate_pub.UPDATE_RESOURCE_ROLE_RELATE( P_API_VERSION => 1.0,

1154: When others then
1155: raise;
1156: End;
1157: If l_role_relate_id <> 0 then
1158: jtf_rs_role_relate_pub.UPDATE_RESOURCE_ROLE_RELATE( P_API_VERSION => 1.0,
1159: P_INIT_MSG_LIST => fnd_api.g_false,
1160: P_COMMIT => FND_API.G_FALSE,
1161: P_ROLE_RELATE_ID => l_role_relate_id,
1162: P_START_DATE_ACTIVE => l_del_rec.start_date_active,

Line 1170: Status_Log_Message('Return status of jtf_rs_role_relate_pub.update_resource_role_relate api ',

1166: X_MSG_COUNT => l_msg_count,
1167: X_MSG_DATA => l_msg_data
1168: );
1169: End If;
1170: Status_Log_Message('Return status of jtf_rs_role_relate_pub.update_resource_role_relate api ',
1171: l_return_status , l_msg_count , l_msg_data );
1172:
1173: /* call update resource group */
1174: jtf_rs_groups_pub.update_resource_group

Line 1428: jtf_rs_role_relate_pub.create_resource_role_relate

1424: and ( (end_date_active is null) or (end_date_active > sysdate) );
1425:
1426: /* MES Delete Channel API expects sysadmin to have MES_ADMIN, MES_SETUP_CHANNEL role_codes */
1427: Log_Message ('Assigning MES_ADMIN, MES_SETUP_CHANNEL roles to current login user. Ignore exceptions raised by these APIs');
1428: jtf_rs_role_relate_pub.create_resource_role_relate
1429: (P_API_VERSION => 1,
1430: P_INIT_MSG_LIST => fnd_api.g_false,
1431: P_COMMIT => fnd_api.g_false,
1432: P_ROLE_RESOURCE_TYPE => 'RS_INDIVIDUAL',

Line 1442: Status_Log_Message('Return status of jtf_rs_role_relate_pub.create_resource_role_relate api MES_ADMIN',

1438: X_MSG_COUNT => l_msg_count,
1439: X_MSG_DATA => l_msg_data,
1440: X_ROLE_RELATE_ID => l_role_relate_id
1441: );
1442: Status_Log_Message('Return status of jtf_rs_role_relate_pub.create_resource_role_relate api MES_ADMIN',
1443: l_return_status , l_msg_count , l_msg_data );
1444: jtf_rs_role_relate_pub.create_resource_role_relate
1445: (P_API_VERSION => 1,
1446: P_INIT_MSG_LIST => fnd_api.g_false,

Line 1444: jtf_rs_role_relate_pub.create_resource_role_relate

1440: X_ROLE_RELATE_ID => l_role_relate_id
1441: );
1442: Status_Log_Message('Return status of jtf_rs_role_relate_pub.create_resource_role_relate api MES_ADMIN',
1443: l_return_status , l_msg_count , l_msg_data );
1444: jtf_rs_role_relate_pub.create_resource_role_relate
1445: (P_API_VERSION => 1,
1446: P_INIT_MSG_LIST => fnd_api.g_false,
1447: P_COMMIT => fnd_api.g_false,
1448: P_ROLE_RESOURCE_TYPE => 'RS_INDIVIDUAL',

Line 1458: Status_Log_Message('Return status of jtf_rs_role_relate_pub.create_resource_role_relate api MES_SETUP_CHANNEL',

1454: X_MSG_COUNT => l_msg_count,
1455: X_MSG_DATA => l_msg_data,
1456: X_ROLE_RELATE_ID => l_role_relate_id
1457: );
1458: Status_Log_Message('Return status of jtf_rs_role_relate_pub.create_resource_role_relate api MES_SETUP_CHANNEL',
1459: l_return_status , l_msg_count , l_msg_data );
1460: End If; -- If l_dbl_res_cnt = 0 Then
1461: End If; -- l_creby_res_cnt = 0
1462: END;