1192: -- with status approved
1193: if (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_PROCEDURE) then
1194: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
1195: 'fnd.plsql.UMXVREGB.assignRole',
1196: 'Calling wf_local_synch.propagateUserRole (p_user_name => ' || l_requested_for_user_name ||
1197: ', p_role_name => ' || l_wf_role_name ||
1198: ', p_start_date => ' || l_requested_start_date ||
1199: ', p_expiration_date => ' || l_requested_end_date ||
1200: ', p_raiseErrors => true' ||
1199: ', p_expiration_date => ' || l_requested_end_date ||
1200: ', p_raiseErrors => true' ||
1201: ', p_assignmentReason => ' || l_justification);
1202: end if;
1203: wf_local_synch.propagateUserRole (
1204: p_user_name => l_requested_for_user_name,
1205: p_role_name => l_wf_role_name,
1206: p_start_date => l_requested_start_date,
1207: p_expiration_date => l_requested_end_date,