DBA Data[Home] [Help]

APPS.UMX_REGISTRATION_PVT dependencies on WF_LOCAL_SYNCH

Line 1211: 'Calling wf_local_synch.propagateUserRole (p_user_name => ' || l_requested_for_user_name ||

1207: -- with status approved
1208: if (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_PROCEDURE) then
1209: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
1210: 'fnd.plsql.UMXVREGB.assignRole',
1211: 'Calling wf_local_synch.propagateUserRole (p_user_name => ' || l_requested_for_user_name ||
1212: ', p_role_name => ' || l_wf_role_name ||
1213: ', p_start_date => ' || l_requested_start_date ||
1214: ', p_expiration_date => ' || l_requested_end_date ||
1215: ', p_raiseErrors => true' ||

Line 1218: wf_local_synch.propagateUserRole (

1214: ', p_expiration_date => ' || l_requested_end_date ||
1215: ', p_raiseErrors => true' ||
1216: ', p_assignmentReason => ' || l_justification);
1217: end if;
1218: wf_local_synch.propagateUserRole (
1219: p_user_name => l_requested_for_user_name,
1220: p_role_name => l_wf_role_name,
1221: p_start_date => l_requested_start_date,
1222: p_expiration_date => l_requested_end_date,